home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac11disk / ss130 / example.sgs next >
Text File  |  1998-07-21  |  567b  |  29 lines

  1. # Here is an example script for Simple Script
  2. # It's not particularly exciting, but hopefully 
  3. # will give you an idea about how things work :-)
  4.  
  5. # Play a sample with GEMJing
  6.  
  7. pause(2000);
  8.  
  9. # no_alerts();
  10.  
  11. gemjing.open(c:\cow.wav);
  12.  
  13. gemjing.quit();
  14.  
  15. #jinnee.exec(d:\cab\cab.app);
  16.  
  17. # Display the two demo pages from Texel
  18.  
  19. texel.open(e:\ash\texel\texel21d\sheets\balmer.txl,e:\ash\texel\texel21d\sheets\haushalt.txl);
  20.  
  21. # Open CABs internal page...
  22.  
  23. cab.open(about:);
  24.  
  25. # ... and another one!
  26.  
  27. cab.open(about:olga);
  28.  
  29. gemjing.open(c:\cow.wav);