VOGONS


First post, by jstrother123

User metadata
Rank Newbie
Rank
Newbie

I have an old program that uses format.com, mode.com and command.com, but it keeps getting "incorrect dos version". Is there a work around for this? Thanks.

Jim

Reply 1 of 8, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

format.com and command.com won't work inside dosbox,
unless you set up the disk image support (see readme).

wd

Reply 3 of 8, by HunterZ

User metadata
Rank l33t++
Rank
l33t++

Actually I think it's an official MS-DOS utility called DOSVER.

Reply 4 of 8, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

nah, SETVER (DOH!) sucks ass. Damnit...what was it's name....

Last edited by DosFreak on 2005-07-06, 05:41. Edited 1 time in total.

Reply 6 of 8, by jstrother123

User metadata
Rank Newbie
Rank
Newbie

Dosver does not do much for me. What was your link in the previous message? The one posted does not work. Thanks again.

Jim

Reply 7 of 8, by HunterZ

User metadata
Rank l33t++
Rank
l33t++

Looks like SETVER is the MS name, and DOSVER is the third-party utility.

jstrother123: The link works for me. Here is a direct link to the utility's homepage: http://ansis.folklora.lv/dosver/doc.html

Reply 8 of 8, by jstrother123

User metadata
Rank Newbie
Rank
Newbie

I was able to create floppy images of what I needed and mounted them like this:

mount d: d:\
imgmount a: d:\floppy1.img -t floppy
imgmount b: d:\floppy2.img -t floppy

Then I booted the floppy 1 image like this:

boot d:floppy1.img

The operating system boots up, but it has no knowlege of the b: drive. However, the format, mode and command work now. How do I get the b: drive active? Thanks.