home *** CD-ROM | disk | FTP | other *** search
- (L) Gulam Commands(L)
-
- NAME: start
-
- SYNOPSIS
- \auto\start.prg
-
- OPERATION
- Optionally execute a number of files then allow the selection of
- programs to execute. If either of the shift keys are pressed then
- allow a selection from a different menu.
-
- The data file is constructed as follows.
-
- # Comment line
- ' start of message line. These must be blocked together.
- Command 1
- Command 2
- .
- .
- Command n
- #
- # The above commands are executed prior to the menu selection
- #
- # The following key word must apear alone on a line.
- #START
- Menu Item a
- command a1
- command a2
- .
- .
- command an
- Menu Item b
- command b1
- .
- .
- .
- Menu Item n
- # Now the items to present to the user if the control, shift keys are pressed
- #CONTROL
- Menu Item A
- Command A1
- etc
-
- AUTHOR
- John Buchanan
-
- FILES
- \auto\start.inf
-
- SEE ALSO
- run
-
- BUGS
- Currently it attempts to execute blank lines. Best if your data
- file does not have any.
-
- The KEYWORDs have to be exactly at the begining of the line.
-
-