home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / C128 / C8FILCPY.LBR / FILECOPY.DOC < prev   
Text File  |  2000-06-30  |  768b  |  15 lines

  1. So who needs another file copy utility for CP/M?  Commodore 128 users with
  2. a single 1571 drive, that's who!  This program, unlike PIP or SWEEP, buffers
  3. several files between disk swaps, in an effort to minimize disk swapping.  It
  4. utilizes virtual drive E: to do this.  The buffer size is such that a full
  5. native 1571 diskette full of files can be copied in about 7 pairs of swaps.
  6. If there are more than 7 files on the diskette, this is a distinct advantage
  7. over PIP or SWEEP.
  8.  
  9. Nothing fancy here.  Self prompting program - just run it with no command line
  10. arguments and it will prompt you through the copy.  Sorry about the lack of 
  11. comments in the source code, but this was a rush job.  Enjoy...
  12.  
  13. Frank Prindle
  14. Prindle@NADC.arpa
  15.