home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / xbin23.zip / README.DOS < prev    next >
Text File  |  1991-01-13  |  1KB  |  37 lines

  1. This is a 'quick and dirty' port of a UNIX program which decodes
  2. an Apple Macintosh BinHex file into its components, so you can
  3. use the contents on a MSDOS PC.
  4.  
  5. The program can be compiled with one of either Microsoft's or
  6. Borland's C compilers.
  7.  
  8. Due to the restrictions in DOS file-names the resulting files
  9. under DOS are:
  10.                     file.dat      data fork
  11.                     file.rsr      resource fork
  12.                     file.inf      Finder Info
  13.  
  14. See the other documentation files for more details.
  15.  
  16.  
  17. Files contained in this archive are:
  18.  
  19. readme.dos     The file you are reading now
  20. xbin.c         DOS source
  21. xbin.exe       DOS executable (MSC 6.0)
  22. makefile.ms    Makefile for Microsoft C
  23. makefile.tc    Makefile for Turbo C
  24. binhex4.inf    Explanation of the BinHex 4.0 file format
  25. xbin.nr        (nroff) source for a (UNIX-style) man page
  26. xbin.man       Readable version of the man page
  27. xbinunix.c     Original UNIX source
  28. xbinunix.rme   Original UNIX readme file
  29.  
  30.  
  31. Jochen Roderburg
  32. Regional Computing Center
  33. University of Cologne
  34. Robert-Koch-Str. 10                    Tel.:     +49-221/470-4564
  35. D-5000 Koeln 41                        Internet: Ro @ RRZ.Uni-Koeln.DE
  36. Germany                                BITNET:   A0045 @ DK0RRZK1
  37.