833
Microsoft Just Released MS-DOS Source Code!
(github.com)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
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...
Next step, bind them to unused keys on your keyboard and press them in the right order
I suggest Autohotkey ;)
op's job is now turning on the computer and setting off ahk.
Just set up a drinking bird to set off AHK.
op's job is now overseeing a drinking bird
Wow a promotion; fancy!
i propose to create a menu in which you can define what batchfiles to run in what order. its been a while since i worked with batch files, but if memory serves right, that should be doable, no?
Yes. You could make menus and capture keystrokes in batch files
My autoexec.bat back in windows 3 asked if you wanted windows or a command line (most games didn't like the memory overhead of being loaded from windows)
I'd recommend scheduled tasks instead. Why be involved at all? :-)