home *** CD-ROM | disk | FTP | other *** search
- # Here is an example script for Simple Script
- # It's not particularly exciting, but hopefully
- # will give you an idea about how things work :-)
-
- # Play a sample with GEMJing
-
- pause(2000);
-
- # no_alerts();
-
- gemjing.open(c:\cow.wav);
-
- gemjing.quit();
-
- #jinnee.exec(d:\cab\cab.app);
-
- # Display the two demo pages from Texel
-
- texel.open(e:\ash\texel\texel21d\sheets\balmer.txl,e:\ash\texel\texel21d\sheets\haushalt.txl);
-
- # Open CABs internal page...
-
- cab.open(about:);
-
- # ... and another one!
-
- cab.open(about:olga);
-
- gemjing.open(c:\cow.wav);