VBscript & command DOS = Pepin....

VBscript & command DOS = Pepin.... - Programmation

Marsh Posté le 27-02-2002 à 12:03:03    

Voici mon code :
 
Set fso = WScript.CreateObject("Scripting.FileSystemObject" )
set fic = fso.createtextfile("c:\test2.txt" )
Set shell = WScript.CreateObject("WScript.Shell" )
Set batch = fso.CreateTextFile("c:\test2.bat" )
batch.writeline "@echo off"
batch.writeline "d:"
batch.writeline "cd\"
batch.writeline "dir /s /b /o:n *.avi >> c:\test2.txt"
batch.close
shell.Run batch

 
Voici l'erreur : Type incompatible : shell.run
 
Help !!  :cry:  
 
Ps : je suis un newbie !

 

[jfdsdjhfuetppo]--Message édité par guiotv2--[/jfdsdjhfuetppo]


---------------
Canon EOS 7D - Canon 17-55 f2.8 IS - Canon L 70-200 f4 - Flash Nissim 622
Reply

Marsh Posté le 27-02-2002 à 12:03:03   

Reply

Marsh Posté le 27-02-2002 à 12:05:09    

Mon script cree bien le test2.bat
 
Quand je lance Test2.bat manuellement pas de probleme il ecrit bien ce que je veux dans test2.txt
 
Mais le probleme c'est que mon script ne lance pas Test2.bat


---------------
Canon EOS 7D - Canon 17-55 f2.8 IS - Canon L 70-200 f4 - Flash Nissim 622
Reply

Marsh Posté le 27-02-2002 à 14:10:12    

:bounce:


---------------
Canon EOS 7D - Canon 17-55 f2.8 IS - Canon L 70-200 f4 - Flash Nissim 622
Reply

Marsh Posté le 27-02-2002 à 14:48:53    

:bounce:  
 
Personne ne comprend mon probleme ??
Ou personne n'utilise de vbscript ?


---------------
Canon EOS 7D - Canon 17-55 f2.8 IS - Canon L 70-200 f4 - Flash Nissim 622
Reply

Marsh Posté le 27-02-2002 à 15:42:39    

A y est j'ai trouvé !!
remplacé :
shell.Run batch
par :
shell.Run ("c:\test2.bat" )
 
 :hap:


---------------
Canon EOS 7D - Canon 17-55 f2.8 IS - Canon L 70-200 f4 - Flash Nissim 622
Reply

Sujets relatifs:

Leave a Replay

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