up vote 6 down vote favorite
1
share [g+] share [fb]

I am trying to create an MS-DOS 6.22 virtual machine in VMware.

I have MS-DOS 6.0 and the 6.22 upgrade from the MSDN subscriber downloads. In order to install the 6.22 upgrade, I have to install 6.0 first. The 6.22 download includes .IMG files from which I can boot, but the 6.0 download does not. I tried creating a bootable .ISO image from the 6.0 files, but that didn't work.

How do I install it?

link|improve this question

+1. Very interested too. – A Dwarf Sep 19 '09 at 17:19
feedback

2 Answers

up vote 8 down vote accepted

You can install using 6.22 alone. Boot into the 6.22 install and exit the setup with F3 before you get the upgrade warning and return to the DOS prompt.

You need to FDISK and Format the C: drive. Then you can use the SYS command to transfer the system files to C:. After all this, run the 6.22 install again and you should no longer get the upgrade warning.

link|improve this answer
Thanks! That does it. – A Dwarf Sep 19 '09 at 19:43
I had totally forgotten about the SYS command. – Stuart Woodward Nov 9 '11 at 22:13
feedback

You might want to look into FreeDOS. It's probably better, since it was developed later, and for a long time.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.