home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / pascal / 6790 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!genes!oberto
  3. From: oberto@genes.icgeb.trieste.it (Jacques Oberto)
  4. Subject: Re: Breaking up a HUGE file safely
  5. Message-ID: <1992Nov21.090951.28029@genes.icgeb.trieste.it>
  6. Organization: ICGEB
  7. Date: Sat, 21 Nov 1992 09:09:51 GMT
  8. Lines: 18
  9.  
  10. >> -> Is there a safe method for breaking this HUGE file up into
  11. >> -> smaller files like 1.2 meg each?  Then, using a combining method,
  12. >> -> I can combine the smaller files into the original file again? --
  13. >>
  14. >>I use ARJ as a compression program, and it has a nifty feature capable of this.  The format would be something to the effect of
  15. >>
  16. >>ARJ a [path]archivename [path][filespec] -v1200000
  17.  
  18. >How do you reverse the process and combine the broken files together?
  19.  
  20. DOD has two commands to do just what you want: 
  21.      BACKUP can easily break up a huge file to fill several disks,
  22.             it will even prompt you to insert a new disk
  23.      RESTORE does the reverse.
  24.  
  25. Jacques
  26. -- 
  27. Jacques Oberto  <oberto@genes.icgeb.trieste.it>
  28.