home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / BK-WW6E3.DMS / in.adf / Archive / WwRexx.lha / Calculator.rexx next >
Encoding:
OS/2 REXX Batch file  |  1996-07-04  |  530 b   |  21 lines

  1. /*    Calculator
  2.  
  3.         Runs the Workbench Calculator program. It will
  4.         appear on the Workbench screen at the moment,
  5.         hopefully in the future the Wordworth screen
  6.         will be made public, then the calculator can
  7.         be opened on the Wordworth screen.
  8.  
  9.         Digita ARexx Script for Wordworth 5
  10.         Copyright ©1996, Digita International Ltd.
  11.  
  12.         Created: 18 June 1996
  13.         Author:  MJ
  14. */
  15.  
  16. If ~Exists(SYS:Tools/Calculator) THEN DO
  17.     RequestNotify 'Couldn't find the Workbench Calculator program'
  18.     Exit
  19. END
  20.  
  21. Address Command 'SYS:Tools/Calculator >NIL:'