home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / os2 / 4os210.arj / 4OS2H.MSG (.txt) < prev    next >
Encoding:
OS/2 Message File  |  1992-06-08  |  21.9 KB  |  469 lines

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