red531 If someone could help I could use some advice on writing a .bat file to add to the ROM folder for my DOS games. when I load the game it reads Z:>SET BLASTER=A220 I7 D1 H5 T6 Z:>set ROOT=/userdata/roms/dos/(game.pc) z:>
Crazy_Bessie You don't need to 'set ROOT' as the Dos emulator does it for you. Just rename your game folders in the dos folder with the extension .pc and your batch file in the game folder 'dosbox.bat'
red531 I have already renamed the folder with .pc, that code is what dosbox brings up when i run the game. I just need some help on what to put into the .bat file to run the game. Thanks