Forum Discussion

thomasmls's avatar
thomasmls
Copper Contributor
Feb 19, 2020

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...

Resources