home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 October / dotnet_50.iso / pc / media / check.dxr / 00018_aolfev2001.ls < prev    next >
Encoding:
Text File  |  2001-01-30  |  200 b   |  8 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     open(the applicationPath & "PC\Annonceurs\payants\AOL\Setup6.exe")
  4.   else
  5.     open(the applicationPath & "Mac:Annonceurs:payant:AOL:AOL 5")
  6.   end if
  7. end
  8.