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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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