cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tlflorek
Engaged Sweeper
I like using TeraTerm and am trying to create a custom action to login to an asset. I am a new user and obviously doing something wrong or misunderstanding the actions capabilities. I tried to replicate the Putty action but it does not work. Any ideas?

{actionpath}ttermpro.exe{ipaddress}
2 REPLIES 2
CyberCitizen
Honored Sweeper
I would suggest looking here first off to make sure you are using the correct command lines. First thing I can see is there is no space between the file name and the ip address.

I would try this.

{actionpath}ttermpro.exe {ipaddress}

https://ttssh2.osdn.jp/manual/en/commandline/teraterm.html
CyberCitizen wrote:
I would suggest looking here first off to make sure you are using the correct command lines. First thing I can see is there is no space between the file name and the ip address.

I would try this.

{actionpath}ttermpro.exe {ipaddress}

https://ttssh2.osdn.jp/manual/en/commandline/teraterm.html


That's it ! Thanks.