I'm trying to use Robocopy to replace a cmd file
问题 I've created a cmd file which uses the Robocopy command to update some files on the PC, but I can't replace the cmd files, because this contains the Robocopy script which is doing the updating. How do you replace a file which is doing the replacing? I've moved the cmd file to another directory, which allows me to update most of the files, but I still can't replace the cmd file. The Flags I'm using in Robocopy are /MIR /Copy:DAT /DCOPY:T The Robocopy stopped at the cmd file and I can't replace