Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wshell.run

Status
Not open for further replies.

ajtsystems

IS-IT--Management
Joined
Jan 15, 2009
Messages
80
Location
GB
Can anyone tell me why i am getting errors in this code

ipadress = "192.168.11.53"
Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run "putty " & ipadress & " -l rti -pw Le0nardash!", 1, true
 
am too lazy to test but perhaps try
return = wshell.run("putty...")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top