Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Provide a Visual Indicator When Copying FilesContent of Provide a Visual Indicator When Copying Files.vbsMD5 Hash: CDE022E7F5152659D10471882EF00456 |
||
Const FOF_CREATEPROGRESSDLG = &H0&
strTargetFolder = "D:\Scripts" Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.NameSpace(strTargetFolder) objFolder.CopyHere "C:\Scripts\*.*", FOF_CREATEPROGRESSDLG | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |