First post, by glosickpd
Trying to create a bat file to run a game. I can execute DosBox in my bat file and bring up DOSBox and the screen with Z:\> However, the the next line in my BAT file is: "mount c c:\" This command will not execute. I wonder why?
cd c:\Program Files\DOSBox-0.74\ this line OK
DOSBox -userconf This line OK
mount C C:\cd_array This line won't happen,
I get 'mount' is not recognized as an external or internal command