home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / butcher2.zip / butcher.doc next >
Text File  |  1997-07-22  |  3KB  |  71 lines

  1.  
  2.                            BUTCHER Version 1.2.0
  3.                                     for
  4.                                OS/2 and Unix
  5.            Copyright (c) 1997 by Ali Onur Cinar <cinara@usa.net>
  6.                            All Rights Reserverd.
  7.  
  8.  
  9.  
  10. ABSTRACT
  11.  
  12. Butcher is a small utility which will help you to make volumes in size,
  13. you prefer, from large files.
  14.  
  15. I prepared Butcher only for my own needs and I didn't thought to publish
  16. it at the beginning. But now, I have decided to publish Butcher as a
  17. FREEWARE for the needs of other people, who are interested in computer
  18. work. Because of this reason, Butcher's documentations and user's
  19. interface are not user friendly.
  20.  
  21. At this time, there are only OS/2 and Unix versions of Butcher available.
  22. From these two versions, only OS/2 version has been tested under IBM OS/2
  23. Warp 3.0 with HPFS (High Performance File System). Unfortunately, I couldn't
  24. have time to test Unix version of Butcher.
  25.  
  26.   OS/2 version compiled with GNU C Compiler 2.1 (80386, BSD syntax)
  27.   Unix version compiled with GNU C Compiler 2.7.2.1 (SunOS)
  28.  
  29. The latest version of Butcher is always available on :
  30.  
  31.       ftp://hobbes.nmsu.edu/pub/os2/util/diskutil/butcherX.zip
  32.       ftp://bbsturk.bbs.tr/butcherX.zip
  33.  
  34. SYNOPSIS
  35.  
  36.      butcher  [input_file]  [output_files'_size_in_byte]
  37.  
  38. USAGE EXAMPLES
  39.  
  40. [C:\] butcher  ftpsites.tar.gz  450000    (enter)
  41.  
  42. BUTCHER  v1.0.0 (OS/2) (HPFS)                                  08 July 1997
  43. Copyright (c) 1997 by Ali Onur Cinar <cinara@usa.net>  All Rights Reserved.
  44. Compiled with GNU CC. Unix and Os/2 versions of Butcher are also available.
  45.  
  46. Creating packet file: ftpsites.tar.gz.packet-01 (450000 bytes)
  47. Creating packet file: ftpsites.tar.gz.packet-02 (450000 bytes)
  48. Creating packet file: ftpsites.tar.gz.packet-03 (450000 bytes)
  49. Creating packet file: ftpsites.tar.gz.packet-04 (450000 bytes)
  50. Creating packet file: ftpsites.tar.gz.packet-05 (1200 bytes)
  51. Creating combiner   : ftpsites.tar.gz.cmd
  52. -----------------------------------------------------
  53.  Total 1801200 bytes in 5 packets.
  54.  
  55. And when you would like to combine the packet files, you can run
  56. [input_file].cmd (at this example ftpsites.tar.gz.cmd).
  57.  
  58. BUGS
  59.  
  60. Butcher adds extra 1 byte to the end of the latest file it creates. There
  61. are no problems with ZIP and the other files I have tested. You can use it
  62. without any fear, but there is NO GARANTY.
  63.  
  64. COPYRIGHTS
  65.  
  66. The following copyrighted programs/systems are mentioned in this manual:
  67.  
  68.         OS/2 Warp         International Business Machines Corporation.
  69.         Unix              UNIX System Laboratories, Inc.
  70.         GNU C Compiler    Free  Software  Foundation, Inc.
  71.