home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / f / lrun.ark / LRUN.DOC < prev   
Encoding:
Text File  |  1992-11-05  |  1.3 KB  |  41 lines

  1.  
  2. LRUN Ver 1.0
  3.  Copyright (c) 1982 Gary P. Novosielski
  4. Correct Syntax is:
  5.  
  6.         LRUN [-<lbrname>] <command line>
  7.  
  8. Where <lbrname> is the optional library name
  9. (note the preceding "-".) If omitted, the default
  10. command library (COMMAND.LBR) is used.
  11. The .LBR extension is not needed.
  12.  
  13. <command line> is the name and paramaters
  14. of the command being run from the library,
  15. just as if a seperate .COM file were being run.
  16.  
  17.  
  18.         EXAMPLE  LRUN -EDFILE EDFILE filename.ext
  19.  
  20. This example goes to the EDFILE LIBRARY (EDFILE.LBR)
  21. and loads in the program EDFILE (EDFILE.COM) and runs it.
  22. Then the (filename.ext) is passed on to EDFILE,
  23. which in turn loads in filename.ext for you to edit.
  24.  
  25.  
  26.         EXAMPLE  LRUN -DIR DIR
  27.  
  28. This example goes to the DIR LIBRARY (DIR.LBR)
  29. and loads in the program DIR (DIR.COM) and runs it.
  30.  
  31.  
  32.  
  33.         EXAMPLE  LRUN DD
  34.  
  35. This example goes to the COMMAND LIBRARY (COMMAND.LBR)
  36. and loads in the program DD and runs it.
  37.  
  38. -----------------------------------------------------------------
  39. Al∞á thesσá example≤á assumσ yo⌡ havσ thσ LIBRAR┘á nameΣá oεá thσ ì
  40. current disk and that the program to run is inside that LIBRARY.
  41.