Search found 2 matches
- 27 Oct 2011 09:12
- Forum: DOS Batch Forum
- Topic: create an executable with a file....
- Replies: 1
- Views: 2898
create an executable with a file....
Hi I created a batch to give to a user that will basically go in and replace a file with the one I am providing. The file name will always remain the same, only that the one I provide will have necessary information. I want to convert this batch to an executable and include the file that the batch c...
- 17 May 2011 15:10
- Forum: DOS Batch Forum
- Topic: Deleting the oldest folders in a directory
- Replies: 1
- Views: 3375
Deleting the oldest folders in a directory
I have this bat file created, it is supposed to look at at directory and keep X amount of recent folders (It calculates it by date modified) and deletes the rest. Now I have been testing it out and it works great with empty folders. Once I have files in the folders it keeps giving me "the direc...