home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Millennium Time Capsule
/
AC2000.BIN
/
disks
/
ac11disk
/
ss130
/
example.sgs
next >
Wrap
Text File
|
1998-07-21
|
567b
|
29 lines
# 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);