[ Solved ] DOSBox - (little) problem
[ Solved ] DOSBox - (little) problem
I'm not that good in dosbox and i have a problem. I can run games by dosbox, but i don't know how can i...hm... save them. I would like to open the game in DOSBox by opening a single EXE file, without writing all these commands like "cd prince", but I don't know how to do it. Help?
(I hope you understand me)
(I hope you understand me)
Re: DOSBox - (little) problem
I just discovered there's really no need to cd yourself all the way to the folder where the prince.exe is contained. There are two things you can do:
1) Mount yourself all the way into the prince folder (e.g. mount c c:\games\prince\)
2) Mount yourself into the folder where you store your DOS games and then simply type: prince\prince.exe (Just tested - doesn't work!)
1) Mount yourself all the way into the prince folder (e.g. mount c c:\games\prince\)
2) Mount yourself into the folder where you store your DOS games and then simply type: prince\prince.exe (Just tested - doesn't work!)
Re: DOSBox - (little) problem
I mean I wanna have .exe file which open the PoP into dosbox when I click it.
Re: DOSBox - (little) problem
I think I got it. I wasn't quite able to confirm it, but here goes:
Open up Notepad and write down the directory the PRINCE.EXE is in, including the PRINCE.EXE. That might look like this:
Now, hit Space Bar and enter the directory of DOSBox.
Save this as a batch file. I really hope this is it...
Open up Notepad and write down the directory the PRINCE.EXE is in, including the PRINCE.EXE. That might look like this:
Code: Select all
C:\GAMES\PRINCE\PRINCE.EXE\
Code: Select all
C:\PROGRAM FILES\DOSBOX-0.74\DOSBOX\
Re: DOSBox - (little) problem
Hm, do you mean I must write down directories of PoP and DOSBox in the notepad? How can I save it as batch file?
Re: DOSBox - (little) problem
"Save as...", and then simply write .bat at the end of the file name (make sure it doesn't become nonsense like *.bat.txt)
Re: DOSBox - (little) problem
Oh, sure. Hm, the file has been saved as batch file, but when I click it, console appears and disappears almost immediately. Really thanks for care!
Re: DOSBox - (little) problem
As an alternative to creating a batch file, you could use a GUI for DOSBox called D-Fend Reloaded:
http://dfendreloaded.sourceforge.net/
DOSBox is integrated in the setup file.
It allows you to create profiles for the games you want to play. After that, you only have to click on the profile to start the game.
http://dfendreloaded.sourceforge.net/
DOSBox is integrated in the setup file.
It allows you to create profiles for the games you want to play. After that, you only have to click on the profile to start the game.
Re: DOSBox - (little) problem
Whew... I'm saved. I feel like a total dick, too. I mean, almost all of the things I suggested didn't work and I was too lazy to test them properly. And then they didn't help Dark either. By the way, Dark, that "Thanks for care" sounded pretty sarcastic. I really hope you meant that sincerely...
Re: DOSBox - (little) problem
It was sincere, cuz I'm really grateful for the help. But I guess I give up DOSBox. After all, "traditional game", like in the original PoP (standard sounds, etc.) isn't bad.
But if someone knew the solution to this problem, of course glad to hear it:)
But if someone knew the solution to this problem, of course glad to hear it:)
Re: DOSBox - (little) problem
What Shattered said will pretty much solve your problem. There are several frontends you can use with DOSBox if you're not comfortable with the DOS command-line. You can add custom profiles for each game (with different DOSBox settings) and so on using a GUI. Quite easy!
As for what mk was trying to suggest (creating a batch file or shortcut), he was almost there, but not quite. In DOS, you provide the name of the EXE first, and then the name of the file to be opened/loaded/launched as an argument to it later, instead of the other way around. I was gonna explain it in detail, but I simply Googled and came up with this (something you could have easily done as well): http://www.dosbox.com/wiki/DOSBoxShortcuts
As for what mk was trying to suggest (creating a batch file or shortcut), he was almost there, but not quite. In DOS, you provide the name of the EXE first, and then the name of the file to be opened/loaded/launched as an argument to it later, instead of the other way around. I was gonna explain it in detail, but I simply Googled and came up with this (something you could have easily done as well): http://www.dosbox.com/wiki/DOSBoxShortcuts
Re: DOSBox - (little) problem
Hm, it works! Really thanks Andrew! Thanks for mk and Shattered too, for try to help me. I'm grateful!
Re: DOSBox - (little) problem
Oh, thanks for correcting me, Andrew.
Topic solved -> locked.
Topic solved -> locked.