If !file("c:\windows\desktop\Ecostart40.lnk"
oShell =CreateObject("Wscript.Shell"
If vartype(oShell)=="O"
oShellLink = oShell.CreateShortcut("c:\windows\desktop\Ecostart40.lnk"
If vartype(oShellLink)=="O"
With oShellLink
.TargetPath = "c:\media\et.exe"
.WorkingDirectory="d:\media\"
.windowStyle=3
.Description="this si ET"
.iconLocation="d:\media\et.exe"
.hotKey="CTRL+ALT+E"
.Save
Endwith
Endi
Endi
Endi
oShell =CreateObject("Wscript.Shell"
If vartype(oShell)=="O"
oShellLink = oShell.CreateShortcut("c:\windows\desktop\Ecostart40.lnk"
If vartype(oShellLink)=="O"
With oShellLink
.TargetPath = "c:\media\et.exe"
.WorkingDirectory="d:\media\"
.windowStyle=3
.Description="this si ET"
.iconLocation="d:\media\et.exe"
.hotKey="CTRL+ALT+E"
.Save
Endwith
Endi
Endi
Endi