mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-22 01:22:32 +08:00
13 lines
704 B
Plaintext
13 lines
704 B
Plaintext
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Corresponding ids should be defined in `resource.h` file.
|
|
|
|
STRINGTABLE
|
|
{
|
|
IDS_TITLE "Cmder Launcher"
|
|
|
|
IDS_SWITCHES L"Valid options:\n\n /c [CMDER User Root Path]\n /task [Windows Terminal Profile/ConEmu Task Name]\n /icon [CMDER Icon Path] - ConEmu ONLY!\n [/start [Start in Path] | [Start in Path]]\n /single - ConEmu ONLY!\n /m\n -- [ConEmu/Windows Terminal extra arguments]\n\nNote: '-- [...]' must be the last argument!\n\nor, either:\n /register [USER | ALL]\n /unregister [USER | ALL]"
|
|
}
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|