home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / copy / overcon.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  21 lines

  1.                               COPY
  2.  
  3. A more complex form of COPY can be used to concatenate data from several 
  4. different files or devices into one file or device.
  5.  
  6.      COPY [/A][/B] [d1:][pathname1]filename1[.ext1][/A][/B]
  7.         [+[d2:][pathname2][filename2[.ext2]][/A][/B]...]
  8.             [d3:][pathname3][filename3[.ext3]][/A][/B][/V]
  9.  
  10. The options are the same as with the standard form of COPY, except for the 
  11. addition of the + which allows you to specify multiple source files or devices 
  12. for concatenation. The source files will be copied, in the order specified, to
  13. the destination file, so that no data is overlaid or lost. If no destination
  14. file is specified, all file(s) after the first are appended to filename1, in 
  15. the order specified.
  16.  
  17. When concatenating files, the /A option is assumed. The /B option must be
  18. specified for the output file to contain multiple Ctrl-Z characters. Some 
  19. DOS commands and separately purchased programs won't read past a Ctrl-Z 
  20. character in a file.
  21.