poweradminllc / PAExec

Remote execution, like PsExec
531 stars 177 forks source link

How to capture the console output (stdout/stderr) in the same console window when running a command ? #47

Open tmontane opened 2 years ago

tmontane commented 2 years ago

Hi,

I'm looking for an option (let's call it -cc for "capture console"), to be able to see a console app's output directly in the paexec.exe console. Actual design (with -i) pops a new console, even when running from the same session, which means the current one (the one runnning PAExec) sees nothing ... ;( Is it possible, does it already exist ? I guess even psexec doesn't have it ...

Let me know.

Best regards to the team.