Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Command line syntax needs improvement #9

Open
kavika13 opened this issue Nov 10, 2011 · 1 comment
Open

Command line syntax needs improvement #9

kavika13 opened this issue Nov 10, 2011 · 1 comment
Assignees

Comments

@kavika13
Copy link
Owner

We should both be more flexible, and allow less inconsistent/poor choices for parameter names.

E.g. pwd should be password, or pass, or p. It should also support a hyphen instead of just a slash (not sure if it does now or not).

Todo: Get some repro steps, and plan out the specific changes.

@ghost ghost assigned kavika13 Nov 10, 2011
@andrese
Copy link

andrese commented Feb 10, 2012

Now only slash is supported to pass parameters, but both slash and hyphen are filtered so you cant use them in your commands (for instance you can pass parameters to your remote command using slash).

I am sending a patch that makes remcom to only use slash for parameters and lets scape the first slash as 2 slash just in case you need to use slash as part of your remote command parameter.

So if you want to execute yourcommand.exe /aparameter you can do it with the following command RemCom.exe \remote "yourcommand.exe //aparameter"

Patch is on its way...

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

No branches or pull requests

2 participants