First post, by joe60091
I have a DOS outline program (Maxthink) that I've run successfully in XP with a batch file that loads a key-remapping program first. The remapping program switches the caps lock and the control keys so the program can be controlled 80s/90s style -- when control keys were directly to the left of the "a" key. Haven't been able to alter the DosBox config file to do this. Can anybody help?
the old batch file reads:
cd ..
cd c:\max
c:\max\switcher.exe
c:\max\max.exe
Both programs are in the c:\max directory.