Jan 24, '03 09:34:40AM • Contributed by: Anonymous
open location "http://news.bbc.co.uk"Add as many sites in the AppleScript source as you like, and save it. Then, when you run the script, the browser you define as your default browser will open all the links above in new windows.
open location "http://www.cnn.com/"
Depending on your bandwidth and amount of RAM, you might want to limit the number of sites. On a 640 MB 700Mhz iBook, I have 16 windows opening at the same time, but YMMV.
[Editor's note: You could also use a cron scheduler to run this script at a certain time each day, and I'm sure numerous other enhancements are possible...]
