I would like to create a batch file (run.bat) to execute all files in a sub dir called execute
.
I have seen a few examples on here but haven't succeeded in customising them for my requirements.
run.bat, and its sub folder might be anywhere. So a relative folder reference is needed.
e.g.
- c:\somelocation\ Contains run.bat
- c:\somelocation\execute\ Contains all the other batch files I want to run
It would be great too to be able to start them at 30 second intervals.
.bat programming is totally foreign to me so any help will be appreciated.