views:

39

answers:

0

I have powershell script that open putty.exe in process and i want to send data to this process, how can i do that??? PLEASE HELP!

The process:

$solExe = [diagnostics.process]::start("putty.exe", "-raw -P 2000 127.0.0.1")

related questions