home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / deboo100.zip / DEBOO.DOC next >
Text File  |  1993-05-28  |  4KB  |  89 lines

  1.                      DEBOO v1.00 for OS/2
  2.                      --------------------
  3.  
  4.   HISTORY
  5.   -------
  6.     [1] Original by Howie Kaye, Columbia University
  7.  
  8.     [2] OS/2 2.x version adapted from original code to run on 386/386
  9.     PCs running OS/2 by Dr. Abimbola Olowofoyeku, Keele University,
  10.     England, U.K. (May 1993).
  11.  
  12.     An interactive mode has been added by me to cope with cases in which
  13.     there are insufficient/inappropriate/no command line parameters.
  14.  
  15.     Compiled with EMX/GCC. The code has been amended to compile on any
  16.     ANSI compatible C compiler. The modified code has been compiled
  17.     without any changes on UNIX platforms with the Dynix C compiler,
  18.     and with the GNU C compiler. The amended source is available for those
  19.     who want it. Mail me: laa12@uk.ac.keele.seq1 (JANET).
  20.  
  21.     The OS/2 version requires the EMX libraries (EMX.DLL and EMXLIBC.DLL)
  22.     for system calls. Both DLLs are supplied with the executables.
  23.  
  24.  
  25. DOCUMENTATION (taken from the original C source code, edited by me)
  26. --------------------------------------------------------------------------
  27.   This is a program to convert files in "BOO" encoded format (using
  28.   MAKEBOO.EXE) back into their original form. It is substantially as
  29.   written by Howie Kaye of Columbia University, New York and modified
  30.   by various others: the changes in this particular incarnation are
  31.   to remove any Kermit-specific features and defaults.
  32.  
  33.   The original program source contained various compilation options for
  34.   different machines and compilers: this version is specifically tailored
  35.   for MS-DOS 2 (and later) and is designed to be compiled with the Lattice
  36.   C compiler, version 3 or later.
  37.  
  38.  
  39. USAGE
  40. -----
  41.   If you have ever tried to download files by from the archive
  42.   micros.hensa.ac.uk in the U.K., you will have come across BOO encoded
  43.   files. Every file on that archive is in BOO encoded format. This is to
  44.   simplify downloads and uploads by people who do not tools for uploading
  45.   or downloading binary files. The DEBOO utility that is provided on that
  46.   archive is a 16 bit DOS version, and you will need either a compiler
  47.   or a DEBOO utility to get at it. This is a 32 bit OS/2 version, produced
  48.   from source originally downloaded from hensa.
  49.  
  50.   The syntax is DEBOO <inputfile> <outputfile>
  51.  
  52.    where:
  53.      inputfile      is the file in BOO format to be converted
  54.  
  55.      outputfile     is the optional name of the converted file. If
  56.                     it is omitted, the file name given in the first
  57.                     record of the .BOO file is used.
  58.  
  59.   If no parameter is supplied, the program will switch into an interactive
  60.   mode and request the names of the input file, and output file.
  61.  
  62.   Examples:
  63.        DEBOO TEST.BOO TEST.ZIP (decode test.boo into test.zip)
  64.  
  65.        DEBOO TEST.BOO  (decode test.boo. The output file will be
  66.                        the file name given in the first record of
  67.                        the BOO file.
  68.  
  69.   DISLCAIMER
  70.   ----------
  71.   I am trying to provide OS/2 users with a service by porting this
  72.   utility to OS/2 and sending it to ftp sites. I DO NOT WARANTEE
  73.   ANYTHING about this program. I accept no responsibility for ANY LOSS OR
  74.   DAMAGE, financial, physical, emotional, marital, OR OTHERWISE resulting
  75.   FROM THE USE, OR THE PURPORTED use of DEBOO for OS/2, for any purpose
  76.   whatsoever. You use this program ENTIRELY AT YOUR OWN RISK.
  77.  
  78.   If you do not like this disclaimer, then you are requested to please
  79.   DELETE ALL THE FILES from your disks IMMEDIATELY.
  80.  
  81.  
  82. -------------------------
  83.   Dr. Abimbola Olowofoyeku
  84.   School of Law
  85.   Keele University,
  86.   England
  87.  
  88.   Email: laa12@uk.ac.keele.seq1
  89.