Page 2 of 2

Re: Configurable command shell

Posted: 04 Dec 2015, 20:16
by Jan Rysavy
What about this. One edit line in AS configuration with drop-down button and menu containing variables (see for example User Menu or Renamer).

Default setup:
$[COMSPEC] $(Close:/C) $(Keep:/K) $(Params)

ConEmu setup:
"C:\Program Files\ConEmu\ConEmu.exe" /cmd $[COMSPEC] $(Close:/C) $(Keep:/K) $(Params)

$(Close:...), $(Keep:...), and $(Params) would be used only when needed.
Each variable could be used multiple times - once $(Close:...) for ConEmu, once $(Close:/C) for CMD, etc.

We can define another usage dependent variables, for example:
$(CmdLine:...) - for Command Line
$(UserMenu:...) - for User Menu
$(CmdShell:...) - for Command Shell

Would it be enough for invoking PowerShell?

EDIT: bad idea, too complicated.