home *** CD-ROM | disk | FTP | other *** search
-
- IDRV.COM can be used to load device drivers (character and block) from
- the DOS command line.It also can be used for testing device drivers.
- DOS v3.xx ,DOS v4.xx and DOS v5.xx are supported.
- Usage:
- idrv [options] [d:\path\]filename.ext [parms]
- options:
- -h = load high (in UMB)
- -l = load low (default)
-
- Type IDRV to get help.
-
- REMDRV.COM removes lately installed device drivier. Extended memory (XMS) used
- by the device driver is also released.
- Usage:
- remdrv
-
- If you want device driver to be removable you should load it low (into
- conventional DOS memory) and use MARK and RELEASE programs,e.g.
-
- d:\>mark
- d:\>idrv c:\dos\ramdrive.sys 800 /e
- ...
- d:\>remdrv
- d:\>release
-
- REMAKS:
- Some device drivers can't be properly loaded by IDRV (e.g. emm386,
- 386MAX).
-
- If you find my programs useful please send $10 to:
-
- Janusz Wojcik
- POLAND
- 20-608 LUBLIN
- ul.Wajdeloty 6/13
-
- or to :
- BPKO SA Lublin
- Krolewska 1
- Poland
- on account A-01219201
-