First post, by chinagreenelvis
I'm trying to modify the run.bat files of eXoDOS so that I can set a default option for games that use it (usually which version of the game to run or sound profile). I figured the simplest way would be to stick the value of ERRORLEVEL resulting from CHOICE into a text file and then reading that file if it exists instead.
The only problem is that from within DOSBox, there doesn't seem to be a way to do this. I can output to a text file, obviously, but dealing with ERRORLEVEL as a variable is frustrating.
Any help is appreciated.