mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-05 01:05:14 +08:00
13 lines
632 B
Plaintext
13 lines
632 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 [ConEmu Task Name]\n /icon [CMDER Icon Path]\n [/start [Start in Path] | [Start in Path]]\n /single\n /m\n -- [ConEmu extra arguments]\n\nNote: '-- [...]' must be the last argument!\n\nor, either:\n /register [USER | ALL]\n /unregister [USER | ALL]"
|
|
}
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|