home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global IBMholder, PartOneDone
- if the machineType < 256 then
- if the freeBytes < (1560 * 1024) then
- alert("U moet minstens 1560K geheugen vrij hebben om de software te installeren terwijl de CDROM speelt.")
- exit
- else
- open("VPRO:SOFTWARE:MAC:INSTALL")
- end if
- else
- set PartOneDone to 1
- set IBMholder to the pathName
- set IBMholder to chars(IBMholder, 1, 2)
- set GatesNeedsThis to IBMholder & "\SOFTWARE\WINDOWS\PART2.EXE"
- open(GatesNeedsThis)
- end if
- end
-