home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / 4os2302.zip / 4OS2H.MSG (.txt) < prev    next >
OS/2 Message File  |  1999-04-16  |  32KB  |  682 lines

  1. MKMSGF
  2.  6!M"V#
  3. /{/R0
  4. :w;+=
  5. DyFLG
  6. HlIiJ
  7. ^p_CaCc6f
  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 [/N] [- | [d:][pathname]]
  48.     /N  Do not perform the normal extended directory search
  49. Entering CD with no argument or only a drive name will display the current
  50. directory.  Entering CD and a pathname will change the current directory.
  51. You can switch to the previous directory by entering CD -.
  52. HChange the current disk drive and directory.
  53. Usage:  CDD [/ANS] [- | [d:][pathname]]
  54.     /A  Display the current directory for all drives from C: to Z:
  55.     /N  Do not perform the normal extended directory search
  56.     /S  Create the JPSTREE.IDX file for extended directory searches
  57. You can switch to the previous drive and directory by entering CDD -.
  58. HDisplay or change the current system code page.
  59. Usage:  CHCP [n]
  60.     n  New code page
  61. Entering CHCP with no argument displays the active code page.
  62. HDisplay or change the current directory.
  63. Usage:  CHDIR [[d:][pathname]
  64. Entering CHDIR with no argument or only a drive name will display the current
  65. directory.  Entering CHDIR and a pathname will change the current directory.
  66. You can switch to the previous directory by entering CHDIR -.
  67. HClear display, optionally to the specified colors.
  68. Usage:  CLS [[BRIght] [BLInk] fg ON bg [BORder bc]]
  69.     fg  Foreground color
  70.     bg  Background color
  71.     bc  Border color
  72. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  73. HSet the screen display colors.
  74. Usage:  COLOR [[BRIght] [BLInk] fg ON bg [BORder bc]]
  75.     fg  Foreground color
  76.     bg  Background color
  77.     bc  Border color
  78. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  79. HCopy or append one or more files.
  80. Usage:  COPY [/A:[[-]rhsda] /C /E /F /H /M /N /P /Q /R /S /T /U /V /Z]
  81.              [d:][path]source[+]...[/A /B] [d:][path]destination [/A /B]
  82.     /A  Copy in ASCII mode
  83.     /A: Select files by attributes
  84.     /B  Copy in binary mode
  85.     /C  Copy only those files where the destination is older than the source
  86.     /E  Don't display non-fatal errors
  87.     /F  Fail if the source file has extended attributes and the destination
  88.          file system doesn't support extended attributes
  89.     /H  Copy hidden and system files too
  90.     /M  Copy only those files with the archive bit set
  91.     /N  Don't actually perform the copy
  92.     /P  Confirm each file copy (Y or N)
  93.     /Q  Don't display filenames or totals
  94.     /R  Prompt before overwriting an existing file
  95.     /S  Copy subdirectories
  96.     /T  Only display totals (no filenames)
  97.     /U  Copy only those source files that are newer than a matching
  98.           destination file, or where a matching destination file doesn't
  99.           exist
  100.     /V  Verify disk writes
  101.     /Z  Overwrite read-only destination files
  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, 4OS2 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. HDefault block for SWITCH.
  111. Usage:  DEFAULT
  112. HErase the specified file(s) from the disk.
  113. Usage:  DEL [/A:[[-]rhsda] /EFNPQSTWXYZ] [d:][path]filename...
  114.     /A: Select files by attributes
  115.     /E  Don't display non-fatal errors
  116.     /F  Don't copy the file(s) to the DELDIR directory
  117.     /N  Don't actually delete the file(s)
  118.     /P  Confirm deletion for each file (Y or N)
  119.     /Q  Don't display filenames or totals
  120.     /S  Delete matching files in the subdirectories
  121.     /T  Display totals only
  122.     /W  Wipe the file to 0's before deleting
  123.     /X  Remove empty subdirectories after deleting (use with /S)
  124.     /Y  The reverse of /P - it assumes a Y response to everything
  125.     /Z  Delete all files, including read-only, hidden and system files
  126. HPause for a specified period of time.
  127. Usage:  DELAY [n]
  128.     n  The number of seconds to pause.  The default value is 1 second.
  129. HCreate, modify, or delete file and subdirectory descriptions.
  130. Usage:  DESCRIBE [/A:[[-]rhsda]] [d:][path]filename... [[/D]"description"]
  131.     /A: Select files by attributes
  132.     /D  Specifies that the following text is a description, even if
  133.           matches an existing filename.
  134. You can enter a description on the command line by entering the filename
  135. followed by the description enclosed in quotes.  If you don't enter a
  136. description, DESCRIBE will prompt you for one for each matching filename.
  137. HStart an OS/2 program in detached mode.
  138. Usage:  DETACH [d:][filename[.ext]]
  139. HDisplay information about files and subdirectories.
  140. Usage:  DIR [/A[:-rhsda] /I"text" /O:-deginrsu /124BDEFGHJKLMNPRSTUVWZ]
  141.             [[d:][path]filename...]
  142.     /1  One column                     /L  Lower case filenames
  143.     /2  Two columns                    /M  Suppress footers
  144.     /4  Four columns                   /N  Display FAT volume in HPFS format
  145.     /A  Select files by attributes     /O  Sort order
  146.     /B  Display filenames only         /P  Pause after each page
  147.     /D  Disable colorization           /R  Disable description wrapping
  148.     /E  Upper case filenames           /S  Display subdirectories
  149.     /F  Display expanded filenames     /T  Display attributes
  150.     /G  Display allocated size         /T:acw  Date / time type
  151.     /H  Hide "." and ".."              /U  Summaries only
  152.     /I  Match descriptions             /V  Sort filenames vertically
  153.     /J  Justify filenames              /W  Wide display
  154.     /K  Suppress headers               /Z  Display HPFS volume in FAT format
  155. HDisplay, read, or clear the directory history list.
  156. Usage:  DIRHISTORY [/A command] [/FP] [/R [d:][path]filename]
  157.     /A  Add command to directory history list
  158.     /F  Clear directory history list
  159.     /P  Pause after displaying each page
  160.     /R  Read history list from specified file
  161. If no parameters are entered, DIRHISTORY displays the current directory
  162. history list.
  163. HDisplay the directory stack used by PUSHD and POPD.
  164. Usage:  DIRS
  165. HCreate loops in batch files.
  166. Usage:  DO [n | FOREVER]
  167.         DO var = start TO end [BY n]
  168.         DO [WHILE | UNTIL] condition
  169.         DO x IN [/A[:-rhsda]] filename
  170.         DO x IN @filename
  171.         ...
  172.         [ITERATE]
  173.         [LEAVE]
  174.         ...
  175.         ENDDO
  176. HTells applications where to search for their files.
  177. Usage:  DPATH [[d:]path][[;[d:]path]...]]
  178.         DPATH ;
  179. If you enter DPATH with no parameters, 4OS2 displays the current search 
  180. path.  If you enter DPATH and a semicolon, 4OS2 clears the search path.
  181. HDraw a box on the screen.
  182. Usage:  DRAWBOX ulrow ulcol lrrow lrcol style [BRIght][BLInk] fg ON [BRI] bg
  183.                 [FILL [BRIght] bgfill] [ZOOm] [SHAdow]
  184.     ulrow   Row for upper left corner
  185.     ulcol   Column for upper left corner
  186.     lrrow   Row for lower right corner
  187.     lrcol   Column for lower right corner
  188.     style   Box drawing style (0 - 4)
  189.     fg      Foreground color
  190.     bg      Background color
  191.     bgfill  Background fill color (for the inside of the box)
  192.     ZOOM    Box zooms to its final size
  193.     SHADOW  Include a drop shadow
  194. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  195. HDraw a horizontal line on the screen.
  196. Usage:  DRAWHLINE row column length style [BRIght] [BLInk] fg ON [BRI] bg
  197.     row     Start row
  198.     column  Start column
  199.     length  Length of line
  200.     style   Line drawing style (1 or 2)
  201.     fg      Foreground color
  202.     bg      Background color
  203. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  204. HDraw a vertical line on the screen.
  205. Usage:  DRAWVLINE row column length style [BRIght] [BLInk] fg ON [BRI] bg
  206.     row     Start row
  207.     column  Start column
  208.     length  Length of line
  209.     style   Line drawing style (1 or 2)
  210.     fg      Foreground color
  211.     bg      Background color
  212. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  213. HDisplay the echo status, enable or disable batch file or command line
  214. echoing, or display a message.
  215. Usage:  ECHO [on | off | message]
  216. ECHO defaults to ON in batch files and OFF during keyboard input.
  217. If no arguments are entered, ECHO displays the current echo state.
  218. HDisplay a message to STDERR.
  219. Usage:  ECHOERR message
  220. HDisplay a message, without printing a trailing CR/LF.
  221. Usage:  ECHOS message
  222. HDisplay a message, without printing a trailing CR/LF, to STDERR.
  223. Usage:  ECHOSERR message
  224. HRestore the current disk drive, directory, environment, command
  225. separator, parameter character, and escape character saved by SETLOCAL.
  226. Usage:  ENDLOCAL
  227. HEnd a SWITCH statement.
  228. Usage:  ENDSWITCH
  229. HErase the specified file(s) from the disk.
  230. Usage:  ERASE [/A:[[-]rhsda] /FNPQSTWXYZ] [d:][path]filename...
  231.     /A: Select files by attributes
  232.     /F  Don't make copies of the file(s) in the DELDIR directory
  233.     /N  Don't actually delete the file(s)
  234.     /P  Confirm deletion for each file (Y or N)
  235.     /Q  Don't display filenames or totals
  236.     /S  Delete matching files in the subdirectories
  237.     /T  Only display totals (no filenames)
  238.     /W  Wipe the file to 0's before deleting
  239.     /X  Remove empty subdirectories after deleting (use with /S)
  240.     /Y  The reverse of /P - it assumes a Y response to everything
  241.     /Z  Delete all files, including read-only, hidden and system files
  242. HEdit environment variables and/or aliases.
  243. Usage:  ESET [/A] varname...
  244.     /A  Assume the argument is an alias
  245. ESET will search for environment variables first, and then aliases.
  246. HPerform a command, except on the file(s) specified.
  247. Usage:  EXCEPT ([d:][path]filename...) command
  248. HExit the current command processor.
  249. Usage:  EXIT [value]
  250. If you specify a value, EXIT will return that value to the parent process.
  251. If you EXIT from a primary command processor, you will be returned to PM.
  252. HFind files or text.
  253. Usage:  FFIND [/A[[:][-]rhsda] /D[list] /O[[:][-]acdeginrsu] /[T|X]"xx"
  254.           /BCEIKLMPRSV file...
  255.     /A        Select files by attribute
  256.     /B        Bare output
  257.     /C        Case sensitive search
  258.     /D        Drive or drive list
  259.     /E        Upper case display
  260.     /I        Ignore wildcards
  261.     /K        No headers
  262.     /L        Line numbers
  263.     /M        No footers
  264.     /O        Sort order
  265.     /P        Pause after each page
  266.     /R        Reverse search (start at end)
  267.     /S        Subdirectories
  268.     /T"xx"    Text search string
  269.     /V        Verbose, show all matching lines
  270.     /X["xx"]  Hex display / search string
  271. HRepeat a command for several variables.
  272. Usage:  FOR [/A:[-[rhsda]] /FHLR %%var IN (set) [DO] command
  273.     /A  Retrieve files with the specified attribute(s)
  274.     /F  Parse lines in specified file(s)
  275.     /L  Counted FOR loop
  276.     /H  Hide "." and ".."
  277.     /R  Execute FOR in every subdirectory
  278. If a filename in (set) begins with an @, "var" will be set sequentially to
  279. each line in the file.
  280. HDisplay the total disk space, total bytes used, and total bytes free on the
  281. specified (or default) drive(s).
  282. Usage:  FREE [d:] ...
  283. HExecute a command in the current directory and its subdirectories.
  284. Usage:  GLOBAL [/HIPQ] command
  285.     /H  Process hidden subdirectories
  286.     /I  Ignore exit codes
  287.     /P  Prompt whether to execute the command in each directory
  288.     /Q  Quiet (don't display directory names)
  289. HCall a subroutine in a batch file.
  290. Usage:  GOSUB label
  291. The label must begin with a colon (:), and appear by itself on the line.
  292. GOSUB ignores case differences when matching labels.
  293. HContinue batch file processing at the line following the label.
  294. Usage:  GOTO [/I] label
  295.     /I  Continue current IFF and DO processing after the GOTO
  296. The label must begin with a colon (:), and appear by itself on the line.
  297. GOTO ignores case differences when matching labels.
  298. HDisplay the 4OS2 help file.
  299. Usage:  HELP [command]
  300. HELP uses the PM VIEW.EXE program to display help for 4OS2 (4OS2.INF)
  301. and OS/2 in general (CMDREF.INF).
  302. HDisplay, read, or clear the history list.
  303. Usage:  HISTORY [/A command] [/F /P] [/R [d:][path]filename]
  304.     /A  Add command to history list
  305.     /F  Clear history list
  306.     /P  Pause after displaying each page
  307.     /R  Read history list from specified file
  308. If no parameters are entered, HISTORY displays the current history list.
  309. HAllow conditional execution of commands.
  310. Usage:  IF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...] command
  311. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  312. or one of the following:
  313.     ERRORLEVEL [condition] number
  314.     EXIST filename
  315.     ISALIAS aliasname
  316.     ISDIR [d:]path
  317.     ISINTERNAL command
  318.     ISLABEL labelname
  319. HAllow IF/THEN/ELSE conditional execution of commands.
  320. Usage:  IFF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...]
  321.             THEN ^ ... ^ ELSE[[IFF] ... THEN] ^ ... ^ ENDIFF
  322. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  323. or one of the following:
  324.     ERRORLEVEL [condition] number
  325.     EXIST filename
  326.     ISALIAS aliasname
  327.     ISDIR [d:]path
  328.     ISINTERNAL command
  329.     ISLABEL labelname
  330. HGet a single keystroke environment variable from standard input.
  331. Usage:  INKEY [/C /D /K"..." /P /Wn /X] [text] %%varname
  332.     /C  Clear keyboard buffer
  333.     /D  Digits only
  334.     /K  Allowable keystrokes, enclosed in double quotes
  335.     /P  Don't display keystroke
  336.     /W  Wait "n" seconds for a response
  337.     /X  Do not add carriage return / line feed after user's entry
  338. You can optionally display prompt text before the variable name.
  339. HEnter an environment variable from the standard input.
  340. Usage:  INPUT [/C /D /E /Ln /N /P /Wn /X] [text] %%varname
  341.     /C  Clear keyboard buffer
  342.     /D  Digits only
  343.     /E  Edit existing value
  344.     /L  Maximum of "n" characters
  345.     /N  Disable input colors
  346.     /P  Display * instead of characters
  347.     /W  Wait "n" seconds for a response
  348.     /X  Do not add carriage return / line feed after user's entry
  349. You can optionally display prompt text before the variable name.
  350. HSet the keyboard toggles (Caps Lock, Num Lock, and Scroll Lock).
  351. Usage:  KEYBD [/Cn /Nn /Sn]
  352.     /C  Caps lock
  353.     /N  Num lock
  354.     /S  Scroll lock
  355. A 0 turns the toggle off, a 1 turns it on.
  356. HDisplay the history list, or enable/disable the command line editing keys.
  357. Usage:  KEYS [ON | OFF | LIST]
  358. 4OS2 includes this command for compatibility with CMD.EXE; for 4OS2 you
  359. should normally use the HISTORY command instead.
  360.     ON    Enable command history; read input characters
  361.     OFF   Disable command history; read input lines
  362.     LIST  Display the command history
  363. HFeed keystrokes to a program or command.
  364. Usage:  KEYSTACK [/Wn] ["abc"[keyname][!][n] ...
  365.     /W       Wait specified number of timer ticks
  366.     "abc"    Literal characters to be placed in the keyboard buffer
  367.     keyname  Name or code for a keystroke
  368.     !        Clear the keyboard buffer
  369.     n        Number of times to repeat the preceding keystroke
  370. KEYSTACK only works with PM and windowed VIO apps.
  371. HDisplay a file with forward and backward paging and scrolling.
  372. Usage:  LIST [/A:[-[rhsda]] /T"text" /HIRSWX] [d:][path]filename...
  373.     /A: Select files by attribute
  374.     /H  Strip high bit from each character
  375.     /I  Ignore wildcards (valid only with /T)
  376.     /R  Reverse search (valid only with /T)
  377.     /S  Read from standard input
  378.     /T  Search for specified text
  379.     /W  Wrap text at right margin
  380.     /X  Display in hex mode
  381. HSwitch a batch file to or from .BTM mode.
  382. Usage:  LOADBTM [on | off]
  383. LOADBTM switches a batch file (.CMD or .BTM) to and from .BTM mode.
  384. If no argument is given, it displays the current LOADBTM status.
  385. HEnable or disable command logging, change the log file name, or
  386. add a comment to the log file.
  387. Usage:  LOG [/H /W [d:]pathname] [ON | OFF | "text"]
  388.     /H  Toggle history log
  389.     /W  Specify new log filename and turn command logging on
  390. Entering LOG with no parameters displays the log status and file name. 
  391. Entering LOG with text writes the text to the log file, even if LOG is
  392. set OFF.
  393. HCreate subdirectories.
  394. Usage:  MD [/NS] [d:]pathname...
  395.     /N  Don't update JPSTREE.IDX
  396.     /S  Create intermediate subdirectories
  397. HDisplay the system RAM status.
  398. Usage:  MEMORY
  399. MEMORY displays physical and resident RAM, free RAM, the size of the OS/2
  400. swap file, the total and free environment space, the total and free alias
  401. list space, and the total command history space.
  402. HCreate subdirectories.
  403. Usage:  MKDIR [/S] [d:]pathname...
  404.     /S  Create intermediate subdirectories
  405. HMove files to other directories and drives.
  406. Usage:  MOVE [/A:[[-]rhsda] /C /D /E /F /H /N /P /Q /R /S /T /U /V]
  407.              [d:][path]source... [d:][path]destination
  408.     /A: Select files by attribute
  409.     /C  Move only files where the source file is newer than the destination
  410.     /D  Target is a directory
  411.     /E  Don't display non-fatal errors
  412.     /F  Don't copy the file(s) to the DELDIR directory
  413.     /H  Move all files, including hidden & system
  414.     /N  Don't actually move the file(s)
  415.     /P  Prompt to confirm each move
  416.     /Q  Don't display filenames or totals
  417.     /R  Prompt before overwriting an existing file(s)
  418.     /S  Move entire subdirectory tree
  419.     /T  Display totals only
  420.     /U  Move only those files that either don't exist in the destination
  421.           directory, or where the source file is newer than the destination
  422.     /V  Verify disk writes
  423. HExecute a command when a specific condition occurs.
  424. Usage:  ON BREAK command
  425.         ON ERROR command
  426.         ON ERRORMSG command
  427. ON BREAK and ON ERROR only affect the current batch file.
  428. HDisplay the 4OS2 configuration dialog or set a specific directive.
  429. Usage:  OPTION [//directive]
  430. HTells 4OS2 where to search for executable and batch files not in the
  431. current directory.
  432. Usage:  PATH [[d:]path][[;[d:]path]...]]
  433.         PATH ;
  434. If you enter PATH with no parameters, PATH displays the current search
  435. path.  If you enter PATH and a semicolon, PATH clears the search path and
  436. will search only the current directory (this is the default at system
  437. startup).
  438. Suspend alias or batch file execution while waiting for a keystroke.
  439. Usage:  PAUSE [message]
  440. If you don't specify a message, PAUSE displays a default message .
  441. HChange to the disk drive and directory at the top of the directory stack
  442. (saved by PUSHD).
  443. Usage:  POPD [*]
  444. The * option clears the directory stack, without changing the current drive
  445. and directory.
  446. HChange the command line prompt.
  447. Usage:  PROMPT [text]
  448. If you enter PROMPT with no parameters, PROMPT sets the prompt on drives A
  449. and B to $n$g, and on all other drives to $p$g. The prompt characters are:
  450.     $  The $ character                 n  Current drive
  451.     _  CR/LF                           P  Current directory (upper case)
  452.     b  The | character                 p  Current directory (lower case)
  453.     c  The open parenthesis (          q  The = character
  454.     D  Date (Fri  Dec 25, 1992)        r  The current errorlevel
  455.     d  Date (Fri  12-25-92)            s  The space character
  456.     e  The ASCII ESC character         T  Current time (12-hour)
  457.     f  The close parenthesis )         t  Current time (24-hour)
  458.     g  The > character                 v  OS/2 version number
  459.     h  Destructive backspace         Xd:  Current directory (upper case) for
  460.     i  OS/2 line 0 HELP prompt             drive d:, incl. drive letter
  461.     l  The < character               xd:  Current directory (lower case) for
  462.     M  12-hour time as hh:mm               drive d:, incl. drive letter
  463.     m  12-hour time as hh:mm           z  Shell level
  464. HSave the current disk and directory.
  465. Usage:  PUSHD [[d:]pathname]
  466. PUSHD saves the current directory on the directory stack, and if a pathname
  467. is specified on the command line, changes the disk drive and directory.
  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] [BLInk] 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] /DEHJZ]
  517.           command ([path]filename)
  518.     /A  Select files by attributes
  519.     /D  Disable directory colorization
  520.     /E  Display filenames in upper case
  521.     /H  Hide "." and ".."
  522.     /I  Match file descriptions
  523.     /J  Justify filenames (DOS format)
  524.     /O  Sort sequence
  525.     /T  Display date and time
  526.     /Z  Display HPFS volumes in FAT format
  527. HDisplay, create, modify, or delete environment variables.
  528. Usage:  SET [/P] [/R [d:][path]filename...] [variable=[value]]
  529.     /P  Pause after displaying each page
  530.     /R  Read environment variables from a file
  531. Entering SET with no variable or value displays the entire environment.  If
  532. you don't enter a value, SET displays the value of that variable.
  533. Otherwise, the variable and value are placed in the environment.  If the
  534. variable already exists, its old contents are replaced by the new value.
  535. HDisplay or set 4OS2 configuration variables.
  536. Usage:  SETDOS [/B? /C? /D? /E? /Fx.y /Gxy /I+|-command /L? /M? /N? /P? /R?
  537.           /S?:? /U? /V? /X? /Y?]
  538.     /B  Disable/enable bright backgrounds
  539.     /C  Command separator character
  540.     /D  Disable/enable descriptions
  541.     /E  Escape character
  542.     /F  Format for @EVAL
  543.     /G  Set the decimal and thousands separator characters
  544.     /I  Disable/enable internal commands
  545.     /L  Line or character input
  546.     /M  Line editing mode
  547.     /N  NoClobber setting for redirection
  548.     /P  Variable parameter character
  549.     /R  Number of screen rows
  550.     /S  Cursor shape
  551.     /U  Filename case
  552.     /V  Batch echo
  553.     /X  Alias/variable/redirection expansion
  554.     /Y  Disable/Enable batch debugger
  555. HSave the current disk drive, directory, environment, command
  556. separator, parameter character, and escape character.
  557. Usage:  SETLOCAL
  558. HAllow the use of more than 10 variables in a batch file.
  559. Usage:  SHIFT [/n] [n]
  560. SHIFT moves each batch file parameter "n" positions.  The default value for
  561. "n" is 1.  You can reverse a SHIFT by giving a negative value for "n".
  562. A "/n" argument will start the SHIFT at a specified offset.
  563. HPreserve the alias, history, and directory histories.
  564. Usage:  SHRALIAS [/U]
  565. SHRALIAS allows you to save the alias list, history list, and directory
  566. history between invocations of 4OS2.
  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 4OS2
  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                /WAIT Wait for session to end
  579.     /ICON  Specify icon file           /WIN  Windowed OS/2 session
  580.     /INV   Invisible session           /WIN3 Windows 3 session (enhanced)
  581.     /K     Keep session                /WIN  Windows 3 session (standard)
  582.     /L     Local alias/history lists
  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 4OS2 window title (windowed sessions only)
  619. Usage:  TITLE text
  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 4OS2 and OS/2 versions.
  655. Usage:  VER [/R]
  656.     /R  Display OS/2 and 4OS2 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] [BLInk] 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 4OS2 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.     minimize  Minimize the 4OS2 window.
  677.     maximize  Maximize the 4OS2 window.
  678.     restore   Restore the 4OS2 window to its "normal" size.
  679. HCopy standard input to standard output, and then copy the specified file(s)
  680. to standard output.
  681. Usage:  Y [d:][path]filename...
  682.