home *** CD-ROM | disk | FTP | other *** search
/ Generation PC 55 / GenerationPC-No55-1998.iso / BOND / LINGO.INI < prev   
Text File  |  1997-11-18  |  219b  |  10 lines

  1. global gFile,gSetpath,gFirstMovie,gAppName
  2.  
  3. on startup
  4.     set gFile="Files\StartUp"
  5.     set gFirstMovie="name"
  6.     set gAppName="Play955.exe"
  7.     set gSetpath=1
  8.     if string(0.0)="a" then nothing
  9. end startup
  10.