home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / LAN / ATI110.ZIP / SYSTEM-S.MAS < prev    next >
Text File  |  1993-12-09  |  540b  |  21 lines

  1. ; INIUpdate Comments begin with a Semi-Colon!
  2. ;
  3. ; This is a Master file for INIUpdate.  It shoud be used with the /K-S
  4. ; switch as opposed to /K-D.  This file does the following:
  5. ;
  6. ;    1. Makes sure the user shell is always Program Manager.
  7. ;    2. Speeds up scrolling in DOS boxes.
  8. ;    3. Corrects an exit problem on IBM PS/2 55-57.
  9. ;    4. Gives each DOS Session 1,024 bytes of environment space.
  10.  
  11. [boot]           
  12. shell=progman.exe
  13.  
  14. [386Enh]
  15. WindowUpdateTime=200
  16. InitPS2MouseAtExit=False
  17.  
  18. [NonWindowsApp]
  19. CommandEnvSize=1024
  20.  
  21.