VOGONS


mount C $AppPath\folder\

Topic actions

First post, by emodel

User metadata
Rank Member
Rank
Member

..means it would mount a folder inside dosbox folder, so that it would be portable (no need to change paths if you want to take dosbox to another computer)
Or is that already possible ?

thanks

Reply 2 of 9, by emodel

User metadata
Rank Member
Rank
Member

ah sorry, $apppath is the synthax ive seen in quite a few emulators
Thanks, your .\ does the trick
😀

btw, do you know if theres such a thing in Windows, so that i can keep my shortcuts (to different dosbox configs ) working, if i move the dosbox folder to another computer ?

Reply 4 of 9, by emodel

User metadata
Rank Member
Rank
Member

these are just windows shortcuts (to dosbox), modified to include the right ".conf" to load, the noconsole option...

better to make batchfiles ?

Latest dosbox cvs on windows xp sp3

Reply 5 of 9, by emodel

User metadata
Rank Member
Rank
Member

mmm, sorry to be a noob, batchfiles are much better it seems, will browse the forum to learn how to make a proper one

Latest dosbox cvs on windows xp sp3

Reply 6 of 9, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

You can also try a frontend:

DOSBox Game Launcher (DOSBox Frontend)

This one is the latest to come out and it's programmed in Java so it's likely to be the most cross-platform. Also the author seems to be happy to develop it and include new features.

How To Ask Questions The Smart Way
Make your games work offline

Reply 7 of 9, by emodel

User metadata
Rank Member
Rank
Member

thanks, but i do not wish to use a frontend, esp not a java one (no java installed on my machine anyway), i like to use simple command line things

I did batchfiles and it works as expected, now i would just like to know if its possible to have all of the ".conf" files in a separate folder ?
(the batch would tell dosbox to look for the proper .conf file, i dont know how to do that)

Reply 8 of 9, by Kippesoep

User metadata
Rank Oldbie
Rank
Oldbie

Check the readme, particularly the "-conf" switch.

My site: Ramblings on mostly tech stuff.

Reply 9 of 9, by emodel

User metadata
Rank Member
Rank
Member

...i didnt find any useful info in the readme
However, I modified my batch file like this :

cd dosbox
start dosbox.exe -noconsole -conf .\configs\dosbox.conf

(all of my config files beeing in a "configs" folder)
and it works perfect
I guess it was obvious, but not so for a (almost) dos noob...
thanks for the help