home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / Autorun.exe / Autorun.dxr / 00001.ls next >
Encoding:
Text File  |  2002-03-08  |  168 b   |  9 lines

  1. on enterFrame
  2.   file = baFolderExists("c:\Program Files\100+ Great Games Vol 2")
  3.   if file = 0 then
  4.     open("setup.exe")
  5.   else
  6.     open("valusoft1.exe")
  7.   end if
  8. end
  9.