ajtsystems
IS-IT--Management
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
ipadress = "192.168.11.53"
Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run "putty " & ipadress & " -l rti -pw Le0nardash!", 1, true