home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / filutl / split4.not < prev    next >
Text File  |  1994-07-13  |  768b  |  19 lines

  1. To put the file back together, use PIP: 
  2.  
  3.     >PIP newfile.dat=file.001,file.002, ...
  4.  
  5.     **** NOTE - If the split file is binary, e.g, .COM, .OVR,
  6.     SQueezed or CRUNCHed, you must tell PIP to ignore imbedded
  7.     ASCII end-of-file markers  - ^Z (1A hex) -  for each section.
  8.     For example, if the file SD.COM were split into three sections
  9.     the syntax would be:
  10.  
  11.     >PIP sd.com=sd.001[OV],sd.002[OV],sd.003[OV]
  12.  
  13.     If you omit those '[O]'s the output file will almost certainly
  14.     be pure garbage.  The 'V' verifies the transfer and could be
  15.     optional.    
  16.                         - Note added by Paul Foote 02/26/87
  17.  
  18. This concatenates the pieces back into a single file.
  19.