home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / tcv203.zip / TCMDOS2H.MSG (.txt) < prev    next >
OS/2 Message File  |  2001-12-20  |  32KB  |  683 lines

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