Last edited on: 11/01/2002

MS-DOS Basics
![]()
| Download | Info and support | Screenshots | QuickBasic and MS-DOS |
* * *
MS-DOS (Microsoft Disk Operating System) was created by Microsoft. It use keyboard input to communicate with the user. MS-DOS use FAT16 (File allocation table) and may cover 2045 MB of the hard disk space. The place (directory) where the dos is installed) is called: system root. MS-DOS 6.22 is the last version of this system.
PS. Version 7 was made but it needed Windows operating system and it can not be counted as an independent operating system. And it was impossible to buy it itself without Windows 9x.
* * *
Some useful commands:
cd - change directory (cd .. ) - directory up ( cd \ ) come back to disk x:
dir - display directory contents ADDITIONAL OPTIONS (dir /p) (dir /w) (dir *.* example dir *.bas)
tree -display directory structure (NOT available in most dos versions)
del -delate
copy X:\xxxx\xxx\x.exe X:\xxx\xxx ( SYNTAX copy from: to: )
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
use Help or command /? argument to obtain help
Copyright by V-Builder Software Inc. 'V-Builder', 'V-indows Builder' and 'V-Builder Software Inc.' are the trademarks and products of V-Builder Software Inc.
Warning: V-Builder program is Copyrighted By Peter Stapor @ 9/28/2002. Unauthorized reproduction, decompiling or changing this program, or any part of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law.
'Windows', 'MS-DOS', 'PDS' and 'Q(uick) Basic' are the trademarks and products of Microsoft Company.