Set WshShell = Wscript.CreateObject("Wscript.Shell")
Wscript.echo WshShell.SpecialFolders("Desktop")
Set oShellLink = WshShell.CreateShortcut(WshShell.SpecialFolders("Desktop")
& "\wsh.url")
oShellLink.TargetPath = "http://wsh.glazier.co.nz/frame.htm"
oShellLink.Save