home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 1
/
boot-disc-1996-08.iso
/
bootcd.dir
/
00470_Script_470
< prev
next >
Wrap
Text File
|
1996-07-02
|
782b
|
17 lines
on mouseUp
global gThisExecutable
--gThisExecutable is set by clicking on one of the programs listed
--in the Workbench subcategory field on screen
if voidP(gThisExecutable) or (gThisExecutable = EMPTY) then exit
put "About to open the app" && gThisExecutable
if the machineType = 256 then open gThisExecutable
else alert "On PC this would open the DOS app at:" && gThisExecutable
--Reset Install button to unhilited, since the hilited selection in the field
--will automatically unhilite also, and since user probably doesn't need
--to install twice. User can always reselect the line in the field
--to do it again.
set the memberNum of sprite 12 = the number of member "Workbench Install"
set gThisExecutable = EMPTY
updateStage
end