Forum Discussion
thomasmls
Feb 19, 2020Copper Contributor
Robocopy doesn't work with folders given as arguments.
Hi! I'm writing a .bat script to copy exactly one file between two harddrives. First I write this: SET A1=%1 <source> SET A2=%2 <destination> SET A3=%3 <file> This works: (folders are...