Bonjour,
je voudrais savoir comment éxecuter cette ligne de commande en VBS:
C:\ORANT\BIN\F45RUN32.EXE c:\gilda\forms\INIT.FMX term=gilda:windows
celle-ci étant la cible d'un icône sur mon bureau.
Quand je lance l'icone jatteint bien mon objectif, mais quand je rentre cela:
Dim wsh
Set wsh = CreateObject("WScript.Shell" )
wsh.Run("C:\ORANT\BIN\F45RUN32.EXE c:\gilda\forms\INIT.FMX term=gilda:windows" )
dans mon notepad pour le lancer en vbs, j'ai un message d'erreur .
Merci d'aance pour les personnes pouvant m'aiguiller .
---------------
-=TiTi=-