home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / DEMO / TUTORIAL.LF < prev    next >
Text File  |  1996-06-04  |  103b  |  7 lines

  1. module("tutorial") ?
  2. public(start) ?
  3.  
  4. start :-
  5.     @ = system("ghostview +SETUPDIR+/Demo/slides.ps &").
  6.     
  7.