Bonjour,
J'ai besoin de connaitre la syntaxe pour un script.
Un fichier vbs doit lancer le fichier toto.bat.
Je suis sous Vista.
Merci pour votre aideCode:
1
2
3
4 Dim wsh, lc, Rlc Set wsh = CreateObject("WScript.Shell") lc = "cmd.exe \c toto.bat" set Rlc = wsh.Exec(lc)