home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / minimnu2 / menu.cmd < prev    next >
OS/2 REXX Batch file  |  1996-02-14  |  1KB  |  26 lines

  1. * MENU.CMD
  2. * example command file for MINIMENU 2.0
  3. * 1995 (c) Sichemsoft VoF, Roghorst 160, 6708 KS Wageningen, The Netherlands
  4. *===========================================================================
  5. * comments are allowed behind a '*' at the first position of a line
  6. *---------------------------------------------------------------------------
  7. * text on         title of
  8. * stopbutton      menu
  9. *
  10.   &Stop     ;     MiniMenu 2.0 Demonstration
  11. *--------------------------------------------------------------------------
  12. * name        name         drive           programname
  13. *  on          of          + path           +
  14. * button      icon         (from root)     optional parameters
  15. *
  16.   Math      ; math      ; .              ; test.bat animated math
  17.   Shapes    ; animshap  ; .              ; test.bat animated shapes
  18.   &Traffic  ; traffic   ; .              ; test.bat traffic lights
  19.   Xmas      ; xmas      ; .              ; test.bat christmas carols
  20.   No Icon   ; -         ; .              ; test.bat iconless program
  21.   Rain      ; umbrella  ; .              ; test.bat weather forecast
  22.   &Games    ; smile     ; .              ; @games
  23. * for the MS Windows version, change menu to wmenu in the preceding line
  24. *
  25. *---------------------------------------------------------------------------
  26. * (end)