THIS IS THE 'README' FOR SFX114'
--------------------------------

I'm has written a FreeDOS disk image for people to test a new program I
made.  This program, called SFX144, is a self-extractor stub for disk
images.  Once you make the disk image, you:

 COPY /B  SFX144.EXE+mydisk.dsk myfile.exe

and you will have a file not requiring rawrite.  The advantage here as
well is that the stub is only 7.2K!  It's written in TC++ 1.01.

Everything is GPL.

-Steve Nickolas <dosius@SDF.lonestar.org>

====================================================================

:I told you about a stub for extracting 1.44MB disk images.  Here it 
:is, and the code from which it derived.  Also here is a BSD 
:uuencode/uudecode just in case you can do something with it (.com 
:files), a more that doesn't crash on break (it just ignores it right 
:now) and the sources.  Except for the above BSD programs the rest are 
:my own and are GPL'd.  (I will allow the use of a compiled sfx14436 
:in any DOS selfextractor.  Pack it with zip or gzip before uploading 
:it, or it'll always be 1.5MB!)
:
:dosius