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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -