home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / magazine / mpc93jun.zip / CONFIG.TXT < prev    next >
Text File  |  1993-05-30  |  1KB  |  31 lines

  1.  
  2.      MS/DOS 6.0: Interactive Startup.
  3.  
  4.      When MS/DOS 6.0 startup up it tells you "Now Starting MS/DOS ..."
  5.  
  6.      At this point you have several choices.  Do nothing and it will
  7.      simply load as usual. But if you press {F5} or hold the Shift key
  8.      down, MS/DOS 6.0 will ignore both your CONFIG.SYS and
  9.      AUTOEXEC.BAT files and come up 'plain vanilla.' Or you may press
  10.      the [F8] key. This will let you single step through your
  11.      CONFIG.SYS file executing or not each line. 
  12.      Great for debugging. No more lockups after typos, requiring you
  13.      to scrounge for you bootable DOS diskette. For the security
  14.      conscious, there are options you can place on a SWITCHES= command
  15.      in your CONFIG.SYS file to disable these startup hot keys and the
  16.      two second time delay before it starts to read CONFIG.SYS at all.
  17.  
  18.      SWITCHES=  /W  /K  /N  /F
  19.      /N causes the hot keys to be ignored
  20.      /F bypasses the two second pause, resulting in immediate startup
  21.  
  22.      The other two switches don't relate to immedicacy.
  23.  
  24.      /W is a Windows compatibility switch.  It compensaties for your
  25.      cleverness, if any, in placing WINA20.COM where Win 3.1 can't
  26.      find it.
  27.      
  28.      /K is an ANSI.SYS compatibility switch.
  29.      
  30.      /F bypasses the two second pause, resulting in immediate startup
  31.