pusniq Posted August 19, 2004 Posted August 19, 2004 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?
unabatedshagie Posted August 19, 2004 Posted August 19, 2004 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"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now