pour les lecteur réseau je crois avoir trouver, j'ai montré à mon prof et j'avais fais une erreur de syntaxe. je teste ce week end mais normalement ca dosi marcher.
j'ai donc approfondi pour lancer mon programme de VPN qui me demande un mot de passe avant de ce connecter. sur un site un gars propose un .vbs du genre:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "C:\WINDOWS\SYSTEM32\javaw.exe -cp
jts.jar;pluginsupport.jar;jcommon-1.0.0.jar;jfreechart-1.0.0.jar;jhall.jar;other.jar;rss.jar
-Dsun.java2d.noddraw=true -Xmx256M jclient/LoginFrame C:\Jts"
Do ' loop jusqu'à appl termine son lancement
WScript.Sleep 8000 ' attente
bFound = WshShell.AppActivate("Login")
Loop Until bFound
WshShell.SendKeys "{ESC}"
WScript.Sleep 500
WshShell.SendKeys "login"
WScript.Sleep 500
WshShell.SendKeys "{TAB}"
WScript.Sleep 500
WshShell.SendKeys "password"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
mais à la ligne 2 apres "-cp" j'ai une erreur "constante chaine non terminée"
__________________
Si la liberté est hors la loi, alors seuls les hors la loi seront libres
L'ignorant affirme, le savant doute, le sage réfléchit
|