home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / CT / CT9501 / MINIMENU / MENU.CMD < prev    next >
OS/2 REXX Batch file  |  1994-09-19  |  1KB  |  23 lines

  1. * MENU.CMD
  2. * example command file of MINIMENU 1.1
  3. * 1994 (c) Sichemsoft, 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 1.1 (C) 1994 SichemSoft Netherlands
  11. *---------------------------------------------------------------------------
  12. * name      name       drive            programname
  13. *  on        of        + path            +
  14. * button    icon       (from root)      optional parameters
  15. *
  16.   &Comic    comic      .                test.bat captain comic
  17.   Elf       elf        .                test.bat elf land
  18.   &PacMan   pcman      .                test.bat pacman game
  19.   Shapes    animshap   .                test.bat animated shapes
  20.   NoáIcon   -          .                test.bat iconless program
  21. *
  22. *---------------------------------------------------------------------------
  23. * (end)