home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / 4OS2300.ARJ / 4OS2300.ZIP / 4OS2H.MSG (.txt) < prev    next >
Encoding:
OS/2 Message File  |  1997-07-24  |  30.9 KB  |  677 lines

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