1.

Solve : Using copy with 2-word folder names...?

Answer»

How can I use the copy command when the PATH for the file to be copied has FOLDERS with spaces in the names?

Thanks!When using path and/or file names or environment variables that expand to values with embedded spaces, use quotes:

EXAMPLE only:

copy "%userprofile%\Desktop\xxx yyyy.zzz" ....

HOPE this HELPS. 8-)



Discussion

No Comment Found