textshell.rc

来自「一个能够在 Console Mode 下使用的 Shell 类 (1.00 版」· RC 代码 · 共 25 行

RC
25
字号
#include "TextShell.Inc"

STRINGTABLE
{
   SShellClosing, "Closing Shell..."
   SShellHelpTitle, "shell can process following commands (names are case sencetive):"
   SBadDirName, "Bad directory: %s"
   SCloseHint, "close the shell"
   SHelpHint, "Show list of available commands"
   SDirHint, "Display list of files in a folder"
   SChDirHint, "Change directory"
   SUnkCommand, "unknown command '%s'"
   SException, "Exception %s : %s"
   SUnkException, "Unknown exception"
   SAddError, "could not add command '%s'"
   SMultiInstance, "Only one instance of the command shell is allowed"
   SNoFile, "No file specified"
   SNoFileExists, "File %s does not exist"
   SCOntinuePrompt, "---  (C)ontinue or E(x)it? -------"
   STypeHint, "View file"
   SDeletePrompt, "Delete file %s ? (y/n):"
   SDelError, "Could not delete file %s"
   SDelHint, "Remove file(s)" 
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?