August 19, 200422 yr TXT - file to be copied C:\DIR\TXT - location D:\TXT - dastination What should I put in bach.cmd or RunOnceEx.cmd to copy and overwrite without promting the "TXT" file?
August 19, 200422 yr If I have understood you right then....you will need to make a batch file and run it from the runoncex.cmd file. The batch file should look like this.copy /y "c:\dir\txt" "d:\txt"
Create an account or sign in to comment