Thank you, I figure that one out (the easy part). I added %oldBat% this to run it.
thanks again for saving my day!
Alex
Search found 3 matches
- 08 Jul 2012 18:02
- Forum: DOS Batch Forum
- Topic: How to call the oldest batch file from another batch file.
- Replies: 4
- Views: 5611
- 08 Jul 2012 17:46
- Forum: DOS Batch Forum
- Topic: How to call the oldest batch file from another batch file.
- Replies: 4
- Views: 5611
Re: How to call the oldest batch file from another batch fil
This is exactley what I wanted to do. It displays the oldest file for me. One more thing I left out on my initial request is that, after I found the oldest batch file, I want to run it.
thank you so much!
Alex
thank you so much!
Alex
- 08 Jul 2012 13:52
- Forum: DOS Batch Forum
- Topic: How to call the oldest batch file from another batch file.
- Replies: 4
- Views: 5611
How to call the oldest batch file from another batch file.
I am trying to call the oldest batch file from another batch file. Here is what I am trying to do: I have a batch file called C:/app/caller.bat (File Name Static). I want caller.bat file to call the oldest batch file in C/app/outbound (There could be 3-4 batch files in the outbound folder). I am loo...