⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 en-us.rc

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 RC
📖 第 1 页 / 共 2 页
字号:
prompt        text displayed by the message box\n\n\n\
ERRORLEVEL is set according the button pressed:\n\n\
YES  :  10    |  NO      :  11\n\
OK   :  10    |  CANCEL  :  12\n"

STRING_PATH_HELP1, "Displays or sets a search path for executable files.\n\n\
PATH [[drive:]path[;...]]\nPATH ;\n\n\
Type PATH ; to clear all search-path settings and direct the command shell\n\
to search only in the current directory.\n\
Type PATH without parameters to display the current path.\n"

STRING_PROMPT_HELP1, "Changes the command prompt.\n\n\
PROMPT [text]\n\n\
  text    Specifies a new command prompt.\n\n\
Prompt can be made up of normal characters and the following special codes:\n\n\
  $A   & (Ampersand)\n\
  $B   | (pipe)\n\
  $C   ( (Left parenthesis)\n\
  $D   Current date\n\
  $E   Escape code (ASCII code 27)\n\
  $F   ) (Right parenthesis)\n\
  $G   > (greater-than sign)\n\
  $H   Backspace (erases previous character)\n\
  $L   < (less-than sign)\n\
  $N   Current drive\n\
  $P   Current drive and path\n\
  $Q   = (equal sign)\n\
  $T   Current time\n\
  $V   OS version number\n\
  $_   Carriage return and linefeed\n\
  $$   $ (dollar sign)\n"

STRING_PAUSE_HELP1, "Stops the execution of a batch file and shows the following message:\n\
'Press any key to continue...' or a user defined message.\n\n\
PAUSE [message]"

STRING_PROMPT_HELP2, "  $+   Displays the current depth of the directory stack"

STRING_PROMPT_HELP3, "\nType PROMPT without parameters to reset the prompt to the default setting."

STRING_REM_HELP, "Starts a comment line in a batch file.\n\nREM [Comment]"

STRING_RMDIR_HELP,   "Removes a directory.\n\n\
RMDIR [drive:]path\nRD [drive:]path\n\
/S			Deletes all files and folders within target\n\
/Q			Doesnt prompt for user\n"
STRING_RMDIR_HELP2,	"Directory is not empty!\n"

STRING_REN_HELP1, "Renames a file/directory or files/directories.\n\n\
RENAME [/E /N /P /Q /S /T] old_name ... new_name\n\
REN [/E /N /P /Q /S /T] old_name ... new_name\n\n\
  /E    No error messages.\n\
  /N    Nothing.\n\
  /P    Prompts for confirmation before renaming each file.\n\
        (Not implemented yet!)\n\
  /Q    Quiet.\n\
  /S    Rename subdirectories.\n\
  /T    Display total number of renamed files.\n\n\
Note that you cannot specify a new drive or path for your destination. Use\n\
the MOVE command for that purpose.\n"

STRING_REN_HELP2, "    %lu file renamed\n"

STRING_REN_HELP3, "    %lu files renamed\n"
		 
STRING_SHIFT_HELP, "Changes the position of replaceable parameters in a batch file.\n\n\
SHIFT [DOWN]"

STRING_SCREEN_HELP, "move cursor and optionally print text\n\n\
SCREEN row col [text]\n\n\
  row         row to wich move the cursor\n\
  col         column to wich move the cursor"

STRING_SET_HELP, "Displays, sets, or removes environment variables.\n\n\
SET [variable[=][string]]\n\n\
  variable  Specifies the environment-variable name.\n\
  string    Specifies a series of characters to assign to the variable.\n\n\
Type SET without parameters to display the current environment variables.\n"

STRING_START_HELP1, "Starts a command.\n\n\
START command\n\n\
  command     Specifies the command to run.\n\n\
At the moment all commands are started asynchronously.\n"

STRING_TITLE_HELP, "Sets the window title for the command prompt window.\n\n\
TITLE [string]\n\n\
string       Specifies the title for the command prompt window.\n"

STRING_TIME_HELP1, "Displays or sets the system time.\n\n\
TIME [/T][time]\n\n\
  /T    display only\n\n\
Type TIME with no parameters to display the current time setting and a prompt\n\
for a new one.  Press ENTER to keep the same time.\n"

STRING_TIME_HELP2, "Enter new time: "

STRING_TIMER_HELP1, "Elapsed %d msecs\n"

STRING_TIMER_HELP2, "Elapsed %02d%c%02d%c%02d%c%02d\n"

STRING_TIMER_HELP3, "allow the use of ten stopwatches.\n\n\
TIMER  [ON|OFF] [/S] [/n] [/Fn]\n\n\
  ON          set stopwatch ON\n\
  OFF         set stopwatch OFF\n\
  /S          Split time. Return stopwatch split\n\
              time without changing its value\n\
  /n          Specifiy the stopwatch number.\n\
              Stopwatches available are 0 to 9\n\
              If it is not specified default is 1\n\
  /Fn         Format for output\n\
              n can be:\n\
                    0    milliseconds\n\
                    1    hh%cmm%css%cdd\n\n\
if none of ON, OFF or /S is specified the command\n\
will toggle stopwatch state\n\n"

STRING_TYPE_HELP1, "Displays the contents of text files.\n\nTYPE [drive:][path]filename \n\
  /P 		  Shows one screen of output at a time.\n"

STRING_VERIFY_HELP1, "This command is just a dummy!!\n\
Sets whether to verify that your files are written correctly to a\n\
disk.\n\n\
VERIFY [ON | OFF]\n\n\
Type VERIFY without a parameter to display the current VERIFY setting.\n"

STRING_VERIFY_HELP2, "VERIFY is %s.\n"

STRING_VERIFY_HELP3, "Must specify ON or OFF."

STRING_VERSION_HELP1, "Displays shell version information\n\n\
VER [/C][/R][/W]\n\n\
  /C  Displays credits.\n\
  /R  Displays redistribution information.\n\
  /W  Displays warranty information."

STRING_VERSION_HELP2, " comes with ABSOLUTELY NO WARRANTY; for details\n\
type: `ver /w'. This is free software, and you are welcome to redistribute\n\
it under certain conditions; type `ver /r' for details. Type `ver /c' for a\n\
listing of credits."

STRING_VERSION_HELP3, "\n This program is distributed in the hope that it will be useful,\n\
 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
 GNU General Public License for more details."

STRING_VERSION_HELP4, "\n This program is free software; you can redistribute it and/or modify\n\
 it under the terms of the GNU General Public License as published by\n\
 the Free Software Foundation; either version 2 of the License, or\n\
 (at your option) any later version.\n"

STRING_VERSION_HELP5, "\nSend bug reports to <ros-dev@reactos.org>.\n\
Updates are available at: http://www.reactos.org"

STRING_VERSION_HELP6, "\nFreeDOS version written by:\n"

STRING_VERSION_HELP7, "\nReactOS version written by:\n"

STRING_VOL_HELP1, " Volume in drive %c: is %s"
STRING_VOL_HELP2, " Volume in drive %c: has no label"
STRING_VOL_HELP3, " Volume Serial Number is %04X-%04X\n"
STRING_VOL_HELP4, "Displays the disk volume label and serial number, if they exist.\n\nVOL [drive:]"

STRING_WINDOW_HELP1, "change console window aspect\n\n\
WINDOW [/POS[=]left,top,width,heigth]\n\
              [MIN|MAX|RESTORE] ['title']\n\n\
/POS          specify window placement and dimensions\n\
MIN           minimize the window\n\
MAX           maximize the window\n\
RESTORE       restore the window"

STRING_WINDOW_HELP2, "change console window aspect\n\n\
ACTIVATE 'window' [/POS[=]left,top,width,heigth]\n\
              [MIN|MAX|RESTORE] ['title']\n\n\
window        tile of window on wich perform actions\n\
/POS          specify window placement and dimensions\n\
MIN           minimize the window\n\
MAX           maximize the window\n\
RESTORE       restore the window\n\
title         new title\n"


STRING_HELP1, "List of all available commands (+ description)\n\n\
  command /?     For more information on a specific command\n\n\
?        List all available commands without description).\n\
ALIAS    Sets, removes or shows aliases.\n\
ATTRIB   Displays or changes file attributes.\n\
BEEP     Beep the speaker.\n\
CALL     Calls one batch program from another.\n\
CD       Displays the name of or changes the current directory.\n\
CHCP     Displays or sets the active code page number.\n\
CHOICE   Waits for the user to choose one of a set of choices.\n\
CLS      Clears the screen.\n\
CMD      Starts a new instance of the ReactOS command interpreter.\n\
COLOR    Sets the default console foreground and background colors.\n\
COPY     Copies one or more files to another location.\n\
DATE     Displays or sets the date.\n\
DELETE   Deletes one or more files.\n\
DIR      Displays a list of files and subdirectories in a directory.\n\
ECHO     Displays messages, or turns command echoing on or off.\n\
ERASE    Deletes one or more files.\n\
EXIT     Quits the CMD.EXE program (command interpreter).\n\
FOR      Runs a specified command for each file in a set of files.\n\
FREE     (free) disc space.\n\
GOTO     Directs the ReactOS command interpreter to a labeled line in\n\
         a batch program.\n\
HELP     Provides Help information for ReactOS commands.\n\
HISTORY  List alle commands which has been used\n\
IF       Performs conditional processing in batch programs.\n\
LABEL    Creates, changes, or deletes the volume label of a disk.\n\
MD       Creates a directory.\n\
MKDIR    Creates a directory.\n\
MOVE     Moves one or more files from one directory to another\n\
         directory.\n\
PATH     Displays or sets a search path for executable files.\n\
PAUSE    Suspends processing of a batch file and displays a message.\n\
POPD     Restores the previous value of the current directory saved by\n\
         PUSHD.\n\
PROMPT   Changes the command prompt.\n\
PUSHD    Saves the current directory then changes it.\n\
RD       Removes a directory.\n\
REM      Records comments (remarks) in batch files.\n\
REN      Renames a file or files.\n\
RENAME   Renames a file or files.\n\
RMDIR    Removes a directory.\n\
SCREEN   Move cursor and optionally print text.\n\
SET      Displays, sets, or removes ReactOS environment variables.\n\
SHIFT    Shifts the position of replaceable parameters in batch files.\n"
STRING_HELP2, "START    Starts a separate window to run a specified program or command.\n\
         Executes command.\n\
TIME     Displays or sets the system time.\n\
TIMER    Allow the use of ten stopwaches.\n\
TITLE    Sets the window title for a CMD.EXE session.\n\
TYPE     Displays the contents of a text file.\n\
VER      Displays the ReactOS version.\n\
VERIFY   Tells ReactOS whether to verify that your files are written\n\
         correctly to a disk.\n\
VOL      Displays a disk volume label and serial number.\n"


STRING_CHOICE_OPTION,         "YN"
STRING_COPY_OPTION,           "YNA"


STRING_ALIAS_ERROR,          "Command line too long after alias expansion!\n"
STRING_BATCH_ERROR,          "Error opening batch file\n"
STRING_CHCP_ERROR1,          "Active code page: %u\n"
STRING_CHCP_ERROR4,          "Invalid code page\n"
STRING_CHOICE_ERROR,         "Invalid option. Expected format: /C[:]options"
STRING_CHOICE_ERROR_TXT,     "Invalid option. Expected format: /T[:]c,nn"
STRING_CHOICE_ERROR_OPTION,  "Illegal Option: %s"
STRING_MD_ERROR,			 "A subdirectory or file already exists.\n"
STRING_MD_ERROR2,			 "The path to the new folder does not exist.\n"
STRING_CMD_ERROR1,           "Can't redirect input from file %s\n"
STRING_CMD_ERROR2,           "Error creating temporary file for pipe data\n"
STRING_CMD_ERROR3,           "Can't redirect to file %s\n"
STRING_CMD_ERROR4,           "Running %s...\n"
STRING_CMD_ERROR5,           "Running cmdexit.bat...\n"
STRING_COLOR_ERROR1,         "Same colors error! (Background and foreground can't be the same color)"
STRING_COLOR_ERROR2,         "error in color specification"
STRING_COLOR_ERROR3,         "Color %x\n"
STRING_COLOR_ERROR4,         "same colors error!"
STRING_CONSOLE_ERROR,        "Unknown error: %d\n"
STRING_COPY_ERROR1,          "Error: Cannot open source - %s!\n"
STRING_COPY_ERROR2,          "Error: Can't copy onto itself!\n"
STRING_COPY_ERROR3,          "Error writing destination!\n"
STRING_COPY_ERROR4,          "Error: Not implemented yet!\n"
STRING_DATE_ERROR,           "Invalid date."
STRING_DEL_ERROR5,           "The file %s will be deleted! "
STRING_DEL_ERROR6,           "Are you sure (Y/N)?"
STRING_DEL_ERROR7,           "Deleting: %s\n"
STRING_ERROR_ERROR1,         "Unknown error! Error code: 0x%lx\n"
STRING_ERROR_ERROR2,         "Syntax error"
STRING_FOR_ERROR1,           "'in' missing in for statement."
STRING_FOR_ERROR2,           "no brackets found."
STRING_FOR_ERROR3,           "'do' missing." 
STRING_FOR_ERROR4,           "no command after 'do'."
STRING_FREE_ERROR1,          "Invalid drive"
STRING_FREE_ERROR2,          "unlabeled"
STRING_GOTO_ERROR1,          "No label specified for GOTO"
STRING_GOTO_ERROR2,          "Label '%s' not found\n"

STRING_MOVE_ERROR1,          "[OK]\n"
STRING_MOVE_ERROR2,          "[Error]\n"

STRING_REN_ERROR1,           "MoveFile() failed. Error: %lu\n"

STRING_START_ERROR1,         "No batch support at the moment!"

STRING_TIME_ERROR1,          "Invalid time."

STRING_TYPE_ERROR1,          "Invalid option '/%s'\n"

STRING_WINDOW_ERROR1,        "window not found"


STRING_ERROR_PARAMETERF_ERROR,     "Parameter format not correct - %c\n"
STRING_ERROR_INVALID_SWITCH,       "Invalid switch - /%c\n"
STRING_ERROR_TOO_MANY_PARAMETERS,  "Too many parameters - %s\n"
STRING_ERROR_PATH_NOT_FOUND,       "Path not found\n"
STRING_ERROR_FILE_NOT_FOUND,       "File not found\n"
STRING_ERROR_REQ_PARAM_MISSING,    "Required parameter missing\n"
STRING_ERROR_INVALID_DRIVE,        "Invalid drive specification\n"
STRING_ERROR_INVALID_PARAM_FORMAT, "Invalid parameter format - %s\n"
STRING_ERROR_BADCOMMAND,           "Bad command or filename\n"
STRING_ERROR_OUT_OF_MEMORY,        "Out of memory error.\n"
STRING_ERROR_CANNOTPIPE,           "Error!  Cannot pipe!  Cannot open temporary file!\n"
STRING_ERROR_D_PAUSEMSG,           "Press any key to continue . . ."
STRING_ERROR_DRIVER_NOT_READY,     "Drive not ready"

STRING_PATH_ERROR,                 "CMD: Not in environment '%s'\n"

STRING_CMD_SHELLINFO,              "\nReactOS Command Line Interpreter"
STRING_VERSION_RUNVER,             " running on %s"
STRING_COPY_FILE ,                 "        %d file(s) copied\n"
STRING_DELETE_WIPE,                "wiped"
STRING_FOR_ERROR,                  "bad variable specification."
STRING_SCREEN_COL,                 "invalid value for col"
STRING_SCREEN_ROW,                 "invalid value for row"
STRING_TIMER_TIME                  "Timer %d is %s: "

STRING_INVALID_OPERAND,            "Invalid operand."
STRING_EXPECTED_CLOSE_PAREN,       "Expected ')'."
STRING_EXPECTED_NUMBER_OR_VARIABLE,"Expected number or variable name."
STRING_SYNTAX_COMMAND_INCORRECT,   "The syntax of the command is incorrect."

}

⌨️ 快捷键说明

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