home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1088.lha
/
Programs
/
DungeonMap
/
Rexx
/
RunCmd.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1994-11-30
|
202b
|
14 lines
/*
** Execute a DungeonMap command passed. This a utility to try out some of the
** DungeonMap Rexx commands.
*/
ADDRESS 'DungeonMap0'
PARSE ARG Cmd
OPTIONS RESULTS
Cmd
SAY 'Result='RESULT', RC='RC