Click here to Skip to main content
15,892,746 members

Comments by rnvc (Top 2 by date)

rnvc 4-Nov-14 4:03am View    
If any one facing same problem please use below code,i will be ready to help if i know .
Set WShell = CreateObject( "WScript.Shell" )
Set oSession =WShell .exec( puttyPATH & " " & sHost & " -l " & sUser & " -pw " & sPasswd)
rnvc 3-Nov-14 4:13am View    
Can you please share the vbscript code to connect and search for the job?