pastermil@sh.itjust.works to Open Source@lemmy.ml · 1 year agoMicrosoft Just Released MS-DOS Source Code!github.comexternal-linkmessage-square31fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1external-linkMicrosoft Just Released MS-DOS Source Code!github.compastermil@sh.itjust.works to Open Source@lemmy.ml · 1 year agomessage-square31fedilink
minus-squarekaty ✨@lemmy.blahaj.zonelinkfedilinkarrow-up2·1 year agoi remember writing .bat files and pretending they were really fancy update scripts when i was like ten they did nothing but it was still fun :)
minus-squareMs. ArmoredThirteen@lemmy.mllinkfedilinkarrow-up3·1 year agoLike half of my job is writing .bat files to automate stuff locally and not tell my boss that all I do anymore is double click the right things in the right order…
minus-squareviking@infosec.publinkfedilinkarrow-up1·1 year 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.
minus-squareAMPher@lemmy.dbzer0.comlinkfedilinkItalianoarrow-up1·5 months agoMe but with pythonautogui
minus-squareSnipingNinja@slrpnk.netlinkfedilinkarrow-up0·1 year agoNext step, bind them to unused keys on your keyboard and press them in the right order
minus-squareWhiskyTangoFoxtrot@lemmy.worldlinkfedilinkarrow-up0·1 year agoJust set up a drinking bird to set off AHK.
i remember writing .bat files and pretending they were really fancy update scripts when i was like ten they did nothing but it was still fun :)
Like half of my job is writing .bat files to automate stuff locally and not tell my boss that all I do anymore is double click the right things in the right order…
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.
Me but with pythonautogui
Next step, bind them to unused keys on your keyboard and press them in the right order
I suggest Autohotkey ;)
deleted by creator
Just set up a drinking bird to set off AHK.
deleted by creator