home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 August / netCD48.iso / mac / net / list / 00258_Script_258 < prev    next >
Text File  |  1998-07-02  |  221b  |  10 lines

  1. on mouseup
  2.   if the machinetype = 256 then
  3.     open the moviepath&"webcen\utils\pc\dreamw\DreamTrial.exe"
  4.   else
  5.     open the moviepath&"webcen:utils:mac:dreamweaver:Dreamweaver Trial Installer"
  6.   end if
  7.   
  8. end
  9.  
  10.