How to install MS DOS 6.22

Mangouste -  
DrNitro Posted messages 733 Status Membre -
Hello everyone

So, I have a problem copying the contents of the 4 folders containing MS-DOS 6.22 onto floppy disks. Is that normal?
I want to install MS-DOS without installing Windows.

Can someone help me?
Thanks

See you later, Mangouste

22 réponses

  • 1
  • 2
Mister BeeGee Posted messages 1415 Status Membre 191
 
OK !
Let's start by formatting the C: drive
We boot from the 1st DOS disk and at the prompt we type:
A:\>FORMAT C: /S/C/U/V:DISQUE200MO

C: formats the C Drive
/S copies System files to the HDD
/C checks all the Clusters again
/U makes recovery by Undelete impossible
/V:DISQUE200MO gives the volume a name "DISQUE200MO"
PS: The /S option sometimes leads to an error message. If so, remove this option and then type A:\>SYS C: to copy the system files

Then two cases arise:
1) There is an INSTALL.BAT file on the disk and we start the installation by typing:
A:\>INSTALL
2) There is no INSTALL.BAT file:
we create a DOS directory on the hard drive.
A:\>C:
C:\>MD DOS
C:\>CD DOS
C:\DOS>COPY A:*.* /V
and we repeat this command for all the disks.
We will then need to create a CONFIG.SYS and an AUTOEXEC.BAT.

To be continued!
15
Mangouste
 
Hello BeeGee

Thank you for your lesson, I've printed everything. But I can't find the ":" on the QWERTY keyboard.
This is preventing me from moving forward. Then I believe I've understood the mistake I made. In the first system diskette that I created, I added autoexec.bat by saving it to the diskette from the text editor. And I still found myself with the keyboard in QWERTY. For config.sys, I used the XCOPY command and there were tons of errors on startup. So I conclude that I need to create an autoexec.bat and a config.sys for each startup diskette?
Let me know if I'm wrong?
And now I don't know how to do it!

Thank you for your help

See you later, Mangouste
0
djmsdos
 
yes but forget it, it's INSTALL.EXE and it's

dear friend

I have to be a chovroner user but be careful with this procedure

thank you..
0
  • 1
  • 2