home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1112.dms / 1112.adf / JMenu / example1 < prev    next >
Text File  |  1988-07-25  |  290b  |  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 "Bye, bye!"
  13.