
Base64 - Win32 Port v1.0
------------------------

Original Unix Base64 Version was done by John Walker
Base64 was ported to Win32 by Andreas Falkenhahn


Well, what had to be done for this port? Mainly change
the file i/o mode to binary because of Microsoft's genious
text and binary modes...What a mess! I also did some
other small changes, you can see in the history below.

This port is a console application for Windows9x, not
a MSDOS program, so don't try to run it under MSDOS.

To see how to use the program, just launch it with no
arguments or "-?" as argument.

Have fun!

--
Andreas <Andreas.Falkenhahn@gmx.de>
Airsoft Softwair Website: http://airsoft.home.pages.de/


Port History:

v1.0, December 13th 20:56 MET:

- changed the file input modes to binary
- fixed a bug that Base64 crashed if no arguments were specified
- usage message is now displayed every startup with no arguments
- added a wait key procedure after the usage message
  (otherwise it's hard to read the usage...)
- added some info during decode procedure

EOF
