home *** CD-ROM | disk | FTP | other *** search
/ Media Depot 5 / mediadepotvolume51993.iso / FILES / 17 / BTMUT101.ZIP / SPLIT.DOC < prev    next >
Text File  |  1996-04-22  |  2KB  |  56 lines

  1. SPLIT 2.1 (c) ·─═■│Æ∩■═─· @ T(/\)T
  2.  
  3. This Batch is useful to split embedded archives...
  4.  
  5. Imagine a ZIP file "BIG.ZIP" which contains 3 more zips:
  6.  
  7.  ZIPFILE1.ZIP
  8.  ZIPFILE2.ZIP
  9.  ZIPFILE3.ZIP
  10.  
  11. if you issue a command like "PKUNZIP *.ZIP" you'll have the contents of
  12. all 4 zips in the current directory!
  13. Using "SPLIT ZIP" the 1st time the result is:
  14.  
  15.  [Current dir]
  16.        │
  17.        └[BIG]          (subdir with the same name of archive)
  18.         ZIPFILE1.ZIP   (contents of archive splitted)
  19.         ZIPFILE2.ZIP
  20.         ZIPFILE3.ZIP
  21.  
  22. then switch to BIG and reissue the same "SPLIT ZIP":
  23.  
  24.  [Current dir]
  25.        │
  26.        └[BIG]          (subdir with the same name of archive)
  27.           │
  28.           ├─[ZIPFILE1] (subdir with the same name of archive)
  29.           │ ...        (contents of archive splitted)
  30.           │ ...
  31.           ├─[ZIPFILE2] (subdir with the same name of archive)
  32.           │ ...        (contents of archive splitted)
  33.           │ ...
  34.           └─[ZIPFILE3] (subdir with the same name of archive)
  35.             ...        (contents of archive splitted)
  36.             ...
  37.  
  38. Easy or not?
  39.  
  40. Using SPLIT is easy: simply specify the type of archive (ZIP ARJ RAR LZH UC2)
  41. and it's all done! If many arc types should be processed give ALL or -A as
  42. parameter and all types are automatically processed.
  43. Remember to work with copies of your archives since they're deleted after
  44. succesful expansion. To avoid this simply specify -N as second parameter
  45. and original arcs will not be deleted.
  46.  
  47. Examples: SPLIT ZIP    (all ZIPs are splitted, originals deleted)
  48.           SPLIT ALL    (all arcs are splitted, originals deleted)
  49.           SPLIT -a -n  (all arcs are splitted, originals NOT deleted)
  50.  
  51. Note if an error occours SPLIT stops running and prompts to continue;
  52. if you select to stop the current archive is not deleted.
  53.  
  54. If you want to write me some lines about this program,
  55. please email baccan@isanet.it
  56.