I currently have a 75 user license for FacetWin and am looking to upgrade to an open source solution like putty. However I do need one key feature which is used a lot.
In FacetWin, there is an option called "Enable Run Program Escape Sequence" which allows a command in the FacetWin console environment to run programs on the windows environment.
Run windows calculator in windows from the Unix command prompt environment!
>echo \\0033[2]calc
How would I accomplish this same task in putty?