home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WCODE103.ZIP / README.TXT < prev    next >
Text File  |  1993-06-29  |  2KB  |  57 lines

  1. Wincode: a uucoder for Windows     (C) Snappy_Inc. (1993)
  2. ---------------------------------------------------------
  3. written by G.H. Silva
  4.  
  5. (portions of this program copyright (c) 1991,1993 Borland)
  6. (Windows is a trademark of Microsoft Corporation)
  7.  
  8. ***PLEASE DISTRIBUTE FREELY WITH ALL FILES INTACT***
  9.  
  10.  
  11. Files:    wincode.exe    the executable program
  12.           wincode.wri    the HELP file
  13.           readme.txt     this file
  14.  
  15. Wincode is a Windows 3.1 program (written in Turbo Pascal for 
  16. Windows) which converts ASCII files to BINARY files (and vice 
  17. versa) through a process known as uucoding. This allows a user to
  18. transmit binary files through e-mail (or any other ascii-based 
  19. communications system) by first converting the files to ascii and
  20. then having the receiver of the files re-convert them to binary.
  21. Many NewsGroups (on the Internet) utilize this practice (it is common
  22. on UNIX-based systems). 
  23.  
  24. I wrote this program for my own needs but I am releasing it to
  25. the public as FREEWARE...yes, you don't have to pay for it...just
  26. use it. I hope others find it as useful as I do and if so, drop
  27. me a line at the address(es) in the HELP file.
  28.  
  29. Features (brief):
  30.           - Full featured Windows 3.1 program
  31.           - Drag and Drop support! (use for batch en/de-coding)
  32.           - Fully configurable
  33.           - It's FREE...
  34.  
  35. Requirements:
  36.                - IBM compatible running DOS 3.1 or higher
  37.                - 286 or higher processor with at least 2MB memory
  38.                - Windows 3.1 running in standard or enhanced mode
  39.                - 85K of disk space (~65K for Wincode, ~20K for
  40.                  HELP file)
  41.  
  42.  
  43. Running Wincode:
  44.  
  45. To run this program, copy the files WINCODE.EXE and WINCODE.WRI
  46. to a directory of your choice (I use C:\UTIL\WINCODE). Start Windows
  47. and either install WINCODE.EXE as an icon (see the WINCODE.WRI file
  48. or your Windows manuals) or use Program Manager's FILE|RUN option to
  49. run Wincode (type in the full path of WINCODE.EXE). If you have the
  50. Windows WRITE program in your Windows directory (WRITE is a word
  51. processing program that is included with Windows 3.1), then select the
  52. HELP|GETTING STARTED... option in Wincode for a complete explanation
  53. of how to configure and run the program. Otherwise, use WRITE (or any
  54. other text viewer) to view WINCODE.WRI manually. Have Fun...
  55.  
  56.  
  57. G.H. Silva