pastermil@sh.itjust.works to Open Source@lemmy.ml · 10 months agoMicrosoft Just Released MS-DOS Source Code!github.comexternal-linkmessage-square112fedilinkarrow-up1515arrow-down110 cross-posted to: technology@lemmit.onlinehackernews@lemmy.smeargle.fansopensource@lemmy.ml
arrow-up1505arrow-down1external-linkMicrosoft Just Released MS-DOS Source Code!github.compastermil@sh.itjust.works to Open Source@lemmy.ml · 10 months agomessage-square112fedilink cross-posted to: technology@lemmit.onlinehackernews@lemmy.smeargle.fansopensource@lemmy.ml
minus-squareviking@infosec.publinkfedilinkarrow-up8arrow-down1·10 months agoYou can put in a timeout command at the end, and then call the next .bat file. For example “TIMEOUT /T 60” waits for 60 seconds before resuming, or you can override it by pressing any key. So if you know how long the wait time between scripts is, just write a master.bat and call them in order, with adequate waiting time in between.
You can put in a timeout command at the end, and then call the next .bat file.
For example “TIMEOUT /T 60” waits for 60 seconds before resuming, or you can override it by pressing any key.
So if you know how long the wait time between scripts is, just write a master.bat and call them in order, with adequate waiting time in between.