Link to home
Start Free TrialLog in
Avatar of Bianchi928
Bianchi928

asked on

How to change teh standard icon

I have this little script that i need to send via email , but instead of the standard Internet
icon I want it to be something different ...like the attached gif
 
lk.GIF
Avatar of Bianchi928
Bianchi928

ASKER

Oops fogot about the script

set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oUrlLink = WshShell.CreateShortcut(strDesktop & "\GDT Interaction Training.url")
oUrlLink.TargetPath = "http://goodyearanddunloptyres.interactiontraining.net/"
oUrlLink.Save
Wscript.Echo "Desktop icon created"
ASKER CERTIFIED SOLUTION
Avatar of Psy053
Psy053
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You're almost there !! For this to work I will have to send the icon on the users computer  before sending the script ..right ? Any other way  of having all done in one script...
Could you put it on a network drive or website, and then have the script pull it down to the local pc?
I guess i might to do that...All in a script would have been ideal..
It's possible, it will just take me a little while to work out.
It would be good if you could....it will makes things a lot easier..I will give max points for that
Thanks