Search found 2 matches
- 01 Feb 2012 17:23
- Forum: DOS Batch Forum
- Topic: Need Wildcard help
- Replies: 3
- Views: 3495
Re: Need Wildcard help
That seems to work. Thanks! I am still confused as to why the wildcard didn't work. The original code I used copied the files, it just didn't filter them the way I wanted. One other question though: If I run this from a command line (instead of double-clicking in Windows Explorer), it changes the di...
- 01 Feb 2012 16:44
- Forum: DOS Batch Forum
- Topic: Need Wildcard help
- Replies: 3
- Views: 3495
Need Wildcard help
All, I have written a batch file to loop through a directory, but only retrieve and copy files with names that contain the strig 'APR_DATA'. TO get the listing, I use *APR_DATA*.txt, as the string is in the middle of the file name. When I run it, however, it appears to return all of the files in the...