home *** CD-ROM | disk | FTP | other *** search
-
- LRUN Ver 1.0
- Copyright (c) 1982 Gary P. Novosielski
- Correct Syntax is:
-
- LRUN [-<lbrname>] <command line>
-
- Where <lbrname> is the optional library name
- (note the preceding "-".) If omitted, the default
- command library (COMMAND.LBR) is used.
- The .LBR extension is not needed.
-
- <command line> is the name and paramaters
- of the command being run from the library,
- just as if a seperate .COM file were being run.
-
-
- EXAMPLE LRUN -EDFILE EDFILE filename.ext
-
- This example goes to the EDFILE LIBRARY (EDFILE.LBR)
- and loads in the program EDFILE (EDFILE.COM) and runs it.
- Then the (filename.ext) is passed on to EDFILE,
- which in turn loads in filename.ext for you to edit.
-
-
- EXAMPLE LRUN -DIR DIR
-
- This example goes to the DIR LIBRARY (DIR.LBR)
- and loads in the program DIR (DIR.COM) and runs it.
-
-
-
- EXAMPLE LRUN DD
-
- This example goes to the COMMAND LIBRARY (COMMAND.LBR)
- and loads in the program DD and runs it.
-
- -----------------------------------------------------------------
- Al∞á thesσá example≤á assumσ yo⌡ havσ thσ LIBRAR┘á nameΣá oεá thσ ì
- current disk and that the program to run is inside that LIBRARY.