home *** CD-ROM | disk | FTP | other *** search
- .K ""
- ; This is an example script using JMenu
- ; The file "example1.menu" contains the menu definitions.
- ; The enviroment variable "ex1var" will hold the menu selection value.
- ;
- JMenu example1.menu ex1var
- ;
- if $ex1var eq 5
- echo "You chose selection 5: do nothing"
- endif
-
- echo "Click close gadget to get rid of window..."
-