home *** CD-ROM | disk | FTP | other *** search
- /* This script is for use with FinalWriter®. See the file
- FinalWriter.guide in the Docs directory */
-
- IF ~SHOW('p',"MathScript") THEN
- DO
- /* If MathScript is not already running, start it ! */
-
- ADDRESS COMMAND "run MathScript:MathScript"
- ADDRESS COMMAND wait 1
- END
-
- ADDRESS "MathScript"
-
- SCREENTOFRONT
-
-