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

📄 uk-ua.rc

📁 ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。
💻 RC
📖 第 1 页 / 共 2 页
字号:

STRING_FREE_HELP1, "\nVolume in drive %s is %-11s\n\
 Serial number is %s\n\
  %16s bytes total disk space\n\
  %16s bytes used\n\
  %16s bytes free\n"

STRING_FREE_HELP2, "Displays drive information.\n\nFREE [drive: ...]\n"

STRING_IF_HELP1, "Performs conditional processing in batch programs.\n\n\
  IF [NOT] ERRORLEVEL number command\n\
  IF [NOT] string1==string2 command\n\
  IF [NOT] EXIST filename command\n\
  IF [NOT] DEFINED variable command\n\n\
NOT               Specifies that CMD should carry out the command only if\n\
                  the condition is false\n\
ERRORLEVEL number Specifies a true condition if the last program run returned\n\
                  an exit code equal or greater than the number specified.\n\
command           Specifies the command to carry out if the condition is met.\n\
string1==string2  Specifies a true condition if the specified text strings\n\
                  match.\n\
EXIST filename    Specifies a true condition if the specified filename exists.\n\
DEFINED variable  Specifies a true condition if the specified variable is\n\
                  defined.\n"

STRING_GOTO_HELP1,  "Directs CMD to a labeled line in a batch script.\n\n\
GOTO label\n\n\
  label  Specifies a text string used in a batch script as a label.\n\n\
You type a label on a line by itself, beginning with a colon."

STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]\n"

STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "

STRING_LOCALE_HELP1, "Current time is"

STRING_MKDIR_HELP,   "Creates a directory.\n\n\
MKDIR [drive:]path\nMD [drive:]path"

STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"

STRING_MEMMORY_HELP2, "\n  %12s%% memory load.\n\n\
  %13s bytes total physical RAM.\n\
  %13s bytes available physical RAM.\n\n\
  %13s bytes total page file.\n\
  %13s bytes available page file.\n\n\
  %13s bytes total virtual memory.\n\
  %13s bytes available virtual memory.\n"

STRING_MISC_HELP1, "Press a key to continue...\n"

STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "

STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n\
To move one or more files:\n\
MOVE [/N][drive:][path]filename1[,...] destination\n\n\
To rename a directory:\n\
MOVE [/N][drive:][path]dirname1 dirname2\n\n\
  [drive:][path]filename1  Specifies the location and name of the file\n\
                           or files you want to move.\n\
  /N                    Nothing. Do everything but move files or directories.\n\n\
Current limitations:\n\
  - You can't move a file or directory from one drive to another.\n"

STRING_MSGBOX_HELP, "display a message box and return user responce\n\n\
MSGBOX type ['title'] prompt\n\n\
type          button displayed\n\
              possible values are: OK, OKCANCEL,\n\
              YESNO, YESNOCANCEL\n\
title         title of message box\n\
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\n"
STRING_VOL_HELP2, " Volume in drive %c has no label.\n"
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, "扬桉铌 怦初 漕耱箫龛

⌨️ 快捷键说明

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