I already solved it partly!!!
I am only looking to resolve how to write the user account and password when open putty.
To execute y open putty:
phabloxar.
I am only looking to resolve how to write the user account and password when open putty.
To execute y open putty:
Code:
SystemUtil.run "C:\PuTTY\putty.exe","","",""
With window("regexpwndtitle:=putty configuration")
.activate
.winedit("nativeclass:=edit","attached text:=Host.*").type &servername or IP
.winedit("nativeclass:=edit","attached text:=&Port").type &portnumber
.winradiobutton("nativeclass:=button","text:=&SSH").set
.winbutton("text:=&open").click
End with
phabloxar.