home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-04-24 | 1.1 KB | 42 lines |
- ; Microsoft DriveSpace Setup Information File
- ;
- ; This file customizes the behavior of DriveSpace when it is compressing
- ; existing drives or creating new drives.
-
- ;
- ; Programs under [prior] will have DEVICEHIGH=DRVSPACE.SYS placed -before-
- ; them in config.sys. This is done to avoid memory incompatibilities.
- ; Note that it is okay to have multiple DRVSPACE.SYS lines in config.sys;
- ; any redundant loads are ignored.
- ;
-
- [Prior]
- PROTMAN
-
- ;
- ; Programs under [dangerous] will be REM'ed out of config.sys during
- ; DriveSpace Setup, and will be restored when Setup is complete.
- ;
-
- [Dangerous]
- MC.SYS
-
- ;
- ; Programs under [failsafe] will be added to the FAILSAFE directory,
- ; and available during a mini-windows reboot.
- ;
-
- [FailSafe]
-
- ;
- ; Programs should be added to the [multipart] section when a single device
- ; driver loads in config.sys, and it loads other devices that are not
- ; explicitly referenced. For example, if DRIVER.SYS required DRIVER.INF to
- ; load, the following line should be added to this section:
- ; DRIVER.SYS=DRIVER.INF
- ;
-
- [MultiPart]
- Test=TestAdd
-
-