First post, by fordprefect86
Hi folks,
I want to write a batch file that executes automatically in the dosbox. So I created a shortcut to dosbox and added the batch file as parameter.
The problem is, dosbox wants to mount the folder where the batch file is located as C. But, C is already mapped to my real C partition (later, I want to do this with the batch file rather than in dosbox.conf, but the problem would be the same). I need C to be mapped to my C partition, because the program I execute with the batch file uses absolute paths and only works with this configuration.
Because C is already mounted, dosbox doesn't find the batch file (it isn't located in C:\... and no, I don't want to move it there).
So my question is: Is there a way I can execute a batch directly with dosbox without needing C to be mapped to the folder where my batch is located?