home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / xbin21.zip / readme.os2 < prev    next >
Text File  |  1994-08-31  |  2KB  |  44 lines

  1. XBIN.EXE - hexbin to useful format converter.  Re-port of a re-port of
  2.            a UNIX utility apparently by Dave Johnson (Brown University)
  3.  
  4. xbin.exe can be used to translate those annoying BINHEX'd mail messages
  5. that your annoying Mac friends keep sending.  This recompile of an old
  6. program converts them to three files, only one of which is useful, the
  7. .data fork.  Use "xbin -help" to get a man page listing.  Since this is 
  8. for OS/2, HPFS support is assumed and names will not be truncated to 8.3.
  9. Filenames to be translated may be wildcarded (ie. xbin *.hmq works).
  10.  
  11.        file.data      data fork
  12.        file.rsrc      resource fork
  13.        file.info      Finder Info
  14.  
  15. Files in this distribution:
  16.     readme.os2     The file you are reading now
  17.     xbin.c         OS/2 (or UNIX) source code
  18.     xbin.exe       OS/2 executable (CSET/2)
  19.     makefile       CSET/2 makefile
  20.     binhex4.inf    Explanation of the BinHex 4.0 file format
  21.     original.zip   Earlier DOS/1.2 OS/2/UNIX versions and documentation
  22.  
  23. This xbin.c has been modified to be ANSI/POSIX compliant and recompiled
  24. using the IBM CSET/2 compiler.  Files are now fully supported as HPFS
  25. filenames (though spaces are still translated to _ for ease of use in
  26. command line environments).
  27.  
  28. The original UNIX files, and the 16 bit link by Kari Likovuori are 
  29. included in the zip file.  Only the original source, the makefile, and
  30. the 2.1 executable are provided here.  This source code may be equally
  31. built on any POSIX/ANSI compliant system.
  32.  
  33. By whatever power is vested in my by whatever authorities, I grant
  34. whatever rights I might possibly have to whoever might possibly be
  35. able to receive such rights, subject to the rights and constraint of
  36. rights owed and owned by all previous rights holders of all previous
  37. codes used herewithin.  Hope the lawyers are happy hereunto and
  38. hereforevermore.
  39.  
  40. Michael O. Thompson
  41. Cornell University
  42. Ithaca, NY  14853
  43. Internet: mot1@cornell.edu
  44.