caramen Posted February 4, 2015 Posted February 4, 2015 Hello alI, if i do that : While (1) If $Os = ("WIN_7") Then ;Resto de mes documents dans le profil windows DirCopy (@ScriptDir & "\Profil Save\" & @UserName & "\My Documents" , "C:\Users\" & @UserName ) ;Resto de Favoris dans le profil windows DirCopy (@ScriptDir & "\Profil Save\" & @UserName & "\Favorites" , "C:\Users\" & @UserName ) ;Resto de Bureau dans le profil windows DirCopy (@ScriptDir & "\Profil Save\" & @UserName & "\Desktop" , "C:\Users\" & @UserName ) ;Resto de Pictures dans le profil windows DirCopy (@ScriptDir & "\Profil Save\" & @UserName & "\My Pictures" , "C:\Users\" & @UserName ) ;Resto des signatures dans le profil windows DirCopy (@ScriptDir & "\Profil Save\" & @UserName & "\Signatures" , "C:\Users\" & @UserName & "\AppData\Roaming\Microsoft ) ;Resto des Datas Outlook dans le profil windows DirCopy (@ScriptDir & "\Profil Save\" & @UserName & "\Outlook" , "C:\Users\" & @UserName & "\AppData\Roaming\Microsoft ) ExitLoop Else MsgBox ( $MB_SYSTEMMODAL , "Attention", "Vous n'ete pas sur un systeme Windows 7" ) ExitLoop EndIf WEnd Is there a way to see the progress while the code is transfering ? My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Solution water Posted February 4, 2015 Solution Posted February 4, 2015 You could have a look at ProgressOn, ProgressSet and ProgressOff if it is OK that the progressbar only moves after each Dircopy. If you want to move the progressbar after each file then please search the forum for "copy with progress". My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
caramen Posted February 4, 2015 Author Posted February 4, 2015 thx My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now