VOGONS


First post, by reble1950

User metadata
Rank Newbie
Rank
Newbie

The original file on the desktop computer were dosbox is on the c hard drive and the games is on the e hard drive works just fine.
------------------
c:\dosbox\dosbox.exe -c "cycles 9010" -c "mount c c:\dosbox" -c "mount e e:\games\dos-games" -c "e:" -c "cd bstone" -c "bs_aog.exe powerball radar"
-------------------
i am trying to adapt the bat for the laptop were the dosbox and the game are on the same hard drive but in difrent directorys. the changes i made aren't working. what am i doing wrong.
-------------------
c:\dosbox\dosbox.exe -c "cycles 9010" -c "mount c c:\dosbox" -c c: cd\games\dgames\bstone -c "bs_aog.exe powerball radar"
-----------------

steve

Reply 1 of 15, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

c:\dosbox\dosbox.exe -c "cycles 9010" -c "mount c c:\dosbox" -c "c:" -c "cd games\dgames\bstone" -c "bs_aog.exe powerball radar"
(assuming you have that game in the real path on your laptop in c:\dosbox\games\dgames\bstone)

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

the dosbox prog is in the c:\dosbox directory

the game is in c:\games\dgames\bstone directory

Reply 4 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

how should the line read

Reply 6 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

you think, i have been thinking for 3 days wsithout solving the problem. why do you think i came here

Reply 7 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

would someone please just tell me strate out how to fix the line. this is my 4th day of trying to fix this problem. and it isn't fixed jet.

Reply 8 of 15, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

What does it look like after you thought/modified what Dominus posted?

Reply 9 of 15, by huglester

User metadata
Rank Newbie
Rank
Newbie

Hello

what about?
c:\dosbox\dosbox.exe -c "cycles 9010" -c "mount c c:\games" -c c: -c "cd dgames\bstone" -c "bs_aog.exe powerball radar"

Reply 10 of 15, by ripa

User metadata
Rank Oldbie
Rank
Oldbie
reble1950 wrote:

the dosbox prog is in the c:\dosbox directory

the game is in c:\games\dgames\bstone directory

Your bat will work if you use use the line Dominus posted and put the game in c:\dosbox\games\dgames\bstone

Reply 11 of 15, by SKARDAVNELNATE

User metadata
Rank Oldbie
Rank
Oldbie
reble1950 wrote:

-c "mount c c:\dosbox" -c "mount e e:\games\dos-games"

Please explain why you want DOSBox to mount itself.
Also, why assign the game to drive E instead of C?

Reply 12 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

The original file is on the desktop computer were dosbox is on the c hard drive and the games is on the e hard drive works just great.
------------------
c:\dosbox\dosbox.exe -c "cycles 9010" -c "mount c c:\dosbox" -c "mount e e:\games\dos-games" -c "e:" -c "cd bstone" -c "bs_aog.exe powerball radar"
-------------------
i am trying to adapt the bat for the laptop were there is only 1 hard drive. the dosbox prog and the game are in difrent directorys. the changes i made aren't working. what am i doing wrong.
-------------------
c:\dosbox\dosbox.exe -c "cycles 9010" -c "mount c c:\dosbox" -c c: cd\games\dgames\bstone -c "bs_aog.exe powerball radar"
-----------------

Reply 13 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

i need to change the directory from the dosbox dir of "Z" to "c:\games\dgames\bstone" dir then start the game

Reply 14 of 15, by gidierre

User metadata
Rank Member
Rank
Member
reble1950 wrote:

i need to change the directory from the dosbox dir of "Z" to "c:\games\dgames\bstone" dir then start the game

why, you sure do but (as quickly remarked by Dominus) you also need to see that once you've mounted c:\dosbox as c: (why that btw?) to cd to your own c:\games\dgames\bstone dir there's no getting to it afaics
unless e.g. you start with
-c "mount c c:\games"

then you
-c c:

then
-c "cd dgames\bstone"
as opposed to: c c: cd\games\dgames\bstone which won't do

and finally there you go
-c "bs_aog.exe powerball radar"
or whatever is fit.

Last edited by gidierre on 2010-10-18, 23:11. Edited 5 times in total.

We often forgive those who bore us, but we cannot forgive those whom we bore. (La Rochefoucauld)

Reply 15 of 15, by reble1950

User metadata
Rank Newbie
Rank
Newbie

thanks for the info. i will make the correwctions later.