The following does not send a CTRL-C to the console app I am running. StdinWrite($ConsoleProc,"^c") All it does is send the string "^c". The app can only be closed with a CTRL-C. Any ideas?