Install

Create Shortcut at your Desktop

by on Jan.25, 2010, under Windows

This vbscript create automatically a shortcut at your Desktop

1
2
3
4
5
set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oUrlLink = WshShell.CreateShortcut(strDesktop & "\Install.gr")
oUrlLink.TargetPath = "http://www.install.gr"
oUrlLink.Save
:, , , , , , ,

Leave a Reply

*

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...