home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
utility
/
minimnu2
/
menu.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-02-14
|
1KB
|
26 lines
* MENU.CMD
* example command file for MINIMENU 2.0
* 1995 (c) Sichemsoft VoF, Roghorst 160, 6708 KS Wageningen, The Netherlands
*===========================================================================
* comments are allowed behind a '*' at the first position of a line
*---------------------------------------------------------------------------
* text on title of
* stopbutton menu
*
&Stop ; MiniMenu 2.0 Demonstration
*--------------------------------------------------------------------------
* name name drive programname
* on of + path +
* button icon (from root) optional parameters
*
Math ; math ; . ; test.bat animated math
Shapes ; animshap ; . ; test.bat animated shapes
&Traffic ; traffic ; . ; test.bat traffic lights
Xmas ; xmas ; . ; test.bat christmas carols
No Icon ; - ; . ; test.bat iconless program
Rain ; umbrella ; . ; test.bat weather forecast
&Games ; smile ; . ; @games
* for the MS Windows version, change menu to wmenu in the preceding line
*
*---------------------------------------------------------------------------
* (end)