Search found 1 match
- 23 Aug 2024 22:09
- Forum: DOS Batch Forum
- Topic: Batch file question
- Replies: 2
- Views: 30426
Batch file question
I have a simple batch file that works great when I run it in the root directory of E: ROBOCOPY E: G: /MIR /XD $RECYCLE.BIN "System Volume Information" .tmp.drive /R:1 /W:1 PAUSE But when I ran it from a subdir on E:, it behaved as if I'd rewritten the syntax to be ROBOCOPY E:\Dir G: /MIR (etc.) and ...