Bonjour,
tu peux essayer d'utiliser ceci:
set WshShell = createObject("WScript.shell")
Wshshell.run "wscript.exe" & "test.vbs"
ou
Wshshell.run "cscript.exe" & "test.vbs" ' pour le mode console
ca marche mais évite les chemins relatifs pour l'emplacement
de ton script
salut!