home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 135 / af135a.adf / AmiCheck.lzx / AmiCheck / Macros / popcalc.rexx < prev    next >
OS/2 REXX Batch file  |  2000-01-27  |  240b  |  10 lines

  1. /* amiCheck macro: Pop up a calculator              */
  2. /* An example of how to launch other programs       */
  3.  
  4. OPTIONS RESULTS
  5.  
  6. /* allow us to invoke shell commands */
  7. address command
  8.  
  9. /* run the calculator program */
  10. "sys:tools/calculator"