home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q3 Premier Trimestre '98 / GT_DPK.ISO / pc / data / Intro.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  103 b   |  8 lines

  1. on installcheck
  2.   if the platform contains "mac" then
  3.     go("mac")
  4.   else
  5.     wincheck()
  6.   end if
  7. end
  8.