espace dans les noms

espace dans les noms - VB/VBA/VBS - Programmation

Marsh Posté le 13-01-2006 à 12:53:44    

Bonjour !
 
et  bien comme le titre l'indique, j'ai un probleme d'espace entre les noms de fichiers. je ne sais pas comment éxécuter un fichier qui comporte un espace dans son nom.
 
 
 
Dim wshShell
Set wshShell = WScript.CreateObject("WScript.Shell" )
 
wshShell.Run "wscript.exe encode 2.vbs"
 
 
 
j'ai le message "pas d'extension de fichier......."
 
merci pour votre aide

Reply

Marsh Posté le 13-01-2006 à 12:53:44   

Reply

Marsh Posté le 13-01-2006 à 13:51:17    

essaye ça:
Dim wshShell  
Set wshShell = WScript.CreateObject("WScript.Shell" )  
 
wshShell.Run "wscript.exe ""encode 2.vbs"""


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
Reply

Marsh Posté le 17-01-2006 à 17:13:38    

merci !
ça marche !

Reply

Sujets relatifs:

Leave a Replay

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