Bonjour,
Je suis dans la même situation, je cherche je cherche et RIEN!!!
Voici le code que j'ai trouvé:
Code :
- @rem ////// Editez les elements ci dessous concernant votre materiel
- @set tgateboxip= ip de l'host
- @set tgateusername= loggin
- @set tgatepassword= mot de passe
- @set tgatecommand1= commande 1
- @set tgatecommand2=
- @rem ///// Creation du script VBS pour connexion automatique
- @echo set sh=WScript.CreateObject("WScript.Shell" )>>telnet.vbs
- @echo WScript.Sleep 500>>telnet.vbs
- @echo sh.SendKeys "%tgateusername%">>telnet.vbs
- @echo WScript.Sleep 500>>telnet.vbs
- @echo sh.SendKeys "~">>telnet.vbs
- @echo WScript.Sleep 500>>telnet.vbs
- @echo sh.SendKeys "%tgatepassword%">>telnet.vbs
- @echo sh.SendKeys "~">>telnet.vbs
- @echo WScript.Sleep 500>>telnet.vbs
- @rem ///// Lancement des commandes Telnet
- @echo sh.SendKeys "%tgatecommand1%">>telnet.vbs
- @echo sh.SendKeys "~">>telnet.vbs
- @echo WScript.Sleep 500>>telnet.vbs
- @echo sh.SendKeys "%tgatecommand2%">>telnet.vbs
- @echo sh.SendKeys "~">>telnet.vbs
- @echo WScript.Sleep 500>>telnet.vbs
- @rem ///// Lancement de la session Telnet sur l'iTgatebox
- @start /realtime telnet.exe %tgateboxip%
- @C:\Documents and Settings\xxxxxxxxxxxx\Mes documents\Mes vidéos\DivX Movies\test.txt
- @cscript //nologo telnet.vbs
- @del /q telnet.vbs
|
Voila si je trouve une réponse je posterai ici!!!
J'espert que quelqu'un pourra nous donner une piste de recherche!!!!