Windows Batch File

Bloodstein

Senior member
Nov 8, 2002
343
0
0
I'm trying to create a batch file....with a simple copy command, but I'm getting syntax error at the copy command. I've looked through google, etc, but can't seem to find anything wrong with it....might be something trivial that I missed...it's something like:

COPY FileA ../Dir1/FileA
 

jfall

Diamond Member
Oct 31, 2000
5,975
2
0
That should work fine, if you use backslashes instead of forward slashes
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
DOS batch files have a reverse indicator for the directory that the Unix boxes