Hi Kharini,
Try with the below code...
and use Systemutil.Run "C:\putty.exe
Regards,
Venkat.Batchu
Try with the below code...
and use Systemutil.Run "C:\putty.exe
Code:
'Establish a Telnet session
Systemutil.Run "C:\putty.exe"
window("PuTTY Configuration").WinEdit("Host Name (or IP address)").Set ftp_server
window("PuTTY Configuration").WinRadioButton("Telnet").Set
window("PuTTY Configuration").WinButton("Open").Click
'Logon To the server
window("PuTTY").Type login
window("PuTTY").Type vbcrlf
window("PuTTY").Type pwd
window("PuTTY").Type vbcrlfRegards,
Venkat.Batchu

