Bruce Springsteen
Bruce Springsteen
- Subject: Bruce Springsteen
- From: email@hidden
- Date: Wed, 20 Aug 2003 12:29:35 -0400
Bruce Springsteen
Scheduling Script Please Help
They released tickets for the Foxbore show two days before the show.
Hopefully they will be doing the same for the Fenway Park show.
What I'd like to do is have a script that
-- Plays "Born To Run.mp3"
-- Goes to the Ticketmaster Web site @ quarter of 9:00 & quarter of
10:00 in the morning
-- Display dialog that tells me it's time to check for tickets
--System 9.2.1
tell application "Finder"
activate
--Want this run @ quarter of 9:00 & quarter of 10:00 in the morning
select file "Born To Run.mp3" of folder "Born To Run" of folder
"Bruce Springsteen" of folder "iTunes Music" of folder "iTunes" of folder
"Documents" of startup disk
open selection
--hide selection
select file "Internet Explorer" of folder "Internet Explorer 5.1" of
folder "Applications (Mac OS 9)" of startup disk
open selection
tell application "Finder"
activate
display dialog ("Time to see if they released any
Bruce Springsteen Tickets Today") buttons {"Cancel", "Yes"} default
button "Yes" with icon caution
--Go to the Ticketmaster - Bruce Springsteen page
--
http://www.ticketmaster.com/artist/860453
end tell
end tell
_______________________________________________
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.