home *** CD-ROM | disk | FTP | other *** search
- ;
- SHFILE.COM
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 1k (5) 0056 1.1 H. Goldstein 8/89 Z3COM8
-
- 1- Syntax 2- Notes 3- Examples of Use
-
-
-
- SHFILE displays or sets the name of the shell variable file to be used by
- SH. SHFILE may be executed while SH is not running, if desired.
-
- Vs. 1.0 by R. Conn, 3/84.
- :1
-
-
- Syntax SHFILE <-- display name of shell variable file
-
- or SHFILE ufn <-- set name of shell variable file
- :2
-
-
- SHFILE Notes
-
- a. SHDEFINE and SHVAR define variables to be placed into shell variable
- files. SHFILE defines which shell variable file will be used by SH when
- it executes.
-
- b. When SH and SHVAR execute, the named variable file they deal with must
- reside in the root directory.
-
- c. Vs 1.1 updates
- - reorganizes code and converts to Zilog mnemonics.
- - adds help screen and a patchable quiet flag that can be toggled from
- the command line with the Q option
- :3
-
-
- Examples of Use
-
- a. SHFILE <-- display name of shell variable file
-
- b. SHFILE myvars.var <-- define name of shell variable file