home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / disk / 012 / copyall.doc next >
Encoding:
Text File  |  1988-08-10  |  1.7 KB  |  37 lines

  1. '     COPYALL Version 1.2 ----- Copyright 1988, Timothy J. O'Malley
  2.  
  3.      COPYALL is a shareware program that can be used much like the DOS
  4. COPY command and may be distributed and copied freely as long as both
  5. files, COPYALL.EXE and COPYALL.DOC, are copied in their entirety and
  6. without modification. This software is intended to be used on an "AS IS"
  7. basis and the author assumes NO responsibility for the performance or
  8. application of this software product or any damages arising from its use.
  9. The user, therefore, must determine the suitability of this software for
  10. his computer or application.
  11.  
  12.      Here are three examples:
  13.  
  14.  
  15. C>COPYALL C:\*.COM A:          This copies all .COM files in the root
  16.                            directory on drive C: to diskettes on drive A:
  17.  
  18. C>COPYALL PA* B:               This copies all files starting with PA in
  19.                            the current directory to diskettes on drive B:
  20.  
  21. C>COPYALL FILES A:             If FILES is a subdirectory from the current
  22.                            directory, it will copy all those files to A:
  23.                                If FILES is the name of a file, then it
  24.                            will copy it.
  25.  
  26. ADVANTAGES:
  27.      You can copy multiple files to several diskettes without using the
  28. DOS BACKUP command (which doesn't allow you to see file names). The files
  29. are copied in alphabetical order and all of an individual file resides on
  30. only one diskette.
  31.  
  32. DISADVANTAGES:
  33.      Large files can't be copied if they exceed the size of the diskette.
  34. COPYALL can't be used in a batch file and must have a drive destination
  35. letter assigned. You can't use CON or PRN with it. Files with spaces
  36. inside their names, like PAGE 1.TXT, aren't copied (just like DOS COPY).
  37.