home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 64 / ISSUE_64_JAN_1992 / UTILS / DDL.DOC < prev    next >
Encoding:
Text File  |  1992-01-01  |  1.7 KB  |  44 lines

  1.                            DDL (Device Driver Load)
  2.                            ────────────────────────
  3.     
  4.     SYNTAX: DDL <device pathname> [<device parameters>]
  5.     
  6.     This loads a device driver  without  the  need to reboot the computer.
  7.     The full pathname is required, parameters for the device driver may be
  8.     specified. This can be especially useful  when loading a device driver
  9.     that is only  occasionally  used.  So,  to  load  the  ANSI.SYS device
  10.     driver, type:
  11.     
  12.        DDL C:\DOS\ANSI.SYS
  13.     
  14.     
  15.                           DDU (Device Driver Unload)
  16.                           ──────────────────────────
  17.     
  18.     SYNTAX: ddu <device name>              or...
  19.             ddu <drive letter>:
  20.     
  21.     This unloads a device driver  that  has  been  loaded using DDL. Other
  22.     devices may not be unloaded. If unloading a block device such as a ram
  23.     disk, all units of  that  device  will  be  unloaded. The drive letter
  24.     specified must also be the first  unit  of the device. That means that
  25.     if the device driver loads drives E: and F:, you must specify drive E:
  26.     to unload, and both will then be  unloaded).
  27.     
  28.     Block devices must be unloaded in the reverse order to which they were
  29.     loaded. To unload a ram drive called E: type:
  30.     
  31.        DDU E:
  32.     
  33.     
  34.                           LDD (List Device Drivers)
  35.                           ─────────────────────────
  36.     
  37.     Syntax: LDD
  38.     
  39.     Lists all loaded device drivers. If  they  did not alter the interrupt
  40.     vectors, device drivers  loaded  using  DDL  are  high-lighted with an
  41.     asterisk, otherwise with an exclamation mark.
  42.     
  43.     P. Frost 1991
  44.