home *** CD-ROM | disk | FTP | other *** search
- /* Calculator
-
- Runs the Workbench Calculator program. It will
- appear on the Workbench screen at the moment,
- hopefully in the future the Wordworth screen
- will be made public, then the calculator can
- be opened on the Wordworth screen.
-
- Digita ARexx Script for Wordworth 5
- Copyright ©1996, Digita International Ltd.
-
- Created: 18 June 1996
- Author: MJ
- */
-
- If ~Exists(SYS:Tools/Calculator) THEN DO
- RequestNotify 'Couldn't find the Workbench Calculator program'
- Exit
- END
-
- Address Command 'SYS:Tools/Calculator >NIL:'