Can AS sublaunch based upon Mac OS version?
Can AS sublaunch based upon Mac OS version?
- Subject: Can AS sublaunch based upon Mac OS version?
- From: email@hidden
- Date: Sat, 24 Aug 2002 22:55:54 EDT
Can anyone tell me if it's possible to write an Applescript that runs on Mac
OS 8.1 through Mac OS 10.2 that can sublaunch other applications from a
CD-ROM (the Appelscript itself would be launched from the same CD).
Something like:
If OSVersion < 10 then
open ":
DATA:Installers:OS8/9 Installer"
else
open ":
DATA:Installers:OSX Installer"
end if
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.