home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / summary / start.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.8 KB  |  38 lines

  1.                   INITIALIZATION (SYSTEM AND DISK)
  2.  
  3. These DOS commands must be used before you can really do much with your
  4. computer. You use these once, and then (hopefully) never fool with them 
  5. again. Files that should be created while setting up the system are also
  6. reviewed.
  7.  
  8.    DOS COMMAND    WHAT IT DOES
  9.  
  10.     PREP          this is not usually a DOS command, but a program 
  11.                   that comes with your computer.  It does a low-level
  12.                   format of a hard disk. See the NEW_TERMS FORMAT topic.
  13.     PART          Either PART or FDISK (whichever your DOS has) will
  14.     FDISK         partition the hard disk so that DOS can be booted
  15.                   from it.
  16.     FORMAT        writes some fixed format data in a partition or 
  17.                   on a diskette so that DOS can set up directories
  18.                   and have files on the disk.
  19.     SYS           writes two hidden files (you can't see them) on 
  20.                   a disk so that DOS can be booted from the disk.
  21.     SELECT        adds information to a disk going to a country
  22.                   outside the USA.
  23.  
  24. Files you need to put on your hard disk as part of getting started include:
  25.  
  26.    FILE NAME      WHY YOU NEED IT
  27.  
  28.     AUTOEXEC.BAT  tells DOS all the commands you want executed every time you
  29.                   turn the computer on.
  30.     CONFIG.SYS    tells DOS about the devices you have added to your computer
  31.           and configuration options you have selected to tailor system
  32.           operation to your preferences.
  33.  
  34. See the NEW_TERMS BOOT topic for a discussion of how these files are used
  35. during a boot. See the NEW_TERMS CODE_PAGE topic for a discussion of what
  36. these files need to contain to install or change country codes and code 
  37. pages.
  38.