home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / OS2 / TCOS2200.ARJ / TCOS2200.ZIP / TCMDOS2H.MSG (.txt) < prev    next >
Encoding:
OS/2 Message File  |  1997-07-30  |  30.9 KB  |  679 lines

  1. MKMSGF
  2. 3 J!S"
  3. -a.8/
  4. NhO9P
  5. \)]r^
  6. lgm%n
  7. tcmdos2h.msg
  8. HDisplay the internal commands, or prompt for a command.
  9. execute another command.
  10. Usage:  ? ["prompt text" command]
  11. If no prompt text or command is given, ? displays a list of
  12. internal commands.  If the prompt text or command is included,
  13. ? prompts before executing the specified command.
  14. HActivate a window, set its state, or change its title.
  15. Usage:  ACTIVATE "window" [MAX | MIN | RESTORE | CLOSE]
  16. HLoad or display the alias list, or define an alias.
  17. Usage:  ALIAS [/P] [/R [d:][path]filename...] [name[=][value]]
  18.     /P  Pause after displaying each page
  19.     /R  Load an alias list from a file
  20. HChange the file or subdirectory attributes.
  21. Usage:  ATTRIB [/A:[[-]rhsda] /D /E /P /Q /S -|+[AHRS]] [d:][path]filename...
  22.     /A: Select files by attributes
  23.     /D  Modify subdirectory attributes
  24.     /E  Don't display non-fatal errors
  25.     /P  Pause after displaying each page
  26.     /Q  Quiet mode
  27.     /S  Modify files in subdirectories
  28.     +A  Set archive attribute      -A  Clear archive attribute
  29.     +H  Set hidden attribute       -H  Clear hidden attribute
  30.     +R  Set read-only attribute    -R  Clear read-only attribute
  31.     +S  Set system attribute       -S  Clear system attribute
  32. HBeep the speaker.
  33. Usage:  BEEP [frequency [duration] ...]
  34. The frequency is specified in Hertz, and the duration in 1/18th second
  35. intervals.  No sound will be generated for frequencies less than 37 Hz,
  36. allowing you to insert short delays.  The default value for frequency is
  37. 440 Hz; the default value for duration is 2.
  38. HCall a secondary batch file.
  39. Usage:  CALL [d:][path]filename
  40. HTerminate all batch processing.
  41. Usage:  CANCEL [value]
  42. If you enter a value, CANCEL will set the ERRORLEVEL to that value.
  43. HSpecify a block for SWITCH.
  44. Usage:  CASE value
  45. HDisplay or change the current directory.
  46. Usage:  CD [- | [d:][pathname]]
  47. Entering CD with no argument or only a drive name will display the current
  48. directory.  Entering CD and a pathname will change the current directory.
  49. You can switch to the previous directory by entering CD -.
  50. HChange the current disk drive and directory.
  51. Usage:  CDD [/AS] [- | [d:][pathname]]
  52.     /A  Display the current directory for all drives from C: to Z:
  53.     /S  Create the JPSTREE.IDX file for fuzzy directory searches
  54. You can switch to the previous drive and directory by entering CDD -.
  55. HDisplay or change the current system code page.
  56. Usage:  CHCP [n]
  57.     n  New code page
  58. Entering CHCP with no argument displays the active code page.
  59. HDisplay or change the current directory.
  60. Usage:  CHDIR [[d:][pathname]
  61. Entering CHDIR with no argument or only a drive name will display the current
  62. directory.  Entering CHDIR and a pathname will change the current directory.
  63. You can switch to the previous directory by entering CHDIR -.
  64. HClear display, optionally to the specified colors.
  65. Usage:  CLS [[BRIght] fg ON bg]
  66.     fg  Foreground color
  67.     bg  Background color
  68. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  69. HSet the screen display colors.
  70. Usage:  COLOR [[BRIght] fg ON bg]
  71.     fg  Foreground color
  72.     bg  Background color
  73. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  74. HCopy or append one or more files.
  75. Usage:  COPY [d:][path]source[+]...[/A /B] [[d:][path]target]
  76.              [/A:[[-]rhsda] /C /E /F /H /M /N /P /Q /R /S /T /U /V /Z]
  77.     /A  Copy in ASCII mode
  78.     /A: Select files by attributes
  79.     /B  Copy in binary mode
  80.     /C  Copy only those files where the target is older than the source
  81.     /E  Don't display non-fatal errors
  82.     /F  Fail if the source file has extended attributes and the target file
  83.           system doesn't support extended attributes.
  84.     /H  Copy hidden and system files too
  85.     /M  Copy only those files with the archive bit set
  86.     /N  Don't actually perform the copy
  87.     /P  Confirm each file copy (Y or N)
  88.     /Q  Don't display filenames or totals
  89.     /R  Prompt before overwriting an existing file
  90.     /S  Copy subdirectories
  91.     /T  Only display totals (no filenames)
  92.     /U  Copy only those source files that are newer than a matching target
  93.           file, or where a matching target file doesn't exist
  94.     /V  Verify disk writes
  95.     /Z  Overwrite read-only target files
  96. HDefault block for SWITCH.
  97. Usage:  DEFAULT
  98. HDisplay and (optionally) change the system date.
  99. Usage:  DATE [mm-dd-yy]
  100.     mm  Month (1 - 12)
  101.     dd  Day (1 - 31)
  102.     yy  Year (80 - 199 or 1980 - 2099)
  103. If you don't enter a date, TCMD will display the current date and prompt for
  104. a new one.  The format for the date entry depends on the country code.  U.S.
  105. format is mm-dd-yy; European format is dd-mm-yy; Japanese is yy-mm-dd.
  106. HErase the specified file(s) from the disk.
  107. Usage:  DEL [/A:[[-]rhsda] /EFNPQSTWXYZ] [d:][path]filename...
  108.     /A: Select files by attributes
  109.     /E  Don't display non-fatal errors
  110.     /F  Don't copy the file(s) to the DELDIR directory
  111.     /N  Don't actually delete the file(s)
  112.     /P  Confirm deletion for each file (Y or N)
  113.     /Q  Don't display filenames or totals
  114.     /S  Delete matching files in the subdirectories
  115.     /T  Display totals only
  116.     /W  Wipe the file to 0's before deleting
  117.     /X  Remove empty subdirectories after deleting (use with /S)
  118.     /Y  The reverse of /P - it assumes a Y response to everything
  119.     /Z  Delete all files, including read-only, hidden and system files
  120. HPause for a specified period of time.
  121. Usage:  DELAY [n]
  122.     n  The number of seconds to pause.  The default value is 1 second.
  123. HCreate, modify, or delete file and subdirectory descriptions.
  124. Usage:  DESCRIBE [/A:[[-]rhsda]] [d:][path]filename... [[/D]"description"]
  125.     /A: Select files by attributes
  126.     /D  Specifies that the following text is a description, even if
  127.           matches an existing filename.
  128. You can enter a description on the command line by entering the filename
  129. followed by the description enclosed in quotes.  If you don't enter a
  130. description, DESCRIBE will prompt you for one for each matching filename.
  131. HStart an OS/2 program in detached mode.
  132. Usage:  DETACH [d:][filename[.ext]]
  133. HDisplay information about files and subdirectories.
  134. Usage:  DIR [/A[:-rhsda] /I"text" /O:-deginrsu /124BDEFGHJIKLMNPRSTUVWZ]
  135.           [[d:][path]filename...]
  136.     /1  One column                     /L  Lower case filenames
  137.     /2  Two columns                    /M  Suppress footers
  138.     /4  Four columns                   /N  Display FAT volume in HPFS format
  139.     /A  Select files by attributes     /O  Sort order
  140.     /B  Display filenames only         /P  Pause after each page
  141.     /D  Disable colorization           /R  Disable description wrapping
  142.     /E  Upper case filenames           /S  Display subdirectories
  143.     /F  Display expanded filenames     /T  Display attributes
  144.     /G  Display allocated size         /T:acw  Date / time type
  145.     /H  Hide "." and ".."              /U  Summaries only
  146.     /I  Match descriptions             /V  Sort filenames vertically
  147.     /J  Justify filenames              /W  Wide display
  148.     /K  Suppress headers               /Z  Display HPFS volume in FAT format
  149. HDisplay, read, or clear the directory history list.
  150. Usage:  DIRHISTORY [/A command] [/FP] [/R [d:][path]filename]
  151.     /A  Add command to directory history list
  152.     /F  Clear directory history list
  153.     /P  Pause after displaying each page
  154.     /R  Read history list from specified file
  155. If no parameters are entered, DIRHISTORY displays the current directory
  156. history list.
  157. HDisplay the directory stack used by PUSHD and POPD.
  158. Usage:  DIRS
  159. HCreate loops in batch files.
  160. Usage:  DO [n | FOREVER]
  161.         DO var = start TO end [BY n]
  162.         DO [WHILE | UNTIL] condition
  163.         DO x IN [/A[:-rhsda]] filename
  164.         DO x IN @filename
  165.         ...
  166.         [ITERATE]
  167.         [LEAVE]
  168.         ...
  169.         ENDDO
  170. HTells applications where to search for their files.
  171. Usage:  DPATH [[d:]path][[;[d:]path]...]]
  172.         DPATH ;
  173. If you enter DPATH with no parameters, TCMD displays the current search 
  174. path.  If you enter DPATH and a semicolon, TCMD clears the search path.
  175. HDraw a box on the screen.
  176. Usage:  DRAWBOX ulrow ulcol lrrow lrcol style [BRIght] fg ON [BRI] bg
  177.                 [FILL [BRIght] bgfill] [ZOOm] [SHAdow]
  178.     ulrow   Row for upper left corner
  179.     ulcol   Column for upper left corner
  180.     lrrow   Row for lower right corner
  181.     lrcol   Column for lower right corner
  182.     style   Box drawing style (0 - 4)
  183.     fg      Foreground color
  184.     bg      Background color
  185.     bgfill  Background fill color (for the inside of the box)
  186.     ZOOM    Box zooms to its final size
  187.     SHADOW  Include a drop shadow
  188. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  189. HDraw a horizontal line on the screen.
  190. Usage:  DRAWHLINE row column length style [BRIght] fg ON [BRI] bg
  191.     row     Start row
  192.     column  Start column
  193.     length  Length of line
  194.     style   Line drawing style (1 or 2)
  195.     fg      Foreground color
  196.     bg      Background color
  197. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  198. HDraw a vertical line on the screen.
  199. Usage:  DRAWVLINE row column length style [BRIght] fg ON [BRI] bg
  200.     row     Start row
  201.     column  Start column
  202.     length  Length of line
  203.     style   Line drawing style (1 or 2)
  204.     fg      Foreground color
  205.     bg      Background color
  206. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  207. HDisplay the echo status, enable or disable batch file or command line
  208. echoing, or display a message.
  209. Usage:  ECHO [on | off | message]
  210. ECHO defaults to ON in batch files and OFF during keyboard input.
  211. If no arguments are entered, ECHO displays the current echo state.
  212. HDisplay a message to STDERR.
  213. Usage:  ECHOERR message
  214. HDisplay a message, without printing a trailing CR/LF.
  215. Usage:  ECHOS message
  216. HDisplay a message, without printing a trailing CR/LF, to STDERR.
  217. Usage:  ECHOSERR message
  218. HRestore the current disk drive, directory, environment, command
  219. separator, parameter character, and escape character saved by SETLOCAL.
  220. Usage:  ENDLOCAL
  221. HEnd a SWITCH statement.
  222. Usage:  ENDSWITCH
  223. HErase the specified file(s) from the disk.
  224. Usage:  ERASE [/A:[[-]rhsda] /FNPQSTWXYZ] [d:][path]filename...
  225.     /A: Select files by attributes
  226.     /F  Don't make copies of the file(s) in the DELDIR directory
  227.     /N  Don't actually delete the file(s)
  228.     /P  Confirm deletion for each file (Y or N)
  229.     /Q  Don't display filenames or totals
  230.     /S  Delete matching files in the subdirectories
  231.     /T  Only display totals (no filenames)
  232.     /W  Wipe the file to 0's before deleting
  233.     /X  Remove empty subdirectories after deleting (use with /S)
  234.     /Y  The reverse of /P - it assumes a Y response to everything
  235.     /Z  Delete all files, including read-only, hidden and system files
  236. HEdit environment variables and/or aliases.
  237. Usage:  ESET [/A] varname...
  238.     /A  Assume the argument is an alias
  239. ESET will search for environment variables first, and then aliases.
  240. HPerform a command, except on the file(s) specified.
  241. Usage:  EXCEPT ([d:][path]filename...) command
  242. HExit the current command processor.
  243. Usage:  EXIT [value]
  244. If you specify a value, EXIT will return that value to the parent process.
  245. If you EXIT from a primary command processor, you will be returned to PM.
  246. HFind files or text.
  247. Usage:  FFIND [/A[[:][-]rhsda] /D[list] /O[[:][-]acdeginrsu] /[T|X]"xx"
  248.           /BCEIKLMPRSV file...
  249.     /A        Select files by attribute
  250.     /B        Bare output
  251.     /C        Case sensitive search
  252.     /D        Drive or drive list
  253.     /E        Upper case display
  254.     /I        Ignore wildcards
  255.     /K        No headers
  256.     /L        Line numbers
  257.     /M        No footers
  258.     /O        Sort order
  259.     /P        Pause after each page
  260.     /R        Reverse search (start at end)
  261.     /S        Subdirectories
  262.     /T"xx"    Text search string
  263.     /V        Verbose, show all matching lines
  264.     /X["xx"]  Hex display / search string
  265. HRepeat a command for several variables.
  266. Usage:  FOR [/A:[-[rhsda]] /FHLR %%var IN (set) [DO] command
  267.     /A  Retrieve files with the specified attribute(s)
  268.     /F  Parse lines in specified file(s)
  269.     /L  Counted FOR loop
  270.     /H  Hide "." and ".."
  271.     /R  Execute FOR in every subdirectory
  272. If a filename in (set) begins with an @, "var" will be set sequentially to
  273. each line in the file.
  274. HDisplay the total disk space, total bytes used, and total bytes free on the
  275. specified (or default) drive(s).
  276. Usage:  FREE [d:] ...
  277. HExecute a command in the current directory and its subdirectories.
  278. Usage:  GLOBAL [/HIPQ] command
  279.     /H  Process hidden subdirectories
  280.     /I  Ignore exit codes
  281.     /P  Prompt whether to execute the command in each directory
  282.     /Q  Quiet (don't display directory names)
  283. HCall a subroutine in a batch file.
  284. Usage:  GOSUB label
  285. The label must begin with a colon (:), and appear by itself on the line.
  286. GOSUB ignores case differences when matching labels.
  287. HContinue batch file processing at the line following the label.
  288. Usage:  GOTO [/I] label
  289.     /I  Continue current IFF and DO processing after the GOTO
  290. The label must begin with a colon (:), and appear by itself on the line.
  291. GOTO ignores case differences when matching labels.
  292. HDisplay the TCMD help file.
  293. Usage:  HELP [command]
  294. HELP uses the PM VIEW.EXE program to display help for TCMD (TCMD.INF)
  295. and OS/2 in general (CMDREF.INF).
  296. HDisplay, read, or clear the history list.
  297. Usage:  HISTORY [/A command] [/F /P] [/R [d:][path]filename]
  298.     /A  Add command to history list
  299.     /F  Clear history list
  300.     /P  Pause after displaying each page
  301.     /R  Read history list from specified file
  302. If no parameters are entered, HISTORY displays the current history list.
  303. HAllow conditional execution of commands.
  304. Usage:  IF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...] command
  305. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  306. or one of the following:
  307.     ERRORLEVEL [condition] number
  308.     EXIST filename
  309.     ISALIAS aliasname
  310.     ISDIR [d:]path
  311.     ISINTERNAL command
  312.     ISLABEL labelname
  313. HAllow IF/THEN/ELSE conditional execution of commands.
  314. Usage:  IFF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...]
  315.             THEN ^ ... ^ ELSE[[IFF] ... THEN] ^ ... ^ ENDIFF
  316. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  317. or one of the following:
  318.     ERRORLEVEL [condition] number
  319.     EXIST filename
  320.     ISALIAS aliasname
  321.     ISDIR [d:]path
  322.     ISINTERNAL command
  323.     ISLABEL labelname
  324. HGet a single keystroke environment variable from standard input.
  325. Usage:  INKEY [/C /D /K"..." /P /Wn /X] [text] %%varname
  326.     /C  Clear keyboard buffer
  327.     /D  Digits only
  328.     /K  Allowable keystrokes, enclosed in double quotes
  329.     /P  Don't display keystroke
  330.     /W  Wait "n" seconds for a response
  331.     /X  Do not add carriage return / line feed after user's entry
  332. You can optionally display prompt text before the variable name.
  333. HEnter an environment variable from the standard input.
  334. Usage:  INPUT [/C /D /E /Ln /N /P /Wn /X] [text] %%varname
  335.     /C  Clear keyboard buffer
  336.     /D  Digits only
  337.     /E  Edit existing value
  338.     /L  Maximum of "n" characters
  339.     /N  Disable input colors
  340.     /P  Display * instead of characters
  341.     /W  Wait "n" seconds for a response
  342.     /X  Do not add carriage return / line feed after user's entry
  343. You can optionally display prompt text before the variable name.
  344. HSet the keyboard toggles (Caps Lock, Num Lock, and Scroll Lock).
  345. Usage:  KEYBD [/Cn /Nn /Sn]
  346.     /C  Caps lock
  347.     /N  Num lock
  348.     /S  Scroll lock
  349. A 0 turns the toggle off, a 1 turns it on.
  350. HFeed keystrokes to a program or command.
  351. Usage:  KEYSTACK [/Wn] ["abc"[keyname][!][n] ...
  352.     /W       Wait specified number of timer ticks
  353.     "abc"    Literal characters to be placed in the keyboard buffer
  354.     keyname  Name or code for a keystroke
  355.     !        Clear the keyboard buffer
  356.     n        Number of times to repeat the preceding keystroke
  357. KEYSTACK only works with PM and windowed VIO apps.
  358. HDisplay a file with forward and backward paging and scrolling.
  359. Usage:  LIST [/A:[-[rhsda]] /T"text" /HIRSWX] [d:][path]filename...
  360.     /A: Select files by attribute
  361.     /H  Strip high bit from each character
  362.     /I  Ignore wildcards (valid only with /T)
  363.     /R  Reverse search (valid only with /T)
  364.     /S  Read from standard input
  365.     /T  Search for specified text
  366.     /W  Wrap text at right margin
  367.     /X  Display in hex mode
  368. HSwitch a batch file to or from .BTM mode.
  369. Usage:  LOADBTM [on | off]
  370. LOADBTM switches a batch file (.CMD or .BTM) to and from .BTM mode.
  371. If no argument is given, it displays the current LOADBTM status.
  372. HEnable or disable command logging, change the log file name, or
  373. add a comment to the log file.
  374. Usage:  LOG [/H /W [d:]pathname] [ON | OFF | "text"]
  375.     /H  Toggle history log
  376.     /W  Specify new log filename and turn command logging on
  377. Entering LOG with no parameters displays the log status and file name. 
  378. Entering LOG with text writes the text to the log file, even if LOG is
  379. set OFF.
  380. HCreate subdirectories.
  381. Usage:  MD [/NS] [d:]pathname...
  382.     /N  Don't update JPSTREE.IDX
  383.     /S  Create intermediate subdirectories
  384. HDisplay the system RAM status.
  385. Usage:  MEMORY
  386. MEMORY displays the free RAM, the size of the OS/2 swap file, the total and
  387. free environment space, the total and free alias list space, and the total
  388. command history space.
  389. MEMORY also displays the size of physical and resident RAM.
  390. HCreate subdirectories.
  391. Usage:  MKDIR [/S] [d:]pathname...
  392.     /S  Create intermediate subdirectories
  393. HMove files to other directories and drives.
  394. Usage:  MOVE [d:][path]filename... [d:][path][filename]
  395.              [/A:[-[rhsda]] /CDEFHNPQRSTUV]
  396.     /A: Select files by attribute
  397.     /C  Move only files where the source file is newer than the target
  398.     /D  Target is a directory
  399.     /E  Don't display non-fatal errors
  400.     /F  Don't copy the file(s) to the DELDIR directory
  401.     /H  Move all files, including hidden & system
  402.     /N  Don't actually move the file(s)
  403.     /P  Prompt to confirm each move
  404.     /Q  Don't display filenames or totals
  405.     /R  Prompt before overwriting an existing file(s)
  406.     /S  Move entire subdirectory tree
  407.     /T  Display totals only
  408.     /U  Move only those files that either don't exist in the target
  409.           directory, or where the source file is newer than the target
  410.     /V  Verify disk writes
  411. HDisplay a message box and return the user's response.
  412. Usage:  MSGBOX OK | CANCEL | YESNO | YESNOCANCEL ["title"] prompt
  413. HExecute a command when a specific condition occurs.
  414. Usage:  ON BREAK command
  415.         ON ERROR command
  416. ON BREAK and ON ERROR only affect the current batch file.
  417. HDisplay the 4OS2 configuration dialog or set a specific directive.
  418. Usage:  OPTION [//directive]
  419. Tells TCMD where to search for executable and batch files not in the
  420. current directory.
  421. Usage:  PATH [[d:]path][[;[d:]path]...]]
  422.         PATH ;
  423. If you enter PATH with no parameters, PATH displays the current search
  424. path.  If you enter PATH and a semicolon, PATH clears the search path and
  425. will search only the current directory (this is the default at system
  426. startup).
  427. HSuspend alias or batch file execution while waiting for a keystroke.
  428. Usage:  PAUSE [message]
  429. If you don't specify a message, PAUSE displays a default message .
  430. HChange to the disk drive and directory at the top of the directory stack
  431. (saved by PUSHD).
  432. Usage:  POPD [*]
  433. The * option clears the directory stack, without changing the current drive
  434. and directory.
  435. HChange the command line prompt.
  436. Usage:  PROMPT [text]
  437. If you enter PROMPT with no parameters, PROMPT sets the prompt on drives A
  438. and B to $n$g, and on all other drives to $p$g. The prompt characters are:
  439.     $  The $ character                 n  Current drive
  440.     _  CR/LF                           P  Current directory (upper case)
  441.     b  The | character                 p  Current directory (lower case)
  442.     c  The open parenthesis (          q  The = character
  443.     D  Date (Mon  Jan 8, 1996)         r  The current errorlevel
  444.     d  Date (Mon  1-8-96)              s  The space character
  445.     e  The ASCII ESC character         T  Current time (12-hour)
  446.     f  The close parenthesis )         t  Current time (24-hour)
  447.     g  The > character                 v  OS/2 version number
  448.     h  Destructive backspace         Xd:  Current directory (upper case) for
  449.     i  OS/2 line 0 HELP prompt             drive d:, incl. drive letter
  450.     l  The < character               xd:  Current directory (lower case) for
  451.     M  12-hour time as hh:mm               drive d:, incl. drive letter
  452.     m  12-hour time as hh:mm           z  Shell level
  453. HSave the current disk and directory.
  454. Usage:  PUSHD [[d:]pathname]
  455. PUSHD saves the current directory on the directory stack, and if a pathname
  456. is specified on the command line, changes the disk drive and directory.
  457. HDisplay a query in a dialog box and return a string value.
  458. Usage:  QUERYBOX /E /Ln ["title"] prompt %%var
  459.     title:  Text for the message box title bar.
  460.     prompt: Text to appear inside the message box.
  461.     %%var:  Variable name where input will be saved.
  462.     /E(dit existing value)
  463.     /L (maximum length)
  464. HTerminate the current batch file.
  465. Usage:  QUIT [value]
  466. If you specify a value, QUIT will set ERRORLEVEL to that value.
  467. HRemove one or more directories.
  468. Usage:  RD [d:]path...
  469. HReboot the system.
  470. Usage:  REBOOT [/SV]
  471.     /S  Shutdown the file system, but don't reboot
  472.     /V  Prompt for verification before rebooting
  473. HPut a comment in a batch file.
  474. Usage:  REM [comment]
  475. Everything following a REM will be ignored, including quote characters,
  476. the redirection symbols (|><) and the command separator character.
  477. HRename files or subdirectories.
  478. Usage:  REN [/A:[[-]rhsda] /ENPQST] [d:][path]filename... [d:][path]filename
  479.     /A: Select files by attribute
  480.     /E  Don't display non-fatal errors
  481.     /N  Don't actually rename the file(s)
  482.     /P  Prompt for confirmation
  483.     /Q  Don't display filenames
  484.     /S  Rename subdirectory
  485.     /T  Display totals only
  486. HRename files or subdirectories.
  487. Usage:  RENAME [/A:[[-]rhsda] /ENPQST] [d:][path]filename... [d:][path]filename
  488.     /A: Select files by attribute
  489.     /E  Don't display non-fatal errors
  490.     /N  Don't actually rename the file(s)
  491.     /P  Prompt for confirmation
  492.     /Q  Quiet (don't display filenames)
  493.     /S  Rename subdirectory
  494.     /T  Display totals only
  495. HReturn from a GOSUB (subroutine) call in a batch file.
  496. Usage:  RETURN
  497. The RETURN command returns from a GOSUB call to the command following the
  498. original GOSUB.
  499. HRemove one or more directories.
  500. Usage:  RMDIR [d:]path...
  501. HPosition the cursor on the screen, and optionally display a message.
  502. Usage:  SCREEN row column [message]
  503. HDisplay text in color.
  504. Usage:  SCRPUT row column [BRIght] fg ON [BRIght] bg text
  505.     row     Start row
  506.     column  Start column
  507.     fg      Foreground character color
  508.     bg      Background character color
  509.     text    The text to display
  510. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  511. HExecute a command on the specified files.
  512. Usage:  SELECT [/A[:-rhsda] /I"text" /O:-deginrsu /T[:acw] /EHJZ]
  513.           command ([path]filename)
  514.     /A  Select files by attributes
  515.     /E  Display filenames in upper case
  516.     /H  Hide "." and ".."
  517.     /I  Match file descriptions
  518.     /J  Justify filenames (DOS format)
  519.     /O  Sort sequence
  520.     /T  Display date and time
  521.     /Z  Display HPFS volumes in FAT format
  522. HDisplay, create, modify, or delete environment variables.
  523. Usage:  SET [/P] [/R [d:][path]filename...] [variable=[value]]
  524.     /P  Pause after displaying each page
  525.     /R  Read environment variables from a file
  526. Entering SET with no variable or value displays the entire environment.  If
  527. you don't enter a value, SET displays the value of that variable.
  528. Otherwise, the variable and value are placed in the environment.  If the
  529. variable already exists, its old contents are replaced by the new value.
  530. HDisplay or set TCMD configuration variables.
  531. Usage:  SETDOS [/B? /C? /D? /E? /Fx.y /Gxy /I+|-command /L? /M? /N? /P? /R?
  532.           /S?:? /U? /V? /X? /Y?]
  533.     /B  Disable/enable bright backgrounds
  534.     /C  Command separator character
  535.     /D  Disable/enable descriptions, or specify new description file
  536.     /E  Escape character
  537.     /F  Format for @EVAL
  538.     /G  Set the decimal and thousands separator characters
  539.     /I  Disable/enable internal commands
  540.     /L  Line or character input
  541.     /M  Line editing mode
  542.     /N  NoClobber setting for redirection
  543.     /P  Variable parameter character
  544.     /R  Number of screen rows
  545.     /S  Cursor shape
  546.     /U  Filename case
  547.     /V  Batch echo
  548.     /X  Alias/variable/redirection expansion
  549.     /Y  Disable/Enable batch debugger
  550. HSave the current disk drive, directory, environment, command
  551. separator, parameter character, and escape character.
  552. Usage:  SETLOCAL
  553. HAllow the use of more than 10 variables in a batch file.
  554. Usage:  SHIFT [/n] [n]
  555. SHIFT moves each batch file parameter "n" positions.  The default value for
  556. "n" is 1.  You can reverse a SHIFT by giving a negative value for "n".
  557. A "/n" argument will start the SHIFT at a specified offset.
  558. HPreserve the alias, history, and directory histories.
  559. Usage:  SHRALIAS [/U]
  560.     /U  Unload SHRALIAS.EXE
  561. SHRALIAS allows you to save the alias list, history list, and directory
  562. history between invocations of Take Command for OS/2.
  563. HStart a program in a new OS/2 session.
  564. Usage:  START [title] [/BG /C /DOS[=file] /FG /FS /I /ICON=name /INV /K /L
  565.               /MAX /MIN /N /PGM /PM /POS=x,y,x1,y1 /WAIT /WIN /WIN3[=file]
  566.               /WIN3S[=file]] [command ...]
  567.     title  Title for title bar         /MAX  Start maximized
  568.     /BG    Start in background         /MIN  Start minimized
  569.     /C     Transient session           /N    Start without TCMD
  570.     /DOS   DOS session                 /PGM  Next argument is program name
  571.     /FG    Start in foreground         /PM   PM application
  572.     /FS    Full-screen session         /POS  Start position (x,y) and window
  573.     /I     Inherit environment from            size (x1, y1) in pels
  574.              CONFIG.SYS                /TTY  Run TTY app in TCMD window
  575.     /ICON  Specify icon file           /WAIT Wait for session to end
  576.     /INV   Invisible session           /WIN  Windowed OS/2 session
  577.     /K     Keep session                /WIN  Windows 3 session (enhanced)
  578.     /L     Local alias/history lists   /WIN  Windows 3 session (standard)
  579. HExecute code in matching block.
  580. Usage:  SWITCH %var
  581.         Case value
  582.           ...
  583.         Case value2
  584.           ...
  585.         Default
  586.           ...
  587.         EndSwitch
  588. HCopy standard input to standard output, and save a copy in the specified
  589. file(s).
  590. Usage:  TEE [/A] [d:][path]filename...
  591.     /A    Append output to the file(s)
  592. HDisplay a block of text in a batch file.
  593. Usage:  TEXT
  594.           .
  595.           .
  596.           .
  597.         ENDTEXT
  598. Both TEXT and ENDTEXT must be entered as the only command on that line.
  599. HDisplay and (optionally) set the current system time.
  600. Usage:  TIME [hh:mm:ss[am|pm]]
  601.     hh  Hour (0 - 23)
  602.     mm  Minute (0 - 59)
  603.     ss  Second (0 - 59)
  604. If you don't enter any parameters, TIME will display the current system
  605. time and prompt for a new time.  TIME defaults to 24-hour format; you can
  606. enter the time in 12-hour format by appending an "am" or "pm".
  607. HTurn the system stopwatch on and off.
  608. Usage:  TIMER [/1 /2 /3 /S] [ON]
  609.     ON  Restart timer
  610.     /1  Use timer #1
  611.     /2  Use timer #2
  612.     /3  Use timer #3
  613.     /S  Display split time
  614. HChange the window title.
  615. Usage:  TITLE "title"
  616. HChange a file's date and/or time.
  617. Usage:  TOUCH [/D[acw][mm-dd-yy]] [/T[acw][hh:mm]] [/CEF]
  618.           [d:][pathname]filename...
  619.     /C  Create file if it doesn't exist
  620.     /E  Don't display non-fatal errors
  621.     /F  Override read-only files
  622.     /Q  Don't display new date/time
  623.     /T  New time
  624. HDisplay a graphical directory tree.
  625. Usage:  TREE [/ABFHPS /T:acw]] dir ...
  626.     /A  Display tree using ASCII characters
  627.     /B  Display the full pathname of each directory
  628.     /F  Display files as well as directories
  629.     /H  Display hidden directories
  630.     /P  Pause after each page
  631.     /S  Display file size
  632.     /T  Display date and time
  633. HDisplay the contents of the specified file(s).
  634. Usage:  TYPE [/A:[[-]rhsda] /LP] [d:][pathname]filename...
  635.     /A: Select files by attribute
  636.     /L  Print line numbers preceding each line of text
  637.     /P  Pause after each page
  638. HRemove aliases from the alias list.
  639. Usage:  UNALIAS [/Q] [/R [d:][path]filename...] name...
  640.         UNALIAS *
  641.     /Q  Don't display an error message if the alias doesn't exist
  642.     /R  Read the aliases to be removed from a file
  643. UNALIAS also accepts the wildcard character * to delete all aliases.
  644. HRemove variables from the environment.
  645. Usage:  UNSET [/Q] [/R [d:][path]filename...] name...
  646.         UNSET *
  647.     /Q  Don't display an error message if the variable doesn't exist
  648.     /R  Read the variables to be removed from a file
  649. UNSET also accepts the wildcard character * to delete all variables.
  650. HDisplay the current TCMD and OS/2 versions.
  651. Usage:  VER [/R]
  652.     /R  Display OS/2 and TCMD revision levels
  653. HDisplay, enable, or disable disk write verification.
  654. Usage:  VERIFY [on | off]
  655. Entering VERIFY with no parameters will display the current VERIFY state.
  656. HDisplay the disk volume label(s).
  657. Usage:  VOL [d:] ...
  658. If you don't enter a drive name, VOL displays the disk label and the volume
  659. serial number for the current drive.
  660. HDisplay text in color in a vertical column.
  661. Usage:  VSCRPUT row column [BRIght] fg ON [BRIght] bg text
  662.     row     Start row
  663.     column  Start column
  664.     fg      Foreground character color
  665.     bg      Background character color
  666.     text    The text to display
  667. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  668. HMinimize or maximize current TCMD window, restore default window
  669. size, or change the window title.
  670. Usage:  WINDOW [MIN | MAX | RESTORE] [/POS=row,col,width,height] ["title"]
  671.     "title"  Change the window title.  
  672.     MIN      Minimize the TCMD window.
  673.     MAX      Maximize the TCMD window.
  674.     RESTORE  Restore the TCMD window to its "normal" size.
  675.     /POS(ition)
  676. HCopy standard input to standard output, and then copy the specified file(s)
  677. to standard output.
  678. Usage:  Y [d:][path]filename...
  679.