Commands to Install DOS 3.30a?

Discuss MS-DOS, Windows 1, 2 and 3.
Post Reply
JB3783
Posts: 4
Joined: Sat Jul 14, 2012 11:39 pm
Location: Michigan, USA

Commands to Install DOS 3.30a?

Post by JB3783 »

I'm trying to get a VM on my PC for EVERY version of dos to ever exist ^^ , I just started with 3.30a randomly & for some reason I can boot to disk... But nothing more. Any suggestions?
Is there a MAX HD/RAM size?

mrpijey
User avatar
Administrator
Posts: 9193
Joined: Tue Feb 12, 2008 5:28 pm
Contact:

Re: Commands to Install DOS 3.30a?

Post by mrpijey »

Have you done any research regarding DOS 3.3 and its limitations?
Image
Official guidelines: Contribution Guidelines
Channels: Discord :: Twitter :: YouTube
Misc: Archived UUP

buricco
User avatar
Posts: 92
Joined: Tue Jul 21, 2015 7:44 am

Re: Commands to Install DOS 3.30a?

Post by buricco »

You'd be daft (IMO) to start on a version before 3.31 because of the 32 MB partition limitation.

Nevertheless, with a freshly formatted partition, this is how you would have installed DOS prior to 4.

(From disk 1)

sys c:
md c:\dos
copy a:\ c:\dos
copy a:\command.com c:\

(From disk 2)

copy a:\ c:\dos

vizerous
Donator
Posts: 343
Joined: Sun Sep 23, 2007 11:27 am

Re: Commands to Install DOS 3.30a?

Post by vizerous »

From what I can rememer there should be also SELECT utility for those purposes, and you need type something like "SELECT A: C:" from dos prompt.

mspeter97
Posts: 53
Joined: Tue Aug 30, 2011 8:05 pm

Re: Commands to Install DOS 3.30a?

Post by mspeter97 »

I think it's a bit easier to sys the hdd, copy the files to C:\DOS, put the COMMAND.COM at the root of the HDD & create a small autoexec.bat with the following:
"@echo off
prompt $p$g
path=C:\DOS"

xelloss
User avatar
Donator
Posts: 400
Joined: Sun Aug 18, 2013 7:26 pm
Location: Edinburgh, Scotland

Re: Commands to Install DOS 3.30a?

Post by xelloss »

vizerous wrote:From what I can rememer there should be also SELECT utility for those purposes, and you need type something like "SELECT A: C:" from dos prompt.
IIRC in version 3.x the SELECT utility was quite minimal: it would do little more than SYS, just creating basic CONFIG.SYS and AUTOEXEC.BAT to set up country settings, keyboard layout, and /maybe/ code page. You probably still had to copy other dos files manually.

rkmbrown
Donator
Posts: 27
Joined: Sat Oct 03, 2015 8:56 pm

Re: Commands to Install DOS 3.30a?

Post by rkmbrown »

And you can use /S when you format the boot partition instead of sys after you've formatted it.

Post Reply