| Using applescript to open web browser and go to a site
I've been messing around with AppleScripts and i thought it would be nice to make a script that would open a window and go to a spacific site for me, but i can't figure it out. So far all i have is:
tell application "Safari"
activate
make new window
end tell
This is extreamly poor, i understand, but i can't find the command for new window for the life of me, much less a "goto URL" command=\
|