home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / 4os2301.zip / 4OS2H.MSG (.txt) < prev    next >
OS/2 Message File  |  1998-02-02  |  32KB  |  680 lines

  1. MKMSGF
  2. &F(\)
  3. /u2    4
  4. <e>I@
  5. QuVTW
  6. e;ffg(h9l
  7. rnsYt
  8. 4os2h.msg
  9. HDisplay the internal commands, or prompt for a command.
  10. execute another command.
  11. Usage:  ? ["prompt text" command]
  12. If no prompt text or command is given, ? displays a list of
  13. internal commands.  If the prompt text or command is included,
  14. ? prompts before executing the specified command.
  15. HActivate a window, set its state, or change its title.
  16. Usage:  ACTIVATE "window" [MAX | MIN | RESTORE | CLOSE]
  17. HLoad or display the alias list, or define an alias.
  18. Usage:  ALIAS [/P] [/R [d:][path]filename...] [name[=][value]]
  19.     /P  Pause after displaying each page
  20.     /R  Load an alias list from a file
  21. HChange the file or subdirectory attributes.
  22. Usage:  ATTRIB [/A:[[-]rhsda] /D /E /P /Q /S -|+[AHRS]] [d:][path]filename...
  23.     /A: Select files by attributes
  24.     /D  Modify subdirectory attributes
  25.     /E  Don't display non-fatal errors
  26.     /P  Pause after displaying each page
  27.     /Q  Quiet mode
  28.     /S  Modify files in subdirectories
  29.     +A  Set archive attribute      -A  Clear archive attribute
  30.     +H  Set hidden attribute       -H  Clear hidden attribute
  31.     +R  Set read-only attribute    -R  Clear read-only attribute
  32.     +S  Set system attribute       -S  Clear system attribute
  33. HBeep the speaker.
  34. Usage:  BEEP [frequency [duration] ...]
  35. The frequency is specified in Hertz, and the duration in 1/18th second
  36. intervals.  No sound will be generated for frequencies less than 37 Hz,
  37. allowing you to insert short delays.  The default value for frequency is
  38. 440 Hz; the default value for duration is 2.
  39. HCall a secondary batch file.
  40. Usage:  CALL [d:][path]filename
  41. HTerminate all batch processing.
  42. Usage:  CANCEL [value]
  43. If you enter a value, CANCEL will set the ERRORLEVEL to that value.
  44. HSpecify a block for SWITCH.
  45. Usage:  CASE value
  46. HDisplay or change the current directory.
  47. Usage:  CD [- | [d:][pathname]]
  48. Entering CD with no argument or only a drive name will display the current
  49. directory.  Entering CD and a pathname will change the current directory.
  50. You can switch to the previous directory by entering CD -.
  51. HChange the current disk drive and directory.
  52. Usage:  CDD [/AS] [- | [d:][pathname]]
  53.     /A  Display the current directory for all drives from C: to Z:
  54.     /S  Create the JPSTREE.IDX file for fuzzy directory searches
  55. You can switch to the previous drive and directory by entering CDD -.
  56. HDisplay or change the current system code page.
  57. Usage:  CHCP [n]
  58.     n  New code page
  59. Entering CHCP with no argument displays the active code page.
  60. HDisplay or change the current directory.
  61. Usage:  CHDIR [[d:][pathname]
  62. Entering CHDIR with no argument or only a drive name will display the current
  63. directory.  Entering CHDIR and a pathname will change the current directory.
  64. You can switch to the previous directory by entering CHDIR -.
  65. HClear display, optionally to the specified colors.
  66. Usage:  CLS [[BRIght] [BLInk] fg ON bg [BORder bc]]
  67.     fg  Foreground color
  68.     bg  Background color
  69.     bc  Border color
  70. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  71. HSet the screen display colors.
  72. Usage:  COLOR [[BRIght] [BLInk] fg ON bg [BORder bc]]
  73.     fg  Foreground color
  74.     bg  Background color
  75.     bc  Border color
  76. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  77. HCopy or append one or more files.
  78. Usage:  COPY [/A:[[-]rhsda] /C /E /F /H /M /N /P /Q /R /S /T /U /V /Z]
  79.              [d:][path]source[+]...[/A /B] [d:][path]destination [/A /B]
  80.     /A  Copy in ASCII mode
  81.     /A: Select files by attributes
  82.     /B  Copy in binary mode
  83.     /C  Copy only those files where the destination is older than the source
  84.     /E  Don't display non-fatal errors
  85.     /F  Fail if the source file has extended attributes and the destination
  86.          file system doesn't support extended attributes
  87.     /H  Copy hidden and system files too
  88.     /M  Copy only those files with the archive bit set
  89.     /N  Don't actually perform the copy
  90.     /P  Confirm each file copy (Y or N)
  91.     /Q  Don't display filenames or totals
  92.     /R  Prompt before overwriting an existing file
  93.     /S  Copy subdirectories
  94.     /T  Only display totals (no filenames)
  95.     /U  Copy only those source files that are newer than a matching
  96.           destination file, or where a matching destination file doesn't
  97.           exist
  98.     /V  Verify disk writes
  99.     /Z  Overwrite read-only destination files
  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. HDefault block for SWITCH.
  109. Usage:  DEFAULT
  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 /124BDEFGHJKLMNPRSTUVWZ]
  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, 4OS2 displays the current search 
  178. path.  If you enter DPATH and a semicolon, 4OS2 clears the search path.
  179. HDraw a box on the screen.
  180. Usage:  DRAWBOX ulrow ulcol lrrow lrcol style [BRIght][BLInk] 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] [BLInk] 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] [BLInk] 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 4OS2 help file.
  297. Usage:  HELP [command]
  298. HELP uses the PM VIEW.EXE program to display help for 4OS2 (4OS2.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. HDisplay the history list, or enable/disable the command line editing keys.
  355. Usage:  KEYS [ON | OFF | LIST]
  356. 4OS2 includes this command for compatibility with CMD.EXE; for 4OS2 you
  357. should normally use the HISTORY command instead.
  358.     ON    Enable command history; read input characters
  359.     OFF   Disable command history; read input lines
  360.     LIST  Display the command history
  361. HFeed keystrokes to a program or command.
  362. Usage:  KEYSTACK [/Wn] ["abc"[keyname][!][n] ...
  363.     /W       Wait specified number of timer ticks
  364.     "abc"    Literal characters to be placed in the keyboard buffer
  365.     keyname  Name or code for a keystroke
  366.     !        Clear the keyboard buffer
  367.     n        Number of times to repeat the preceding keystroke
  368. KEYSTACK only works with PM and windowed VIO apps.
  369. HDisplay a file with forward and backward paging and scrolling.
  370. Usage:  LIST [/A:[-[rhsda]] /T"text" /HIRSWX] [d:][path]filename...
  371.     /A: Select files by attribute
  372.     /H  Strip high bit from each character
  373.     /I  Ignore wildcards (valid only with /T)
  374.     /R  Reverse search (valid only with /T)
  375.     /S  Read from standard input
  376.     /T  Search for specified text
  377.     /W  Wrap text at right margin
  378.     /X  Display in hex mode
  379. HSwitch a batch file to or from .BTM mode.
  380. Usage:  LOADBTM [on | off]
  381. LOADBTM switches a batch file (.CMD or .BTM) to and from .BTM mode.
  382. If no argument is given, it displays the current LOADBTM status.
  383. HEnable or disable command logging, change the log file name, or
  384. add a comment to the log file.
  385. Usage:  LOG [/H /W [d:]pathname] [ON | OFF | "text"]
  386.     /H  Toggle history log
  387.     /W  Specify new log filename and turn command logging on
  388. Entering LOG with no parameters displays the log status and file name. 
  389. Entering LOG with text writes the text to the log file, even if LOG is
  390. set OFF.
  391. HCreate subdirectories.
  392. Usage:  MD [/NS] [d:]pathname...
  393.     /N  Don't update JPSTREE.IDX
  394.     /S  Create intermediate subdirectories
  395. HDisplay the system RAM status.
  396. Usage:  MEMORY
  397. MEMORY displays physical and resident RAM, free RAM, the size of the OS/2
  398. swap file, the total and free environment space, the total and free alias
  399. list space, and the total command history space.
  400. HCreate subdirectories.
  401. Usage:  MKDIR [/S] [d:]pathname...
  402.     /S  Create intermediate subdirectories
  403. HMove files to other directories and drives.
  404. Usage:  MOVE [/A:[[-]rhsda] /C /D /E /F /H /N /P /Q /R /S /T /U /V]
  405.              [d:][path]source... [d:][path]destination
  406.     /A: Select files by attribute
  407.     /C  Move only files where the source file is newer than the destination
  408.     /D  Target is a directory
  409.     /E  Don't display non-fatal errors
  410.     /F  Don't copy the file(s) to the DELDIR directory
  411.     /H  Move all files, including hidden & system
  412.     /N  Don't actually move the file(s)
  413.     /P  Prompt to confirm each move
  414.     /Q  Don't display filenames or totals
  415.     /R  Prompt before overwriting an existing file(s)
  416.     /S  Move entire subdirectory tree
  417.     /T  Display totals only
  418.     /U  Move only those files that either don't exist in the destination
  419.           directory, or where the source file is newer than the destination
  420.     /V  Verify disk writes
  421. HExecute a command when a specific condition occurs.
  422. Usage:  ON BREAK command
  423.         ON ERROR command
  424.         ON ERRORMSG command
  425. ON BREAK and ON ERROR only affect the current batch file.
  426. HDisplay the 4OS2 configuration dialog or set a specific directive.
  427. Usage:  OPTION [//directive]
  428. HTells 4OS2 where to search for executable and batch files not in the
  429. current directory.
  430. Usage:  PATH [[d:]path][[;[d:]path]...]]
  431.         PATH ;
  432. If you enter PATH with no parameters, PATH displays the current search
  433. path.  If you enter PATH and a semicolon, PATH clears the search path and
  434. will search only the current directory (this is the default at system
  435. startup).
  436. Suspend alias or batch file execution while waiting for a keystroke.
  437. Usage:  PAUSE [message]
  438. If you don't specify a message, PAUSE displays a default message .
  439. HChange to the disk drive and directory at the top of the directory stack
  440. (saved by PUSHD).
  441. Usage:  POPD [*]
  442. The * option clears the directory stack, without changing the current drive
  443. and directory.
  444. HChange the command line prompt.
  445. Usage:  PROMPT [text]
  446. If you enter PROMPT with no parameters, PROMPT sets the prompt on drives A
  447. and B to $n$g, and on all other drives to $p$g. The prompt characters are:
  448.     $  The $ character                 n  Current drive
  449.     _  CR/LF                           P  Current directory (upper case)
  450.     b  The | character                 p  Current directory (lower case)
  451.     c  The open parenthesis (          q  The = character
  452.     D  Date (Fri  Dec 25, 1992)        r  The current errorlevel
  453.     d  Date (Fri  12-25-92)            s  The space character
  454.     e  The ASCII ESC character         T  Current time (12-hour)
  455.     f  The close parenthesis )         t  Current time (24-hour)
  456.     g  The > character                 v  OS/2 version number
  457.     h  Destructive backspace         Xd:  Current directory (upper case) for
  458.     i  OS/2 line 0 HELP prompt             drive d:, incl. drive letter
  459.     l  The < character               xd:  Current directory (lower case) for
  460.     M  12-hour time as hh:mm               drive d:, incl. drive letter
  461.     m  12-hour time as hh:mm           z  Shell level
  462. HSave the current disk and directory.
  463. Usage:  PUSHD [[d:]pathname]
  464. PUSHD saves the current directory on the directory stack, and if a pathname
  465. is specified on the command line, changes the disk drive and directory.
  466. HTerminate the current batch file.
  467. Usage:  QUIT [value]
  468. If you specify a value, QUIT will set ERRORLEVEL to that value.
  469. HRemove one or more directories.
  470. Usage:  RD [d:]path...
  471. HReboot the system.
  472. Usage:  REBOOT [/SV]
  473.     /S  Shutdown the file system, but don't reboot
  474.     /V  Prompt for verification before rebooting
  475. HPut a comment in a batch file.
  476. Usage:  REM [comment]
  477. Everything following a REM will be ignored, including quote characters,
  478. the redirection symbols (|><) and the command separator character.
  479. HRename files or subdirectories.
  480. Usage:  REN [/A:[[-]rhsda] /ENPQST] [d:][path]filename... [d:][path]filename
  481.     /A: Select files by attribute
  482.     /E  Don't display non-fatal errors
  483.     /N  Don't actually rename the file(s)
  484.     /P  Prompt for confirmation
  485.     /Q  Don't display filenames
  486.     /S  Rename subdirectory
  487.     /T  Display totals only
  488. HRename files or subdirectories.
  489. Usage:  RENAME [/A:[[-]rhsda] /ENPQST] [d:][path]filename... [d:][path]filename
  490.     /A: Select files by attribute
  491.     /E  Don't display non-fatal errors
  492.     /N  Don't actually rename the file(s)
  493.     /P  Prompt for confirmation
  494.     /Q  Quiet (don't display filenames)
  495.     /S  Rename subdirectory
  496.     /T  Display totals only
  497. HReturn from a GOSUB (subroutine) call in a batch file.
  498. Usage:  RETURN
  499. The RETURN command returns from a GOSUB call to the command following the
  500. original GOSUB.
  501. HRemove one or more directories.
  502. Usage:  RMDIR [d:]path...
  503. HPosition the cursor on the screen, and optionally display a message.
  504. Usage:  SCREEN row column [message]
  505. HDisplay text in color.
  506. Usage:  SCRPUT row column [BRIght] [BLInk] fg ON [BRIght] bg text
  507.     row     Start row
  508.     column  Start column
  509.     fg      Foreground character color
  510.     bg      Background character color
  511.     text    The text to display
  512. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  513. HExecute a command on the specified files.
  514. Usage:  SELECT [/A[:-rhsda] /I"text" /O:-deginrsu /T[:acw] /DEHJZ]
  515.           command ([path]filename)
  516.     /A  Select files by attributes
  517.     /D  Disable directory colorization
  518.     /E  Display filenames in upper case
  519.     /H  Hide "." and ".."
  520.     /I  Match file descriptions
  521.     /J  Justify filenames (DOS format)
  522.     /O  Sort sequence
  523.     /T  Display date and time
  524.     /Z  Display HPFS volumes in FAT format
  525. HDisplay, create, modify, or delete environment variables.
  526. Usage:  SET [/P] [/R [d:][path]filename...] [variable=[value]]
  527.     /P  Pause after displaying each page
  528.     /R  Read environment variables from a file
  529. Entering SET with no variable or value displays the entire environment.  If
  530. you don't enter a value, SET displays the value of that variable.
  531. Otherwise, the variable and value are placed in the environment.  If the
  532. variable already exists, its old contents are replaced by the new value.
  533. HDisplay or set 4OS2 configuration variables.
  534. Usage:  SETDOS [/B? /C? /D? /E? /Fx.y /Gxy /I+|-command /L? /M? /N? /P? /R?
  535.           /S?:? /U? /V? /X? /Y?]
  536.     /B  Disable/enable bright backgrounds
  537.     /C  Command separator character
  538.     /D  Disable/enable descriptions
  539.     /E  Escape character
  540.     /F  Format for @EVAL
  541.     /G  Set the decimal and thousands separator characters
  542.     /I  Disable/enable internal commands
  543.     /L  Line or character input
  544.     /M  Line editing mode
  545.     /N  NoClobber setting for redirection
  546.     /P  Variable parameter character
  547.     /R  Number of screen rows
  548.     /S  Cursor shape
  549.     /U  Filename case
  550.     /V  Batch echo
  551.     /X  Alias/variable/redirection expansion
  552.     /Y  Disable/Enable batch debugger
  553. HSave the current disk drive, directory, environment, command
  554. separator, parameter character, and escape character.
  555. Usage:  SETLOCAL
  556. HAllow the use of more than 10 variables in a batch file.
  557. Usage:  SHIFT [/n] [n]
  558. SHIFT moves each batch file parameter "n" positions.  The default value for
  559. "n" is 1.  You can reverse a SHIFT by giving a negative value for "n".
  560. A "/n" argument will start the SHIFT at a specified offset.
  561. HPreserve the alias, history, and directory histories.
  562. Usage:  SHRALIAS [/U]
  563. SHRALIAS allows you to save the alias list, history list, and directory
  564. history between invocations of 4OS2.
  565. HStart a program in a new OS/2 session.
  566. Usage:  START [title] [/BG /C /DOS[=file] /FG /FS /I /ICON=name /INV /K /L
  567.               /MAX /MIN /N /PGM /PM /POS=x,y,x1,y1 /WAIT /WIN /WIN3[=file]
  568.               /WIN3S[=file]] [command ...]
  569.     title  Title for title bar         /MAX  Start maximized
  570.     /BG    Start in background         /MIN  Start minimized
  571.     /C     Transient session           /N    Start without 4OS2
  572.     /DOS   DOS session                 /PGM  Next argument is program name
  573.     /FG    Start in foreground         /PM   PM application
  574.     /FS    Full-screen session         /POS  Start position (x,y) and window
  575.     /I     Inherit environment from            size (x1, y1) in pels
  576.              CONFIG.SYS                /WAIT Wait for session to end
  577.     /ICON  Specify icon file           /WIN  Windowed OS/2 session
  578.     /INV   Invisible session           /WIN3 Windows 3 session (enhanced)
  579.     /K     Keep session                /WIN  Windows 3 session (standard)
  580.     /L     Local alias/history lists
  581. HExecute code in matching block.
  582. Usage:  SWITCH %var
  583.         Case value
  584.           ...
  585.         Case value2
  586.           ...
  587.         Default
  588.           ...
  589.         EndSwitch
  590. HCopy standard input to standard output, and save a copy in the specified
  591. file(s).
  592. Usage:  TEE [/A] [d:][path]filename...
  593.     /A    Append output to the file(s)
  594. HDisplay a block of text in a batch file.
  595. Usage:  TEXT
  596.           .
  597.           .
  598.           .
  599.         ENDTEXT
  600. Both TEXT and ENDTEXT must be entered as the only command on that line.
  601. HDisplay and (optionally) set the current system time.
  602. Usage:  TIME [hh:mm:ss[am|pm]]
  603.     hh  Hour (0 - 23)
  604.     mm  Minute (0 - 59)
  605.     ss  Second (0 - 59)
  606. If you don't enter any parameters, TIME will display the current system
  607. time and prompt for a new time.  TIME defaults to 24-hour format; you can
  608. enter the time in 12-hour format by appending an "am" or "pm".
  609. HTurn the system stopwatch on and off.
  610. Usage:  TIMER [/1 /2 /3 /S] [ON]
  611.     ON  Restart timer
  612.     /1  Use timer #1
  613.     /2  Use timer #2
  614.     /3  Use timer #3
  615.     /S  Display split time
  616. HChange the 4OS2 window title (windowed sessions only)
  617. Usage:  TITLE text
  618. HChange a file's date and/or time.
  619. Usage:  TOUCH [/D[acw][mm-dd-yy]] [/T[acw][hh:mm]] [/CEF]
  620.           [d:][pathname]filename...
  621.     /C  Create file if it doesn't exist
  622.     /E  Don't display non-fatal errors
  623.     /F  Override read-only files
  624.     /Q  Don't display new date/time
  625.     /T  New time
  626. HDisplay a graphical directory tree.
  627. Usage:  TREE [/ABFHPS /T:acw]] dir ...
  628.     /A  Display tree using ASCII characters
  629.     /B  Display the full pathname of each directory
  630.     /F  Display files as well as directories
  631.     /H  Display hidden directories
  632.     /P  Pause after each page
  633.     /S  Display file size
  634.     /T  Display date and time
  635. HDisplay the contents of the specified file(s).
  636. Usage:  TYPE [/A:[[-]rhsda] /LP] [d:][pathname]filename...
  637.     /A: Select files by attribute
  638.     /L  Print line numbers preceding each line of text
  639.     /P  Pause after each page
  640. HRemove aliases from the alias list.
  641. Usage:  UNALIAS [/Q] [/R [d:][path]filename...] name...
  642.         UNALIAS *
  643.     /Q  Don't display an error message if the alias doesn't exist
  644.     /R  Read the aliases to be removed from a file
  645. UNALIAS also accepts the wildcard character * to delete all aliases.
  646. HRemove variables from the environment.
  647. Usage:  UNSET [/Q] [/R [d:][path]filename...] name...
  648.         UNSET *
  649.     /Q  Don't display an error message if the variable doesn't exist
  650.     /R  Read the variables to be removed from a file
  651. UNSET also accepts the wildcard character * to delete all variables.
  652. HDisplay the current 4OS2 and OS/2 versions.
  653. Usage:  VER [/R]
  654.     /R  Display OS/2 and 4OS2 revision levels
  655. HDisplay, enable, or disable disk write verification.
  656. Usage:  VERIFY [on | off]
  657. Entering VERIFY with no parameters will display the current VERIFY state.
  658. HDisplay the disk volume label(s).
  659. Usage:  VOL [d:] ...
  660. If you don't enter a drive name, VOL displays the disk label and the volume
  661. serial number for the current drive.
  662. HDisplay text in color in a vertical column.
  663. Usage:  VSCRPUT row column [BRIght] [BLInk] fg ON [BRIght] bg text
  664.     row     Start row
  665.     column  Start column
  666.     fg      Foreground character color
  667.     bg      Background character color
  668.     text    The text to display
  669. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  670. HMinimize or maximize current 4OS2 window, restore default window
  671. size, or change the window title.
  672. Usage:  WINDOW [MIN | MAX | RESTORE] [/POS=row,col,width,height] ["title"]
  673.     "title"   Change the window title.  
  674.     minimize  Minimize the 4OS2 window.
  675.     maximize  Maximize the 4OS2 window.
  676.     restore   Restore the 4OS2 window to its "normal" size.
  677. HCopy standard input to standard output, and then copy the specified file(s)
  678. to standard output.
  679. Usage:  Y [d:][path]filename...
  680.