home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk460.lzh / JMenu / example1 < prev    next >
Text File  |  1991-02-17  |  323b  |  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.