suppression icône

suppression icône - VB/VBA/VBS - Programmation

Marsh Posté le 11-07-2008 à 10:30:13    

bonjour
j'ai mis en place une stratégie de création d'icône sur le bureau vie le réseau voici le script
 
Script :
Dim Shell, DesktopPath, URL
Set Shell = CreateObject("WScript.Shell" )
DesktopPath = Shell.SpecialFolders("Desktop" )
Set URL = Shell.CreateShortcut(DesktopPath & "\Labo MS.URL" )
URL.TargetPath = "www.laboratoire-microsoft.org"
URL.Save
 
maintenant je voudrais faire la manip inverse, supprimer l'icône créé, ou supprimer l'icône à la fin de la connexion es que quelqu'un aurait une idée (le script est un copier collé je n'ai pas de notion) merci

Reply

Marsh Posté le 11-07-2008 à 10:30:13   

Reply

Marsh Posté le 11-07-2008 à 13:46:27    

Salut, une recherche via Gog devrait te satisfaire http://www.google.fr/search?hl=fr& [...] cher&meta=


Message édité par kiki29 le 11-07-2008 à 13:46:35
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed