packet:xrpi:manpages:hlppztdos
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
packet:xrpi:manpages:hlppztdos [2025/04/19 13:31] – created m0mzf | packet:xrpi:manpages:hlppztdos [2025/04/19 18:01] (current) – removed m0mzf | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =======PZTDOS Help======= | + | |
- | =====CD.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The CD command changes the current " | + | |
- | Syntax: | + | |
- | CD [path/ | + | |
- | Description: | + | |
- | If [path] is omitted, the target < | + | |
- | to the current working directory. Forward (/) and backward (\) | + | |
- | | + | |
- | Examples: | + | |
- | CD FRED | + | |
- | CD .. | + | |
- | CD / Change to root directory | + | |
- | CD FRED\JIM | + | |
- | CD ..\docs | + | |
- | See also: | + | |
- | </ | + | |
- | ---- | + | |
- | =====CDUP.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | CDUP -- Change to ' | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The CDUP command changes the current working directory up one level | + | |
- | to the parent directory, i.e. it performs the function of "CWD .." | + | |
- | This command takes no arguments, and if the current directory is | + | |
- | the root directory, CDUP has no effect. | + | |
- | See also: | + | |
- | </ | + | |
- | ---- | + | |
- | =====COPY.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | COPY -- Copy or create file(s) | + | |
- | Syntax: | + | |
- | COPY < | + | |
- | Description: | + | |
- | The COPY command copies the file(s) specified by the pathname | + | |
- | < | + | |
- | < | + | |
- | | + | |
- | If < | + | |
- | | + | |
- | | + | |
- | | + | |
- | fresh line. | + | |
- | | + | |
- | | + | |
- | If [dest] is a single file, the source file(s) are concatenated | + | |
- | into it. If [dest] is not specified, the file is copied into the | + | |
- | | + | |
- | Examples: | + | |
- | COPY ..\MYPROG.EXE | + | |
- | COPY xrpi-backup/ | + | |
- | COPY *.HLP HELP.DOC | + | |
- | COPY CON fred.txt | + | |
- | Limitations: | + | |
- | | + | |
- | </ | + | |
- | ---- | + | |
- | =====DEL.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | The DEL (delete) command deletes one or more files. | + | |
- | Syntax: | + | |
- | DEL < | + | |
- | Description: | + | |
- | < | + | |
- | | + | |
- | | + | |
- | If < | + | |
- | is deleted. | + | |
- | Examples: | + | |
- | DEL JIM.TXT | + | |
- | DEL \FRED/ | + | |
- | DEL ../ | + | |
- | Caveats: | + | |
- | </ | + | |
- | ---- | + | |
- | =====DF.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | DF -- Display free space on disk | + | |
- | Syntax: | + | |
- | DF | + | |
- | Description: | + | |
- | The DF command displays the free and total space in bytes on the | + | |
- | drive containing XRouter, plus sector and cluster size information. | + | |
- | Limitations: | + | |
- | The DF command can not (yet) display information from any other | + | |
- | disk drive. | + | |
- | Caveats: | + | |
- | This is a work in progress, and may give incorrect information on | + | |
- | </ | + | |
- | ---- | + | |
- | =====DIR.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | DIR -- List files in a directory | + | |
- | Syntax: | + | |
- | DIR [path/ | + | |
- | Description | + | |
- | The DIR command lists the contents of the specified directory, in | + | |
- | alphabetical order, using the optional specified mask. | + | |
- | If [path] is not specified, the " | + | |
- | assumed. Forward and back slashes can be freely mixed. If [mask] | + | |
- | is not specified, " | + | |
- | specified, the extension " | + | |
- | Examples | + | |
- | DIR MSGHDR?? | + | |
- | dir LOG\ | + | |
- | DIR / | + | |
- | Limitations | + | |
- | </ | + | |
- | ---- | + | |
- | =====EDITCMDS.HLP===== | + | |
- | < | + | |
- | Line Editor Commands: | + | |
- | In the following document, n1, n2 and n3 refer to line numbers. | + | |
- | These must be greater than zero, and within the range of line | + | |
- | numbers used in the file being edited. The space between the | + | |
- | command and the first number may be omitted. The numbers may be | + | |
- | separated by spaces, commas, colons, tabs etc. Parameters in square | + | |
- | brackets [] are optional. When copying, moving or inserting lines, | + | |
- | the " | + | |
- | "in front of" the original text. Commmands are not case sensitive. | + | |
- | ? -- Displays a brief list of commands | + | |
- | A < | + | |
- | The editor ignores exactly one space between the A and the text | + | |
- | to be inserted. If you want to enter a line which has leading | + | |
- | spaces, add one extra space. | + | |
- | C n1 n2 [n3] -- Copy line(s) | + | |
- | If n3 is omitted, line n1 is copied into line n2, otherwise the | + | |
- | block n1 to n2 inclusive is copied into the position beginning at | + | |
- | n3. Note: n3 must not be within the block being copied. | + | |
- | D n1 [n2] -- Delete line(s) | + | |
- | If both n1 and n2 are specified, the block of lines between and | + | |
- | including n1 and n2 will be deleted. If n2 is omitted, or is the | + | |
- | same as n1, only n1 will be deleted. | + | |
- | H n1 -- Hash (comment-out) a line using the '#' | + | |
- | This is useful for disabling configuration entries without | + | |
- | deleting them. They can be easily re-activated at a later date | + | |
- | using the U)nhash command. If the line already begins with '#' | + | |
- | another one is not prepended. | + | |
- | I n1 < | + | |
- | L n1 [n2] -- List (display) line(s) | + | |
- | If n2 is specified, lines n1 to n2 inclusive are displayed, | + | |
- | otherwise it displays 10 lines beginning at n1. If n1 is omitted, | + | |
- | it re-displays the same page, or if this is the first time the | + | |
- | command has been used, the first 10 lines of text are displayed. | + | |
- | M n1 n2 [n3] -- Move line(s) | + | |
- | If n3 is specified, the block of lines n1 to n2 inclusive are | + | |
- | moved to the position beginning at n3, otherwise the single line | + | |
- | n1 is moved to the n2 position. | + | |
- | N -- Next page | + | |
- | Displays the next page (10 lines) of text. | + | |
- | P -- Previous page | + | |
- | Displays the previous page (10 lines) of text. | + | |
- | Q -- Quit | + | |
- | The text is abandoned and the original file is left intact, | + | |
- | providing you hadn't used the W command. | + | |
- | S -- Save the text. | + | |
- | Syntax and function identical to W)rite. | + | |
- | U n1 -- Unhash line n1 | + | |
- | Removes a '#' | + | |
- | (opposite of H)ash). | + | |
- | W [< | + | |
- | If < | + | |
- | the original name, but will not overwrite an existing file. | + | |
- | W! < | + | |
- | Writes the text being edited to < | + | |
- | file of the same name. | + | |
- | WQ -- Write & Quit. | + | |
- | Writes the modified text back to the original file and quits | + | |
- | editor. (Same as ZZ) | + | |
- | </ | + | |
- | ---- | + | |
- | =====EDIT.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | EDIT -- Edit a file using line editor | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The EDIT command is used to create, view or edit text files. It uses | + | |
- | a line-based text editor which is primarily of use to remote sysops. | + | |
- | If the specified file doesn' | + | |
- | done in memory, and the original file is only created or modified | + | |
- | when the sysop issues a write command. | + | |
- | Examples: | + | |
- | EDIT ../ | + | |
- | EDIT XROUTER.CFG | + | |
- | edit help/ | + | |
- | See also: | + | |
- | </ | + | |
- | ---- | + | |
- | =====EXIT.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | EXIT -- Exit DOS emulation mode | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The EXIT command is used to leave DOS emulation mode and return to | + | |
- | </ | + | |
- | ---- | + | |
- | =====HEAD.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | HEAD -- Display the first few lines of a text file | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The first ' | + | |
- | | + | |
- | If the file contains fewer than ' | + | |
- | | + | |
- | Examples: | + | |
- | HEAD mydoc.txt | + | |
- | HEAD 20 ../ | + | |
- | Limitations: | + | |
- | For text files only! | + | |
- | See Also: | + | |
- | </ | + | |
- | ---- | + | |
- | =====HELP.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | HELP -- Show help for DOS emulator commands | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | If the DOS help files are installed in HELP/DOS, the HELP command | + | |
- | can be used to list and display them. | + | |
- | Examples: | + | |
- | | + | |
- | H * | + | |
- | H M List topics beginning with ' | + | |
- | H MOVE Display help for the MOVE command | + | |
- | See Also: | + | |
- | '? | + | |
- | '< | + | |
- | '? | + | |
- | </ | + | |
- | ---- | + | |
- | =====MD.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | MD -- (Make Directory) creates a new directory | + | |
- | Syntax: | + | |
- | MD [path/ | + | |
- | Description: | + | |
- | The MD command has exactly the same action as MKDIR. | + | |
- | if [path] is not specified, the current directory is assumed. | + | |
- | The specified pathname may be absolute, or relative to the | + | |
- | | + | |
- | Examples: | + | |
- | MD FRED | + | |
- | MD / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | ---- | + | |
- | =====MKDIR.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | MKDIR -- (Make Directory) creates a new directory | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The MKDIR command has exactly the same action as MD. | + | |
- | if [path] is not specified, the current directory is assumed. | + | |
- | The specified pathname may be absolute, or relative to the | + | |
- | | + | |
- | Examples: | + | |
- | MKDIR FRED Create directory FRED in current directory | + | |
- | MK / | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | ---- | + | |
- | =====MORE.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | MORE -- Read a text file with pagination | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The specified text file is displayed one page at a time. There are | + | |
- | no limitations on the size of file which can be displayed. The next | + | |
- | page is displayed by hitting the RETURN (Enter) key. | + | |
- | Examples: | + | |
- | MORE ../ | + | |
- | Limitations: | + | |
- | Text files only. Wildcards are not accepted in filenames. | + | |
- | See also: | + | |
- | | + | |
- | | + | |
- | </ | + | |
- | ---- | + | |
- | =====MOVE.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | MOVE -- Move file(s). | + | |
- | Syntax: | + | |
- | MOVE [path1/ | + | |
- | Description: | + | |
- | Moves file(s) specified by the first argument (source) to the new | + | |
- | | + | |
- | Both filenames may contain wildcards. If source and target | + | |
- | | + | |
- | " | + | |
- | | + | |
- | | + | |
- | is a single file, the source must also be a single file. | + | |
- | Examples: | + | |
- | MOVE fred.doc test.doc | + | |
- | MOVE test.txt / | + | |
- | </ | + | |
- | ---- | + | |
- | =====REN.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | REN -- Rename file(s) | + | |
- | Syntax: | + | |
- | REN [path/ | + | |
- | Description: | + | |
- | | + | |
- | | + | |
- | If the source path is not specified, the current directory is | + | |
- | | + | |
- | | + | |
- | If you specify two different paths, the file is moved. | + | |
- | Examples: | + | |
- | | + | |
- | | + | |
- | | + | |
- | </ | + | |
- | ---- | + | |
- | =====RMDIR.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | RMDIR -- (Remove Directory) deletes a directory. | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The RMDIR command deletes the specified directory. Paths may be | + | |
- | | + | |
- | | + | |
- | Examples: | + | |
- | RMDIR FRED Delete subdirectory FRED from current directory | + | |
- | RM / | + | |
- | Limitations: | + | |
- | | + | |
- | See also: | + | |
- | | + | |
- | </ | + | |
- | ---- | + | |
- | =====TAIL.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | TAIL -- Display the last few lines of a text file | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The last ' | + | |
- | | + | |
- | If the file contains fewer than ' | + | |
- | | + | |
- | Examples: | + | |
- | TAIL mydoc.txt | + | |
- | TAIL 20 ../ | + | |
- | Limitations: | + | |
- | For text files only! | + | |
- | See Also: | + | |
- | </ | + | |
- | ---- | + | |
- | =====TYPE.HLP===== | + | |
- | < | + | |
- | Synopsis: | + | |
- | TYPE -- Displays a text file | + | |
- | Syntax: | + | |
- | | + | |
- | Description: | + | |
- | The specified text file is displayed without pagination. There are | + | |
- | no limitations on the size of file which can be displayed. | + | |
- | Examples: | + | |
- | TYPE ../ | + | |
- | Limitations: | + | |
- | Text files only. TYPE does not (yet) allow concatenation of files, | + | |
- | and the output may not (yet) be redirected to a file. Wildcards | + | |
- | are not accepted. | + | |
- | See Also: | + | |
- | | + | |
- | </ | + | |
- | ---- | + |
packet/xrpi/manpages/hlppztdos.1745069478.txt.gz · Last modified: 2025/04/19 13:31 by m0mzf