ok ok
maintenant le pb c'est que j'arrive pas à appeler le fichier batch tout en rentrant un parametre il le prend pas
j'ai essaierCode:
1
2
3
4
5 Dim oShell logiciel = acrobatrea_65 Set oShell = WScript.CreateObject ("WSCript.shell") oShell.run "cmd /c install.bat & logiciel" Set oShell = Nothing
oShell.run "cmd /c install.bat logiciel"
oShell.run "cmd /c install.bat" & logiciel
oShell.run (cmd /c install.bat & logiciel)
oShell.run ("cmd /c install.bat" & logiciel)
aucun fonctionne :(