Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows CMD prompt auto-completion #13

Open
rleonard55 opened this issue Sep 27, 2015 · 3 comments
Open

Windows CMD prompt auto-completion #13

rleonard55 opened this issue Sep 27, 2015 · 3 comments

Comments

@rleonard55
Copy link

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
Copy link

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

@rleonard55
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants