home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / LOADHIGH.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  388 b   |  15 lines

  1. Explanation of the LOADHIGH (lh) command. 
  2. It is INTERNAL.
  3.  
  4. This command will load a program into the 
  5. upper memory area.
  6.  
  7. Example:
  8.        To load your external mouse driver 
  9.        from drive C in the MOUSE directory 
  10.        into the upper memory you just 
  11.        type the following: 
  12.            loadhigh c:\mouse\mouse
  13.                     or
  14.            lh c:\mouse\mouse
  15.