Multiple Instances
Integrate to Shell
Similar feature as Microsoft PowerToy "Command Prompt Here" or "Dos is here". Add PowerCmd Shortcut to Windows Explorer. It allows you to open "PowerCmd" from Explorer right click context menu with the initial directory setting to the selected folder.

Allow Multiple Instances
If user don't allow multiple instances, a new tab will start from the current instance.
Command Parameters
- Usage: PowerCmd [/P <str>] [/C <str>] [/K <str>] [/H]
- /P: Startup from the initial directory
- /C: Carries out the command specified by string and then terminates
- /K: Carries out the command specified by string but remains
- /H: Displays help on the command line parameters
|