home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / simtel20 / zsig / queue-c.lbr / CP.DQC / CP.DOC
Encoding:
Text File  |  1986-02-25  |  1.0 KB  |  40 lines

  1. TITLE: CP
  2.  
  3. LANGUAGE: C (C80 ver 3.0)
  4.  
  5. OPERATING SYSTEM: CP/M 
  6.  
  7. FILES REQUIRED FOR RUNNING: NONE
  8.  
  9. DESCRIPTION:
  10.     CP is a general purpose utility that allows the inputting
  11. and outputting from a variety of devices by the use of C80's redirection
  12. capabilities. Examples below show such use.
  13.  
  14. 1.    CP
  15.         Copies the terminal input to the terminal.
  16.  
  17. 2.    CP >lst:
  18.         Copies terminal input to the printer.
  19.  
  20. 3.    CP >filename.ext
  21.         Copies terminal input to the named file.
  22.  
  23. 4.     CP <filename1.ext >filename2.ext
  24.         Copies the file 1 to file2 in text mode.
  25.         Do not use to copy binary files.
  26.  
  27.     The devices that may be used are:
  28.         CON: RDR: PUN: and LST:
  29.  
  30.     The last line entered must be ^Z to inform CP that all
  31. inputs are done.
  32.  
  33.     As of yet the rogram does not support named directories or
  34. alternate user areas as it is a W I D E -spread utility that is used
  35. on machines not supporting such features.
  36.  
  37.                 Edward Schram
  38.                 1609 Valle Vista
  39.                 Vallejo, Ca. 94589
  40.