copy command syntax error in Windows XP -
copy command syntax error in Windows XP -
basically trying create batch file
re-create 1 file 1 location location in windows xp code below failed. may know why?
copy c:/directory_a/the_file d:/directory_b
when execute batch file
see in output:
the syntax of command incorrect.
try using backslashes
copy c:\directory_a\the_file d:\directory_b
windows-xp command-prompt
Comments
Post a Comment