|
Not working, Source / Dest are mixed always wrong. Results from different variations below.
SHELL '%COMSPEC% /e:1024 /c ROBOCOPY.EXE "$source" "$destination" /E /MOVE /r:2 /w:2' ****************************************************************** ROBOCOPY :: Robust File Copy for Windows :: Version XP010 Started : Wed Jul 28 15:12:02 2004
Source : c:\source dir" c:\destination\ Dest : C:\kix\dir"\
Files : *.* Options : *.* /S /E /COPY:DAT /MOVE /R:2 /W:2
2004/07/28 15:12:02 ERROR 123 (0x0000007B) Accessing Source Directory c:\source dir" c:\destination\ The filename, directory name, or volume label syntax is incorrect. ******************************************************************
SHELL "%COMSPEC% /e:1024 /c ROBOCOPY.EXE "$source" "$destination" /E /MOVE /r:2 /w:2" ****************************************************************** ROBOCOPY :: Robust File Copy for Windows :: Version XP010 Started : Wed Jul 28 15:13:50 2004 Simple Usage :: ROBOCOPY source destination /MIR source :: Source Directory (drive:\path or \\server\share\path). destination :: Destination Dir (drive:\path or \\server\share\path). /MIR :: Mirror a complete directory tree. For more usage information run ROBOCOPY /? or read Robocopy.Doc. c:\source dir\ c:\destination dir\ /E /MOVE /r:2 /w:2 ******************************************************************
SHELL "%COMSPEC% /e:1024 /c ROBOCOPY.EXE '$source' '$destination' /E /MOVE /r:2 /w:2" ****************************************************************** ROBOCOPY :: Robust File Copy for Windows :: Version XP010 Started : Wed Jul 28 15:16:03 2004
Source - C:\kix\'c:\source\ Dest - C:\kix\dir\'\
Files : Options : /COPY:DAT /R:1000000 /W:30 ERROR : Invalid Parameter #3 : "'c:\destination" Simple Usage :: ROBOCOPY source destination /MIR source :: Source Directory (drive:\path or \\server\share\path). destination :: Destination Dir (drive:\path or \\server\share\path). /MIR :: Mirror a complete directory tree. For more usage information run ROBOCOPY /? or read Robocopy.Doc. ******************************************************************
|