xcopy batch file

Status
Not open for further replies.

ibexpiotr

In Runtime
Messages
243
Location
New York
can someone please help, I need this done today before 5
very simple or so i thought
i need a simple xcopy batch file that copies a quickbooks file from dirA to dirB

the problem im running into is when I put the command and save it as a .bat file,
it looks like it loops through it and doesnt execute it.

ex.
xcopy h:\balls.txt c:\qb_backup /s /e /h /i /r /c /v /y
when pasted into cmd, it works.

when saved as a .bat, -it loops without stopping and doesnt execute anything

please help, thank you
 
Status
Not open for further replies.
Back
Top Bottom