Search found 3 matches
- 01 Mar 2013 09:57
- Forum: DOS Batch Forum
- Topic: Batch- Recursive Search and Delete File
- Replies: 5
- Views: 4081
Re: Batch- Recursive Search and Delete File
It was ( i guess all the information is there) just having a hard time getting it to work correctly.
- 01 Mar 2013 09:23
- Forum: DOS Batch Forum
- Topic: Batch- Recursive Search and Delete File
- Replies: 5
- Views: 4081
Re: Batch- Recursive Search and Delete File
What happens if I wanted to search the drive for a specific file than replace that file in the same location with another file. This is what I have so far, it deletes the correct file but I am having trouble copying a file from a network location to the same location of where the file was found orig...
- 26 Feb 2013 20:45
- Forum: DOS Batch Forum
- Topic: Batch- Recursive Search and Delete File
- Replies: 5
- Views: 4081
Batch- Recursive Search and Delete File
Need some help coding this in BAT. The script is written so that it does a recursive search with WMI to delete specific files on the the fixed drives. I would like to know how to make it so that it has logic like the following, I just can't seem to figure this out how to add this in the script below...