|
Answer» Problem is: when I tried to copy files to c:/Program Files/Folder. got the error message as E:\SomeDirectory\Patches>copy *.* C:\Program Files\Destination\ The syntax of the COMMAND is incorrect. CODE:
Code: [Select]cd E:\SomeDirectory\Patches copy *.* %VALUE%I believe it because of space between Program Files. In to the other destination all files were copied ok. How can I solve this problem?I found it! If you using path to TWO word name folder just put it between " " In my case it looks like
Code: [Select]"C:\Program Files\iWay60\"
|