poweradminllc / PAExec

Remote execution, like PsExec
531 stars 177 forks source link

Windows CMD prompt auto-completion #13

Open rleonard55 opened 9 years ago

rleonard55 commented 9 years ago

Likely more of a feature request but TAB when using "paexec \remote cmd.exe" does not apear to forward the tab directly. It aphears to process it locally instead. So the auto completion does not function in the Windows CMD prompt.

Fyi - Psexec does function this way.

darxmorph commented 8 years ago

That's the behavior of cmd.exe. The program can't manipulate that.

rleonard55 commented 8 years ago

I don't think we're on the same same here. CMD does allow for tab completion. Psexec also handles this the same when launching a remote CMD session. Paexec operates differently than both, it literally injects the tab char into the command window instead.

poweradminllc commented 3 years ago

@rleonard55 you are correct. I have no idea how to solve this one. I'm open to ideas :)