Help with my Applescript

Joined
Sep 11, 2008
Messages
6
Reaction score
0
Points
1
Location
uk
Your Mac's Specs
MacBookPro5,1 2.4GHz
Hello all.

i made the following script that creates a http alias desktop shortcut on the desktop for a given url address.

tell application "Finder"
make new internet location file at desktop to ¬
"http://www.google.co.uk" with properties {name:"name of file"}
end tell


is there a way to add some more code on this script so i can add an icon as well (e.g. the safari icon)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top