So, I downloaded Daggerfall for free from the Elder Scrolls website and being that it's kind of a pain to get started, and I just want to double click an icon like I do with all of my other games, I wanted to make a .bat file to do this for me..
I'm no expert with bath files, but I know the general idea..
Here's what I need it to do, and here is what I have in my batch file....so could someone tell me what I'm doing wrong and what I need to change?
I need to launch DOSBox, mount the dag folder as the cd, switch to the C: drive, change directory to the dagger folder, and then launch dagger.exe
Thanks
cd dagger
dagger.exe
With it set like this, all the batch file does is open DOSBox but doesn't do anything else..