home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 492.lha / JMenu_v1.1 / example1 < prev    next >
Encoding:
Text File  |  1991-04-06  |  323 b   |  13 lines

  1. .K ""
  2. ; This is an example script using JMenu
  3. ; The file "example1.menu" contains the menu definitions.
  4. ; The enviroment variable "ex1var" will hold the menu selection value.
  5. ;
  6. JMenu example1.menu ex1var
  7. ;
  8. if $ex1var eq 5
  9.    echo "You chose selection 5: do nothing"
  10. endif
  11.  
  12. echo "Click close gadget to get rid of window..."
  13.