Creates a shortcut to URL address. (Like the shortcuts in Favorities of Internet Explorer)
The [Folder] parameter specifies the destination folder that inside it the shortcut will be created.
If you want to create the shortcut inside your default Favorities folder, use ~$folder.favorites$ variable.
Examples:
urlshortcut "http://www.nirsoft.net" "~$folder.favorites$" "NirSoft Web Site"
urlshortcut "http://www.google.com" "~$folder.favorites$\Search Engines" "Google"
urlshortcut "http://www.yahoo.com" "c:\temp" "Yahoo"