First post, by Scarabol
Hi,
how can i get the directory where the dosbox.exe is started from?
MfG
Scarabol
Hi,
how can i get the directory where the dosbox.exe is started from?
MfG
Scarabol
If Windows then:
Click on My Computer
Click on C
Click on Program Files or Program Files (x86)
Click on DOSBox-version#
or
Go to Start Menu
Go to All Programs
Go to DOSBox-Version#
Right-click on a shortcut.
Choose "Open File location"
Im sorry i want to change my Z:\> dir to the current dir where DosBox.exe is like C:\Programme\Dos-Box\ how can i do this automatically each time dos box starts also in ohter dirs liek E:\dos\ or F:\driver\dosbox\
I want to insert this into the autoexec section...
MfG
Scarabol
enter
mount c .
into autoexec section.
Replace c by the letter you want to be set as this drive.
(Althought, I would recommend to mount your DOS games documents folder as c drive within DOSBox).
Klimawandel.
I want to copy the game into the dos box folder and mount it as cd rom driver how can i do this? if the dos-box directory changes it should be auto updated
MfG
Scarabol
mount c .
so you can use
mount c .\dosgames
But don't use it inside "Program Files" forlder in Windows7/Vista - it will not work correct there!
wrote:and mount it as cd rom driver how can i do this?
wrote:mount c .\dosgames
mount c .\dosgames -t cdrom
Klimawandel.
mount c .\dosgames
mount d .\doscdrom -t cdrom
Even if it is without sense to mount c as cdrom, but if it has been requested don't ask why. 😉
The game may want to write some data, but CD-ROM is write-protected by its nature...
Klimawandel.