I need to create internet shortcuts on login, and i want them to go
into a folder on the "users" start menu...can someone help me with how
to reference the user profile
set WshShell = WScript.CreateObject("WScript.Shell")
set oUrlLink = WshShell.CreateShortcut("NEEDPATHCORRECTION\Start
Menu\programs" & "\link.url")
oUrlLink.TargetPath = "http://ccc.ccc.com"
oUrlLink.Save