MS-DOS 3.30

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (edit orial)
(Category:MS-DOS)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{|
 +
|[[Software]]
 +
| >
 +
|[[Operating Systems]]
 +
| >
 +
|[[MS-DOS]]
 +
| >
 +
|[[MS-DOS 3.30]]
 +
|}
 +
 
=Introduction=
 
=Introduction=
First DOS version capable of creating FAT16 disks.
+
16 bit operating system. First MS-DOS version capable of creating FAT16 disks.
 +
 
 
=Booting=
 
=Booting=
 
Following entries for AUTOEXEC.BAT and CONFIG.SYS are kind of general in order to have MS-DOS 3.30 run smoothly.
 
Following entries for AUTOEXEC.BAT and CONFIG.SYS are kind of general in order to have MS-DOS 3.30 run smoothly.
 
==AUTOEXEC.BAT==
 
==AUTOEXEC.BAT==
<nowiki>
 
 
<pre>
 
<pre>
<code>
 
 
ECHO OFF
 
ECHO OFF
 
SET PATH=C:\;C:\MSDOS
 
SET PATH=C:\;C:\MSDOS
Line 15: Line 24:
 
KEYB US,850,C:\MSDOS\KEYBOARD.SYS
 
KEYB US,850,C:\MSDOS\KEYBOARD.SYS
 
PROMPT $P$G
 
PROMPT $P$G
</code>
 
 
</pre>
 
</pre>
</nowiki>
 
 
==CONFIG.SYS==
 
==CONFIG.SYS==
<nowiki>
 
 
<pre>
 
<pre>
<code>
 
 
FILES=30
 
FILES=30
 
BUFFERS=30
 
BUFFERS=30
Line 27: Line 32:
 
REM 031 is Netherlands, based on intl. phone code, use 001 for US
 
REM 031 is Netherlands, based on intl. phone code, use 001 for US
 
COUNTRY=031,437,C:\MSDOS\COUNTRY.SYS
 
COUNTRY=031,437,C:\MSDOS\COUNTRY.SYS
</code>
 
 
</pre>
 
</pre>
</nowiki>
+
 
[[category:Operating system]]
+
[[Category:Operating Systems]]
 +
[[Category:Microsoft]]
 +
[[Category:MS-DOS]]

Latest revision as of 16:17, 29 March 2017

Software > Operating Systems > MS-DOS > MS-DOS 3.30

Contents

[edit] Introduction

16 bit operating system. First MS-DOS version capable of creating FAT16 disks.

[edit] Booting

Following entries for AUTOEXEC.BAT and CONFIG.SYS are kind of general in order to have MS-DOS 3.30 run smoothly.

[edit] AUTOEXEC.BAT

ECHO OFF
SET PATH=C:\;C:\MSDOS
NLSFUNC
MODE CON CODEPAGE PREPARE=((850)C:\MSDOS\EGA.CPI)
CHCP 850
MODE CON CODEPAGE SELECT=850
KEYB US,850,C:\MSDOS\KEYBOARD.SYS
PROMPT $P$G

[edit] CONFIG.SYS

FILES=30
BUFFERS=30
DEVICE=C:\MSDOS\DISPLAY.SYS CON=(EGA,437,2)
REM 031 is Netherlands, based on intl. phone code, use 001 for US
COUNTRY=031,437,C:\MSDOS\COUNTRY.SYS
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox