Search found 1 match
- 28 Mar 2013 16:39
- Forum: DOS Batch Forum
- Topic: Reading Part of a File Name
- Replies: 1
- Views: 3076
Reading Part of a File Name
Hi everyone First time posting and was looking for some help. I need to be able to read part of a file name thats based of user input namely a date like 12-12-12 and then copy that file to a different folder this is what i have so far @Echo Off Echo Please Enter Date Set /P Date="Format 00-00-0...