Search found 1 match
- 10 Mar 2011 21:06
- Forum: DOS Batch Forum
- Topic: HELP Simple IF File Moving!!!
- Replies: 1
- Views: 4601
HELP Simple IF File Moving!!!
I have a file in folderone/sub1 called Hello.txt Now lets say I want a script to delete that file out, and the same script will also copy another file in in, if its not there. So I can do IF EXIST folderone/sub1/Hello.txt GOTO :! :1 del folderone/sub1/hello.txt exit But now what do I do, thats the p...