[RESOLVED] Help with syntax please?
can anyone tell me the exact syntax for this line below?
note spaces in command line...
Code:
WSHShell.Run"""(c:\windows\system32\robocopy.exe"" ""\\10.150.222.81\C$\Users\anyone\Documents"" ""C:\Documents and Settings\anyone"" ""/E /R:10 /W:10 /Z /Log+:C:\mydocs.log)"""
Re: Help with syntax please?
Figured it out myself, shame I thought forums were for help :(
vb Code:
WSHShell.Run"""c:\windows\system32\robocopy.exe"" ""\\10.150.222.81\C$\Users\anyone\Documents"" ""C:\Documents and Settings\anyone"" /E /R:10 /W:10 /Z /Log+:C:\mydocs.log"""