home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / v12n19.zip / DRVLOA.DOC < prev    next >
Text File  |  1993-10-12  |  2KB  |  46 lines

  1. DRVLOAD.COM (VERSION 1.0)               Copyright (c) 1993 Rick Knoblaugh
  2. -------------------------------------------------------------------------
  3.               First Published in PC Magazine November 9, 1993 (Utilities)
  4. -------------------------------------------------------------------------
  5. DRVLOAD BY RICK KNOBLAUGH
  6.  
  7. Purpose:
  8.          Installs MS-DOS device drivers from the DOS command prompt,
  9.          eliminating the need to edit the CONFIG.SYS file to include
  10.          device= statements and then reboot.
  11.  
  12. Format:
  13.              [LH] DRVLOAD [d:][path]filename [driver_parameters]
  14.  
  15. Remarks:
  16.           The DRVLOAD utility can be executed directly from the command
  17. prompt of DOS 3.0 or later; it cannot be run from the DOS box of Windows,
  18. however.  The utility requires approximately 2K of storage space, and it
  19. adds approximately 256 bytes to the size requirement of the drivers it
  20. loads.
  21.  
  22.      When executed under DOS 5.0 or later, preceding DRVLOAD with the
  23. LH (LOADHIGH) command causes the utility to be loaded into upper memory
  24. blocks, thus saving space in conventional memory.  If insufficient UMB
  25. memory is available for the driver file size, DRVLOAD reports the error.
  26. Drivers that claim additional memory when loaded, however, may fail to
  27. load properly with LH if their memory demand exceeds that available.
  28. Loading the driver in conventional memory and using the MEM /C (DOS 5)
  29. or MEM /M (DOS 6) commands will indicate the actual driver requirement.
  30.  
  31.      Although intended primarily for occasionally loading infrequently
  32. used drivers (such as for RAM disks or CD-ROMs), DRVLOAD can be used as
  33. part of a batch file to load drivers conditionally.  It is also useful
  34. in debugging, where conventional loading would execute the driver code
  35. before a debugger could be loaded.
  36.  
  37.      DRVLOAD cannot be used to install those drivers (such as EMM386
  38. and HIMEM) that must be present during the boot process.  Further, no
  39. attempt should be made to use utilities such as MARK/RELEASE or
  40. PC Magazine's INSTALL/REMOVE to uninstall drivers loaded with DRVLOAD.
  41.  
  42.      A Microsoft MASM assembler (or compatible), LINK and EXE2BIN are
  43. required if the program must be reassembled.
  44. ----------------------------------------------------------------------
  45. RICK KNOBLAUGH IS A FREQUENT CONTRIBUTOR TO PC MAGAZINE.«MDUL»«MDNM»
  46.