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   
OS/2 REXX Batch file  |  1994-11-30  |  202b  |  14 lines

  1. /*
  2. ** Execute a DungeonMap command passed. This a utility to try out some of the
  3. ** DungeonMap Rexx commands.
  4. */
  5.  
  6. ADDRESS 'DungeonMap0'
  7.  
  8. PARSE ARG Cmd
  9.  
  10. OPTIONS RESULTS
  11.  
  12. Cmd
  13. SAY 'Result='RESULT', RC='RC
  14.