home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces / CF_FC.iso / pc / data / 0_2c_fr.dxr / 00013_pdf_on.ls < prev    next >
Encoding:
Text File  |  2005-07-12  |  197 b   |  8 lines

  1. on mouseDown
  2.   if the platform contains "mac" then
  3.     Ok = baOpenFile(the pathname & "acromac.exe", "normal")
  4.   else
  5.     Ok = baOpenFile(the pathname & "AdbeRdr60_enu.exe", "normal")
  6.   end if
  7. end
  8.