home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 1 / GEEK1.ISO / geekko / win14.dxr / 00003_main.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  177 b   |  9 lines

  1. global mainFolder, commonFolder, Selector, thisIsA_PC, systemfileDelimiter
  2.  
  3. on startMovie
  4.   macOrPC()
  5.   initPC()
  6.   set Selector to new(script "Selector")
  7.   go("installere")
  8. end
  9.