Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
The feature to have a script execute on starting a session is great...I typically use it to start a VPN session via command line and set routes...but it would be nice to be able to execute a script as well to disconnect the VPN when I end the session.
I think I would also prefer to execute the command if the session is dropped on the other end as well...or maybe that can be optional for more flexibility on the other end.
The feature to have a script execute on starting a session is great...I typically use it to start a VPN session via command line and set routes...but it would be nice to be able to execute a script as well to disconnect the VPN when I end the session. I think I would also prefer to execute the command if the session is dropped on the other end as well...or maybe that can be optional for more flexibility on the other end.
Thanks