home *** CD-ROM | disk | FTP | other *** search
- ECHO "===================================================================="
- ECHO "== clariSSA © 1992-1993 by proDAD =="
- ECHO "===================================================================="
- ECHO " "
-
- ECHO "--------------------------------------------------------------------"
- ECHO "--------------------------------------------------------------------"
- ECHO " Please start clariSSA first. This demo also requires "
- ECHO " OS2.x, for the use of ARexx."
- ECHO "--------------------------------------------------------------------"
- ECHO "--------------------------------------------------------------------"
-
-
- IF NOT EXISTS sys:rexxc/rx
- ECHO " "
- ECHO " "
- ECHO " "
- ECHO " The ARexx starter could not be found."
- ECHO " The demo, therefore, cannot be automatically run."
- ECHO " Solution:"
- ECHO " Load the file 'SSA-Anim/SSADemoAnim' into clariSSA as an Animation."
- ECHO " Then click the Play-Gadget in the first window or press the P key."
- Wait 10
- ELSE
- sys:rexxc/rx "Options Results; Address clariSSA; LoadAnim MASTER Name 'SSA-Anim/SSADemoAnim'; PlayAnim 5 Screens;"
- IF WARN
- ECHO " "
- ECHO " "
- ECHO " The ARexx-Script has returned an error."
- ECHO " - Please check that ARexx is present and running on your system."
- ECHO " - Please check that clariSSA is running."
- Wait 10
- ENDIF
-
- ENDIF
-
- EndCli
-