home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / compuser / Service.dxr / 00282.ls < prev    next >
Encoding:
Text File  |  1998-04-08  |  165 b   |  10 lines

  1. on exitFrame
  2.   global gSystem
  3.   case gSystem of
  4.     "WIN_95", "WIN_NT4":
  5.       go("V1")
  6.     "WIN_311", "WIN_NT3", "MAC_PPC", "MAC_68":
  7.       go("V1")
  8.   end case
  9. end
  10.