home *** CD-ROM | disk | FTP | other *** search
- TITLE: CP
-
- LANGUAGE: C (C80 ver 3.0)
-
- OPERATING SYSTEM: CP/M
-
- FILES REQUIRED FOR RUNNING: NONE
-
- DESCRIPTION:
- CP is a general purpose utility that allows the inputting
- and outputting from a variety of devices by the use of C80's redirection
- capabilities. Examples below show such use.
-
- 1. CP
- Copies the terminal input to the terminal.
-
- 2. CP >lst:
- Copies terminal input to the printer.
-
- 3. CP >filename.ext
- Copies terminal input to the named file.
-
- 4. CP <filename1.ext >filename2.ext
- Copies the file 1 to file2 in text mode.
- Do not use to copy binary files.
-
- The devices that may be used are:
- CON: RDR: PUN: and LST:
-
- The last line entered must be ^Z to inform CP that all
- inputs are done.
-
- As of yet the rogram does not support named directories or
- alternate user areas as it is a W I D E -spread utility that is used
- on machines not supporting such features.
-
- Edward Schram
- 1609 Valle Vista
- Vallejo, Ca. 94589