home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / 4os2 / 4os2h.msg (.txt) < prev    next >
OS/2 Message File  |  1993-03-07  |  23KB  |  485 lines

  1. MKMSGF
  2. %H&i''(
  3. *m,!.</
  4. 1u2H3
  5. @0AlA
  6. BrCQD
  7. F$H$J
  8. 4os2h.msg
  9. HDisplay the internal commands.
  10. Usage:  ?
  11. HLoad or display the alias list, or define an alias.
  12. Usage:  ALIAS [/P] [/R [d:][path]filename...] [name[=][value]]
  13.     /P  Pause after displaying each page
  14.     /R  Load an alias list from a file
  15. HChange the file or subdirectory attributes.
  16. Usage:  ATTRIB [/D /P /Q /S -|+[AHRS]] [d:][path]filename...
  17.     /D  Modify subdirectory attributes
  18.     /P  Pause after displaying each page
  19.     /Q  Quiet mode
  20.     /S  Modify files in subdirectories
  21.     +A  Set archive attribute      -A  Clear archive attribute
  22.     +H  Set hidden attribute       -H  Clear hidden attribute
  23.     +R  Set read-only attribute    -R  Clear read-only attribute
  24.     +S  Set system attribute       -S  Clear system attribute
  25. HBeep the speaker.
  26. Usage:  BEEP [frequency [duration] ...]
  27. The frequency is specified in Hertz, and the duration in 1/18th second
  28. intervals.  No sound will be generated for frequencies less than 37 Hz,
  29. allowing you to insert short delays.  The default value for frequency is
  30. 440 Hz; the default value for duration is 2.
  31. HCall a secondary batch file.
  32. Usage:  CALL [d:][path]filename
  33. HTerminate all batch processing.
  34. Usage:  CANCEL [value]
  35. If you enter a value, CANCEL will set the ERRORLEVEL to that value.
  36. HDisplay or change the current directory.
  37. Usage:  CD [[d:][pathname]
  38. Entering CD with no argument or only a drive name will display the current
  39. directory.  Entering CD and a pathname will change the current directory.
  40. HChange the current disk drive and directory.
  41. Usage:  CDD [d:]pathname
  42. HDisplay or change the current system code page.
  43. Usage:  CHCP [n]
  44.     n  New code page
  45. Entering CHCP with no argument displays the active code page.
  46. HDisplay or change the current directory.
  47. Usage:  CHDIR [[d:][pathname]
  48. Entering CHDIR with no argument or only a drive name will display the current
  49. directory.  Entering CHDIR and a pathname will change the current directory.
  50. HClear display, optionally to the specified colors.
  51. Usage:  CLS [[BRIght] [BLInk] fg ON bg [BORder fg]]
  52.     fg  Foreground color
  53.     bg  Background color
  54. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  55. HSet the screen display colors.
  56. Usage:  COLOR [[BRIght] [BLInk] fg ON bg [BORder fg]]
  57.     fg  Foreground color
  58.     bg  Background color
  59. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  60. HCopy or append one or more files.
  61. Usage:  COPY [d:][path]source[+]...[/A /B] [[d:][path]target]
  62.              [/A /B /C /F /M /N /P /Q /R /S /U /V]
  63.     /A  Copy in ASCII mode
  64.     /B  Copy in binary mode
  65.     /C  Copy only those files where the target is older than the source
  66.     /F  Fail if the source file has extended attributes and the target file
  67.           system doesn't support extended attributes.
  68.     /H  Copy hidden and system files too
  69.     /M  Copy only those files with the archive bit set
  70.     /N  Don't actually perform the copy
  71.     /P  Confirm each file copy (Y or N)
  72.     /Q  Don't display filenames as they are copied
  73.     /R  Prompt before overwriting an existing file
  74.     /S  Copy subdirectories
  75.     /U  Copy only those source files that are newer than a matching target
  76.           file, or where a matching target file doesn't exist
  77.     /V  Verify disk writes
  78. HDisplay and (optionally) change the system date.
  79. Usage:  DATE [mm-dd-yy]
  80.     mm  Month (1 - 12)
  81.     dd  Day (1 - 31)
  82.     yy  Year (80 - 199 or 1980 - 2099)
  83. If you don't enter a date, 4OS2 will display the current date and prompt for
  84. a new one.  The format for the date entry depends on the country code.  U.S.
  85. format is mm-dd-yy; European format is dd-mm-yy; Japanese is yy-mm-dd.
  86. HErase the specified file(s) from the disk.
  87. Usage:  DEL [/F /N /P /Q /S /X /Y /Z] [d:][path]filename...
  88.     /F  (4OS2/32 only) Don't make copies of the file(s) in the DELDIR
  89.         directory
  90.     /N  Don't actually delete the file(s)
  91.     /P  Confirm deletion for each file
  92.     /Q  Quiet (no filename display)
  93.     /S  Delete matching files in the subdirectories
  94.     /X  Remove empty subdirectories after deleting (use with /S)
  95.     /Y  The reverse of /P - it assumes a Y response to everything
  96.     /Z  Delete all files, including read-only, hidden and system files
  97. HPause for a specified period of time.
  98. Usage:  DELAY [n]
  99.     n  The number of seconds to pause.  The default value is 1 second.
  100. HCreate, modify, or delete file and subdirectory descriptions.
  101. Usage:  DESCRIBE [d:][path]filename... ["description"]
  102. You can enter a description on the command line by entering the filename
  103. followed by the description enclosed in quotes.  If you don't enter a
  104. description, DESCRIBE will prompt you for one for each matching filename.
  105. HStart an OS/2 program in detached mode.
  106. Usage:  DETACH [d:][filename[.ext]]
  107. HDisplay information about files and subdirectories.
  108. Usage:  DIR [/1 /2 /4 /A[:-rhsda] /B /C /D /F /J /K /L /M /N /O:-deginrsu
  109.              /P /S /T /U /V /W /Z] [[d:][path]filename...]
  110.     /1  One column                      /M  Suppress footers
  111.     /2  Two columns                     /N  Display FAT volume in HPFS format
  112.     /4  Four columns                    /O  Sort order
  113.     /A  Select files by attributes      /P  Pause after each page
  114.     /B  Display filenames only          /S  Display subdirectories
  115.     /C  Upper case filenames            /T  Display attributes
  116.     /D  Disable colorization            /T:acw  Date / time type
  117.     /F  Display expanded filenames      /U  Summaries only
  118.     /J  Justify filenames               /V  Sort filenames vertically
  119.     /K  Suppress headers                /W  Wide display
  120.     /L  Lower case filenames            /Z  Display HPFS volume in FAT format
  121. HDisplay the directory stack used by PUSHD and POPD.
  122. Usage:  DIRS
  123. HTells applications where to search for their files.
  124. Usage:  DPATH [[d:]path][[;[d:]path]...]]
  125.         DPATH ;
  126. If you enter DPATH with no parameters, 4OS2 displays the current search 
  127. path.  If you enter DPATH and a semicolon, 4OS2 clears the search path.
  128. HDraw a box on the screen.
  129. Usage:  DRAWBOX ulrow ulcol lrrow lrcol style [BRIght][BLInk] fg ON bg
  130.                 [FILL bgfill] [SHAdow]
  131.     ulrow   Row for upper left corner
  132.     ulcol   Column for upper left corner
  133.     lrrow   Row for lower right corner
  134.     lrcol   Column for lower right corner
  135.     style   Box drawing style (0 - 4)
  136.     fg      Foreground color
  137.     bg      Background color
  138.     bgfill  Background fill color (for the inside of the box)
  139.     SHADOW  Include a drop shadow
  140. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  141. HDraw a horizontal line on the screen.
  142. Usage:  DRAWHLINE row column length style [BRIght] [BLInk] fg ON bg
  143.     row     Start row
  144.     column  Start column
  145.     length  Length of line
  146.     style   Line drawing style (1 or 2)
  147.     fg      Foreground color
  148.     bg      Background color
  149. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  150. HDraw a vertical line on the screen.
  151. Usage:  DRAWVLINE row column length style [BRIght] [BLInk] fg ON bg
  152.     row     Start row
  153.     column  Start column
  154.     length  Length of line
  155.     style   Line drawing style (1 or 2)
  156.     fg      Foreground color
  157.     bg      Background color
  158. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  159. HDisplay the echo status, enable or disable batch file or command line
  160. echoing, or display a message.
  161. Usage:  ECHO [on | off | message]
  162. ECHO defaults to ON in batch files and OFF during keyboard input.
  163. If no arguments are entered, ECHO displays the current echo state.
  164. HDisplay a message, without printing a trailing CR/LF.
  165. Usage:  ECHOS message
  166. HRestore the disk drive, directory, and environment saved by SETLOCAL.
  167. Usage:  ENDLOCAL
  168. HErase the specified file(s) from the disk.
  169. Usage:  ERASE [/N /P /Q /S /X /Y /Z] [d:][path]filename...
  170.     /N  Don't actually delete the file(s)
  171.     /P  Confirm deletion for each file
  172.     /Q  Quiet (no filename display)
  173.     /S  Delete matching files in the subdirectories
  174.     /X  Remove empty subdirectories after deleting (use with /S)
  175.     /Y  The reverse of /P - it assumes a Y response to everything
  176.     /Z  Delete all files, including read-only, hidden and system files
  177. HEdit environment variables and/or aliases.
  178. Usage:  ESET [/A] varname...
  179.     /A  Assume the argument is an alias
  180. ESET will search for environment variables first, and then aliases.
  181. HPerform a command, except on the file(s) specified.
  182. Usage:  EXCEPT ([d:][path]filename...) command
  183. HExit the current command processor.
  184. Usage:  EXIT [value]
  185. If you specify a value, EXIT will return that value to the parent process.
  186. If you EXIT from a primary command processor, you will be returned to PM.
  187. HRepeat a command for several variables.
  188. Usage:  FOR [/A[:-rhsda]] %%var IN (set) [DO] command
  189.     /A  Retrieve files with the specified attribute(s)
  190. If a filename in (set) begins with an @, "var" will be set sequentially to
  191. each line in the file.
  192. HDisplay the total disk space, total bytes used, and total bytes free on the
  193. specified (or default) drive(s).
  194. Usage:  FREE [d:] ...
  195. HExecute a command in the current directory and its subdirectories.
  196. Usage:  GLOBAL [/H /I /P /Q] command
  197.     /H  Process hidden subdirectories
  198.     /I  Ignore exit codes
  199.     /P  Prompt whether to execute the command in each directory
  200.     /Q  Quiet (don't display directory names)
  201. HCall a subroutine in a batch file.
  202. Usage:  GOSUB label
  203. The label must begin with a colon (:), and appear by itself on the line.
  204. GOSUB ignores case differences when matching labels.
  205. HContinue batch file processing at the line following the label.
  206. Usage:  GOTO [/I] label
  207. The label must begin with a colon (:), and appear by itself on the line.
  208. GOTO ignores case differences when matching labels.
  209. HDisplay the 4OS2 help file.
  210. Usage:  HELP [command]
  211. HELP uses the PM VIEW.EXE program to display help for 4OS2 (4OS2.INF)
  212. and OS/2 in general (CMDREF.INF).
  213. HDisplay, read, or clear the history list.
  214. Usage:  HISTORY [/A command] [/F /P] [/R [d:][path]filename]
  215.     /A  Add command to history list
  216.     /F  Clear history list
  217.     /P  Pause after displaying each page
  218.     /R  Read history list from specified file
  219. If no parameters are entered, HISTORY displays the current history list.
  220. HAllow conditional execution of commands.
  221. Usage:  IF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...] command
  222. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  223. or one of the following:
  224.     ERRORLEVEL [condition] number
  225.     EXIST filename
  226.     ISALIAS aliasname
  227.     ISDIR [d:]path
  228.     ISINTERNAL command
  229.     ISLABEL labelname
  230. HAllow IF/THEN/ELSE conditional execution of commands.
  231. Usage:  IFF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...]
  232.             THEN ^ ... ^ ELSE[[IFF] ... THEN] ^ ... ^ ENDIFF
  233. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  234. or one of the following:
  235.     ERRORLEVEL [condition] number
  236.     EXIST filename
  237.     ISALIAS aliasname
  238.     ISDIR [d:]path
  239.     ISINTERNAL command
  240.     ISLABEL labelname
  241. HGet a single keystroke environment variable from standard input.
  242. Usage:  INKEY [/K"..." /Wn] [text] %%varname
  243.     /K  Allowable keystrokes, enclosed in double quotes
  244.     /W  Wait "n" seconds for a response
  245. You can optionally display prompt text before the variable name.
  246. HEnter an environment variable from the standard input.
  247. Usage:  INPUT [/Wn] [text] %%varname
  248.     /W   Wait "n" seconds for a response
  249. You can optionally display prompt text before the variable name.
  250. HDisplay the history list, or enable/disable the command line editing keys.
  251. Usage:  KEYS [ON | OFF | LIST]
  252. 4OS2 includes this command for compatibility with CMD.EXE; for 4OS2 you
  253. should normally use the HISTORY command instead.
  254.     ON    Enable command history; read input characters
  255.     OFF   Disable command history; read input lines
  256.     LIST  Display the command history
  257. HDisplay a file with forward and backward paging and scrolling.
  258. Usage:  LIST [/H /S /W] [d:][path]filename...
  259.     /H  Strip high bit from each character
  260.     /S  Read from standard input
  261.     /W  Wrap text at right margin
  262. HSwitch a batch file to or from .BTM mode.
  263. Usage:  LOADBTM [on | off]
  264. LOADBTM switches a batch file (.CMD or .BTM) to and from .BTM mode.
  265. If no argument is given, it displays the current LOADBTM status.
  266. HEnable or disable command logging, change the log file name, or
  267. add a comment to the log file.
  268. Usage:  LOG [/W [d:]pathname] [ON | OFF | "text"]
  269.     /W  Specify new log filename and turn command logging on
  270. Entering LOG with no parameters displays the log status.  Entering LOG with
  271. text writes the text to the log file, even if LOG is set OFF.
  272. HCreate subdirectories.
  273. Usage:  MD [d:]pathname...
  274. HDisplay the system RAM status.
  275. Usage:  MEMORY
  276. MEMORY displays the free RAM, the size of the OS/2 swap file, the total and
  277. free environment space, the total and free alias list space, and the total
  278. command history space.
  279. In 4OS2/32 only, MEMORY also displays the size of physical and resident RAM.
  280. HCreate subdirectories.
  281. Usage:  MKDIR [d:]pathname...
  282. HMove files to other directories and drives.
  283. Usage:  MOVE [d:][path]filename... [d:][path][filename]
  284.              [/C /D /H /N /P /Q /R /S /U]
  285.     /C  Move only files where the source file is newer than the target
  286.     /D  Target is a directory
  287.     /H  Move all files, including hidden & system
  288.     /N  Don't actually move the file(s)
  289.     /P  Prompt to confirm each move
  290.     /Q  Quiet (don't display filenames)
  291.     /R  Prompt before overwriting an existing file(s)
  292.     /S  Move entire subdirectory tree
  293.     /U  Move only those files that either don't exist in the target
  294.           directory, or where the source file is newer than the target
  295. Tells 4OS2 where to search for executable and batch files not in the
  296. current directory.
  297. Usage:  PATH [[d:]path][[;[d:]path]...]]
  298.         PATH ;
  299. If you enter PATH with no parameters, PATH displays the current search
  300. path.  If you enter PATH and a semicolon, PATH clears the search path and
  301. will search only the current directory (this is the default at system
  302. startup).
  303. HSuspend alias or batch file execution while waiting for a keystroke.
  304. Usage:  PAUSE [message]
  305. If you don't specify a message, PAUSE displays a default message .
  306. HChange to the disk drive and directory at the top of the directory stack
  307. (saved by PUSHD).
  308. Usage:  POPD [*]
  309. The * option clears the directory stack, without changing the current drive
  310. and directory.
  311. HChange the command line prompt.
  312. Usage:  PROMPT [text]
  313. If you enter PROMPT with no parameters, PROMPT sets the prompt on drives A
  314. and B to $n$g, and on all other drives to $p$g. The prompt characters are:
  315.     $  The $ character                 P  Current directory (upper case)
  316.     _  CR/LF                           p  Current directory (lower case)
  317.     b  The | character                 q  The = character
  318.     c  The open parenthesis (          r  The current errorlevel
  319.     D  Date (Fri  Dec 25, 1992)        s  The space character
  320.     d  Date (Fri  12-25-92)            t  Current time
  321.     e  The ASCII ESC character         v  OS/2 version number
  322.     f  The close parenthesis )       Xd:  Current directory (upper case) for
  323.     g  The > character                      drive d:
  324.     h  Destructive backspace         xd:  Current directory (lower case) for
  325.     i  OS/2 line 0 HELP prompt              drive d:
  326.     l  The < character                 z  Shell level
  327.     n  Current drive
  328. HSave the current disk and directory.
  329. Usage:  PUSHD [[d:]pathname]
  330. PUSHD saves the current directory on the directory stack, and if a pathname
  331. is specified on the command line, changes the disk drive and directory.
  332. HTerminate the current batch file.
  333. Usage:  QUIT [value]
  334. If you specify a value, QUIT will set ERRORLEVEL to that value.
  335. HRemove one or more directories.
  336. Usage:  RD [d:]path...
  337. HReboot the system.
  338. Usage:  REBOOT [/V]
  339.     /V  Prompt for verification before rebooting.
  340. HPut a comment in a batch file.
  341. Usage:  REM [comment]
  342. Everything following a REM will be ignored, including quote characters,
  343. the redirection symbols (|><) and the command separator character.
  344. HRename files or subdirectories.
  345. Usage:  REN [/N /P /Q] [d:][path]filename... [d:][path]filename
  346.     /N  Don't actually rename the file(s)
  347.     /P  Prompt for confirmation
  348.     /Q  Quiet (don't display filenames)
  349. HRename files or subdirectories.
  350. Usage:  RENAME [/N /P /Q] [d:][path]filename... [d:][path]filename
  351.     /N  Don't actually rename the file(s)
  352.     /P  Prompt for confirmation
  353.     /Q  Quiet (don't display filenames)
  354. HReturn from a GOSUB (subroutine) call in a batch file.
  355. Usage:  RETURN
  356. The RETURN command returns from a GOSUB call to the command following the
  357. original GOSUB.
  358. HRemove one or more directories.
  359. Usage:  RMDIR [d:]path...
  360. HPosition the cursor on the screen, and optionally display a message.
  361. Usage:  SCREEN row column [message]
  362. HDisplay text in color.
  363. Usage:  SCRPUT row column [BRIght] [BLInk] fg ON bg text
  364.     row     Start row
  365.     column  Start column
  366.     fg      Foreground character color
  367.     bg      Background character color
  368.     text    The text to display
  369. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  370. HExecute a command on the specified files.
  371. Usage:  SELECT [/A[:-rhsda] /C /D /O:-deginrsu /Z] command ([path]filename)
  372.     /A  Select files by attributes
  373.     /C  Display filenames in upper case
  374.     /D  Disable directory colorization
  375.     /O  Sort sequence
  376.     /Z  Display HPFS volumes in FAT format
  377. HDisplay, create, modify, or delete environment variables.
  378. Usage:  SET [/P] [/R [d:][path]filename...] [variable=[value]]
  379.     /P  Pause after displaying each page
  380.     /R  Read environment variables from a file
  381. Entering SET with no variable or value displays the entire environment.  If
  382. you don't enter a value, SET displays the value of that variable.
  383. Otherwise, the variable and value are placed in the environment.  If the
  384. variable already exists, its old contents are replaced by the new value.
  385. HDisplay or set 4OS2 configuration variables.
  386. Usage:  SETDOS [/C? /E? /I+|-command /M? /N? /P? /R? /S?:? /U? /V?]
  387.     /C  COMPOUND character
  388.     /E  ESCAPE character
  389.     /I  Disable or enable internal commands
  390.     /M  Line editing mode
  391.     /N  NOCLOBBER
  392.     /P  Variable parameter character
  393.     /R  Number of screen rows
  394.     /S  Cursor shape
  395.     /U  Filename case
  396.     /V  Batch echo
  397. HSave the current disk drive, directory, and environment.
  398. Usage:  SETLOCAL
  399. HAllow the use of more than 10 variables in a batch file.
  400. Usage:  SHIFT [n]
  401. SHIFT moves each batch file parameter "n" positions.  The default value for
  402. "n" is 1.  You can reverse a SHIFT by giving a negative value for "n".
  403. HStart a program in a new OS/2 session.
  404. Usage:  START [title] [/BG /C /DOS[=file] /FG /FS /I /ICON=name /INV /K /L
  405.               /MAX /MIN /N /PGM /PM /POS=x,y,x1,y1 /WAIT /WIN] [command ...]
  406.     title  Title for title bar      /K    Keep session
  407.     /BG    Start in background      /L    Local alias & history lists
  408.     /C     Transient session        /MAX  Start maximized
  409.     /DOS   DOS session; settings    /MIN  Start minimized
  410.              file in 4OS2/32        /N    Start without using 4OS2
  411.     /FG    Start in foreground      /PGM  Next argument is program name
  412.     /FS    Full-screen session      /PM   PM application
  413.     /I     Inherit environment      /POS  Start position (x,y) and window
  414.              from CONFIG.SYS                size (x1, y1) in pels
  415.     /ICON  Use specified icon       /WAIT Wait for session to end
  416.              file                   /WIN  Windowed session
  417.     /INV   Invisible                
  418. HCopy standard input to standard output, and save a copy in the specified
  419. file(s).
  420. Usage:  TEE [/A] [d:][path]filename...
  421.     /A    Append output to the file(s)
  422. HDisplay a block of text in a batch file.
  423. Usage:  TEXT
  424.           .
  425.           .
  426.           .
  427.         ENDTEXT
  428. Both TEXT and ENDTEXT must be entered as the only command on that line.
  429. HDisplay and (optionally) set the current system time.
  430. Usage:  TIME [hh:mm:ss[am|pm]]
  431.     hh  Hour (0 - 23)
  432.     mm  Minute (0 - 59)
  433.     ss  Second (0 - 59)
  434. If you don't enter any parameters, TIME will display the current system
  435. time and prompt for a new time.  TIME defaults to 24-hour format; you can
  436. enter the time in 12-hour format by appending an "am" or "pm".
  437. HTurn the system stopwatch on and off.
  438. Usage:  TIMER [/1 /2 /3 /S] [ON]
  439.     ON  Restart timer
  440.     /1  Use timer #1
  441.     /2  Use timer #2
  442.     /3  Use timer #3
  443.     /S  Display split time
  444. HDisplay the contents of the specified file(s).
  445. Usage:  TYPE [/L /P] [d:][pathname]filename...
  446.     /L  Print line numbers preceding each line of text
  447.     /P  Pause after each page
  448. HRemove aliases from the alias list.
  449. Usage:  UNALIAS [/Q] alias...
  450.         UNALIAS *
  451.     /Q  Don't display an error message if the alias doesn't exist
  452. UNALIAS also accepts the wildcard character * to delete all aliases.
  453. HRemove variables from the environment.
  454. Usage:  UNSET [/Q] name...
  455.         UNSET *
  456.     /Q  Don't display an error message if the variable doesn't exist
  457. UNSET also accepts the wildcard character * to delete all variables.
  458. HDisplay the current 4OS2 and OS/2 versions.
  459. Usage:  VER [/R]
  460.     /R  Display OS/2 and 4OS2 revision levels
  461. HDisplay, enable, or disable disk write verification.
  462. Usage:  VERIFY [on | off]
  463. Entering VERIFY with no parameters will display the current VERIFY state.
  464. HDisplay the disk volume label(s).
  465. Usage:  VOL [d:] ...
  466. If you don't enter a drive name, VOL displays the disk label and the volume
  467. serial number for the current drive.
  468. HDisplay text in color in a vertical column.
  469. Usage:  VSCRPUT row column [BRIght] [BLInk] fg ON bg text
  470.     row     Start row
  471.     column  Start column
  472.     fg      Foreground character color
  473.     bg      Background character color
  474.     text    The text to display
  475. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  476. HSet the 4OS2 window title and state.
  477. Usage:  WINDOW ["title"] minimize | maximize | restore
  478.     "title"   Change the window title.  
  479.     minimize  Minimize the 4OS2 window.
  480.     maximize  Maximize the 4OS2 window.
  481.     restore   Restore the 4OS2 window to its "normal" size.
  482. HCopy standard input to standard output, and then copy the specified file(s)
  483. to standard output.
  484. Usage:  Y [d:][path]filename...
  485.