VOGONS


First post, by Diodon

User metadata
Rank Newbie
Rank
Newbie

Hello, sorry for my poor english first, i'm french 😉
dosbox 0.74
windows 7 64bit
Theire is my problem, i launch without problem my program (image 1)

But i need the program to save the data in another directory because it will be quiclky overload with lot of files.
In my program when i try to change the data directory it fail, invalid name or directory not found (image 2)

I want the program tu run from
F:\XRD\test.bat

and save in
F:\Data\

Is this possible ?

Last edited by Diodon on 2015-01-27, 15:04. Edited 1 time in total.

Reply 1 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

to change a directory you need to use
CD

Please be adviced that DOSBox is not intended for any serious business work. It contains bugs.

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 6, by Diodon

User metadata
Rank Newbie
Rank
Newbie

how i use cd command in that case ?

I know that dosbox was developped for gaming purpose, i used first for that myself, but i have some old program, and with windows xp ending i have no choice, i can deal with bugs for now. The time to develop a new program of our own.

For the cd command, i use this in dosbox or in my program ?

Reply 3 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author
mount F F:\
f:
cd XRD
test.bat

Water flows down the stream
How to ask questions the smart way!

Reply 4 of 6, by Diodon

User metadata
Rank Newbie
Rank
Newbie

Ho my god that's so obvious now i see it.
You go on F then in XRD.

Thanks a lot you saved my day.

Reply 5 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author
Diodon wrote:

You go on F then in XRD.

Exactly!

Water flows down the stream
How to ask questions the smart way!

Reply 6 of 6, by Diodon

User metadata
Rank Newbie
Rank
Newbie

Thank you again, tag as solved ^^