I have this bat file
robocopy /V /TS /FP /MOV "F:\F and D Backup\F*.bkf" G:\
I want to move all the files in the F:\F and D Backup folder that start with F and end with .bkf.
I'm not sure how to specify a folder with spaces in it. I can't remane it at this point without difficulty. And I also want it to log what it is doing.
I get this error though when it runs:
ERROR : Invalid Parameter #5 : "F:\F and D Backup\F*.bkf"
this is what it is trying to do then gives the error above
-------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------
Started : Tue Apr 10 11:28:39 2007
Source -
Dest -
Files :
Options : /V /TS /FP /COPYAT /MOV /R:1000000 /W:30
DougP, MCP, A+
robocopy /V /TS /FP /MOV "F:\F and D Backup\F*.bkf" G:\
I want to move all the files in the F:\F and D Backup folder that start with F and end with .bkf.
I'm not sure how to specify a folder with spaces in it. I can't remane it at this point without difficulty. And I also want it to log what it is doing.
I get this error though when it runs:
ERROR : Invalid Parameter #5 : "F:\F and D Backup\F*.bkf"
this is what it is trying to do then gives the error above
-------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------
Started : Tue Apr 10 11:28:39 2007
Source -
Dest -
Files :
Options : /V /TS /FP /COPYAT /MOV /R:1000000 /W:30
DougP, MCP, A+