Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bobber205

macrumors 68020
Original poster
Nov 15, 2005
2,182
1
Oregon
A little thing here. I want to make a script that would launch Safari at a certain time in the morning and make it go to a specified address.

Any suggestions on how hard this might be? Any suggestions for resources?
 

Sayer

macrumors 6502a
Jan 4, 2002
981
0
Austin, TX
So why not just fire up iCal, set an "event" with repeat options (only on weekdays, whatever time) and for the "alarm" select "Open file." For the file to open make an AppleScript application (save as Application) that tells Safari to activate and open a URL?

Code:
tell application "Safari" to activate

open location "http://www.macosrumors.com/" without error reporting
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.