home *** CD-ROM | disk | FTP | other *** search
/ MS-DOS 8.0 / MS-DOS8.iso / DOS / drvspace.inf < prev    next >
INI File  |  1999-04-24  |  1KB  |  42 lines

  1. ; Microsoft DriveSpace Setup Information File
  2. ;
  3. ; This file customizes the behavior of DriveSpace when it is compressing
  4. ; existing drives or creating new drives.
  5.  
  6. ;
  7. ; Programs under [prior] will have DEVICEHIGH=DRVSPACE.SYS placed -before-
  8. ; them in config.sys.  This is done to avoid memory incompatibilities.
  9. ; Note that it is okay to have multiple DRVSPACE.SYS lines in config.sys;
  10. ; any redundant loads are ignored.
  11. ;
  12.  
  13. [Prior]
  14.    PROTMAN
  15.  
  16. ;
  17. ; Programs under [dangerous] will be REM'ed out of config.sys during
  18. ; DriveSpace Setup, and will be restored when Setup is complete.
  19. ;
  20.  
  21. [Dangerous]
  22.    MC.SYS
  23.  
  24. ;
  25. ; Programs under [failsafe] will be added to the FAILSAFE directory,
  26. ; and available during a mini-windows reboot.
  27. ;
  28.  
  29. [FailSafe]
  30.  
  31. ;
  32. ; Programs should be added to the [multipart] section when a single device
  33. ; driver loads in config.sys, and it loads other devices that are not
  34. ; explicitly referenced.  For example, if DRIVER.SYS required DRIVER.INF to
  35. ; load, the following line should be added to this section:
  36. ;    DRIVER.SYS=DRIVER.INF
  37. ;
  38.  
  39. [MultiPart]
  40.    Test=TestAdd
  41.  
  42.