Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Temas - rksemk

#1
.NET (C#, VB.NET, ASP) / Leer archivo .VBS
9 Octubre 2012, 23:37 PM
Buenas tengo un problemas con los codigos de mi app
pues mi idea es que esta app abra un archivo.vbs y modifique user y password
con 2 textbox y 2 botones

Codigo del vbs
Citarset wshshell = createobject("wscript.shell")
wscript.sleep 1
for i=1 to 1
wshshell.sendkeys "w"
wshshell.sendkeys "{enter}"
next
set wshshell = createobject("wscript.shell")
wscript.sleep 9000
for i=1 to 1
wshshell.sendkeys "usuario"
wshshell.sendkeys "{tab}"
wshshell.sendkeys "password"
wshshell.sendkeys "{enter}"
next
set wshshell = createobject("wscript.shell")
wscript.sleep 5000
for i=1 to 1
wshshell.sendkeys "{enter}"
next

Imagen del programa: