home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / md.dir / 00216.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  517 b   |  18 lines

  1. on mouseUp
  2.   global IBMholder, PartOneDone
  3.   if the machineType < 256 then
  4.     if the freeBytes < (1560 * 1024) then
  5.       alert("U moet minstens 1560K geheugen vrij hebben om de software te installeren terwijl de CDROM speelt.")
  6.       exit
  7.     else
  8.       open("VPRO:SOFTWARE:MAC:INSTALL")
  9.     end if
  10.   else
  11.     set PartOneDone to 1
  12.     set IBMholder to the pathName
  13.     set IBMholder to chars(IBMholder, 1, 2)
  14.     set GatesNeedsThis to IBMholder & "\SOFTWARE\WINDOWS\PART2.EXE"
  15.     open(GatesNeedsThis)
  16.   end if
  17. end
  18.