home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / content / boottop / wncod / readme.txt < prev    next >
Text File  |  1995-12-30  |  14KB  |  292 lines

  1.      Wincode: Multi-Purpose Encoder/Decoder for Windows
  2.               (C) _Snappy_ (1993-1996)
  3. ------------------------------------------------------------
  4.              written by George H. Silva
  5.  
  6.  
  7.      ***PLEASE DISTRIBUTE FREELY WITH ALL FILES INTACT***
  8.  
  9. Files:    WINCODE.EXE    the main executable program
  10.           WCENGINE.DLL   dynamic link library of coding functions
  11.           WCEHOOK.DLL    dynamic link library of menu hook functions
  12.           WCEFMEXT.DLL   File Manager Extension dynamic link library
  13.           WCHLPKEY.DLL   Help file option dynamic link library
  14.           WCESOCK.EXE    a companion Winsock e-mail/post daemon
  15.           WINSORT.EXE    a companion file-sort utility
  16.           UNINSTLL.EXE   Wincode package UnInstall program
  17.           ZIPLINK.EXE    executable link to PKZIP/PKUNZIP
  18.           ZIPLINK.PIF    ZIPLINK.EXE program information file
  19.           VSWLINK.EXE    Windows executable link to VSDLINK
  20.           VSDLINK.EXE    executable link to DOS Virus Scan software
  21.           VSDLINK.PIF    VSDLINK.EXE program information file
  22.           VSDLINK.DAT    VSDLINK Virus Scanner exit codes
  23.           MACAPPFC.DAT   MAC Finder information database
  24.           SUM.EXE        a BONUS "sum -r/size" DOS utility
  25.           README.NOW     important info file
  26.           README.TXT     this file
  27.           HELPME.HLP     Wincode basics and information for obtaining
  28.                          the real HELP file (WINCODE.HLP)
  29.           INSTALL.EXE    the Install/Upgrade program
  30.           INSTALL.HLP    the Installer HELP file
  31.           INSTALL.INF    the Installer information file
  32.           CHECKSUM.REF   checksum reference file
  33.           FILE_ID.DIZ    BBS identification file
  34.  
  35.         ****************************************************
  36.  
  37.         PLEASE SEE THE FOLLOWING FILES FOR MORE INFORMATION:
  38.  
  39.         README.NOW
  40.         HELPME.HLP (formerly HELPME.TXT -> now a Windows HELP file)
  41.         VSDLINK.DAT
  42.  
  43.         ****************************************************
  44.  
  45.  
  46. This file contains the following information:
  47.  
  48. I.    About Wincode
  49. II.   Wincode Features (very brief list! - MANY NEW FEATURES :-)
  50. III.  Coming Soon
  51. IV.   Requirements
  52. V.    Installing/Running/UnInstalling Wincode
  53. VI.   Availability
  54. VII.  Note to HELP Registered Users
  55. VIII. Copyrights
  56.  
  57.  
  58. NOTE: There is alot of helpful information in the file HELPME.HLP. You can
  59. now automatically access this file from Wincode by selecting any "Help"
  60. option (this file is now the "default help file" if you are not a registered
  61. user - if you are registered, this file is not needed since it duplicates
  62. portions of the *real* HELP file :-).
  63.  
  64.  
  65.  
  66. I. *** About Wincode ***
  67.  
  68. Wincode is a Windows 3.1x program which converts 8-bit BINARY (EXE, COM,GIF,
  69. etc) files to 7-bit ASCII (Text) files (and vice versa) through a process
  70. known as bit-shifting. Wincode currently supports UU/XX/Base64 (MIME 1.0
  71. conformant) and BINHEX encoding/decoding. This BINARY/ASCII conversion allows
  72. you to send and receive binary files via e-mail or any other ascii-based
  73. communications system. It provides a quick and easy way to distribute programs
  74. to people all over the world (it takes a few minutes, on average, for e-mail
  75. to reach across the world). UUcoding is a common practice on many Internet
  76. NewsGroups in which users wish to exchange binary data. Base64 coding is used
  77. by MIME (Multipurpose Internet Mail Extensions) conformant e-mail software as
  78. a method for attaching binary data to ascii e-mail. BINHEX is a popular
  79. encoding algorithm used mainly on Apple Macintosh computers. All these methods
  80. perform the same overall function (i.e. allow binary data to be safely
  81. transmitted through e-mail) but require different formatting algorithms (e.g.
  82. BINHEX supports Run-Length Encoding).
  83.  
  84. Wincode and the associated executables and DLLs (NOT including the HELP file)
  85. are distributed as FREEWARE. However, we want to make a distinction: the
  86. program is FREEWARE, but it is NOT Public Domain. _Snappy_ still retains the
  87. Copyright to the source code and to the use and distribution of the program.
  88. The HELP file is available for a small fee ($10.00 US) but is NOT required for
  89. Wincode to function correctly. Ordering the HELP file also entitles you to
  90. future updates and e-mail based support. The $10.00 fee is mainly to offset
  91. development costs and the amount of personal time invested. See below and the
  92. file HELPME.HLP for more information on obtaining support.
  93.  
  94. Wincode is 100% compatible with all standard UUcoders, MIME 1.0 conformant
  95. software and BINHEX 4.0 coders. The MIME (Base64) support was developed under
  96. the guidelines of RFC 1521 (September 1993) and is subject to our understanding
  97. of the document. We welcome all comments and error corrections. We have tried
  98. to incorporate as many extra features as possible to make the en/de-coding
  99. process painless. The average user may not need/use all of Wincode's features,
  100. but they *are* Free!
  101.  
  102. NOTE TO DEVELOPERS: WCENGINE.DLL contains ALL of Wincode's 'working' code
  103. (currently) accessed through 80 functions/procedures. We created this SIMPLE
  104. interface to allow Developers to integrate the Wincode Engine into any
  105. program. We will provide the API and royalty free usage to interested
  106. developers under certain conditions. Please contact the _Snappy_ development
  107. team for more details:
  108.  
  109.    development@snappy.globalone.net
  110.  
  111.  
  112.  
  113. II. *** Wincode Features (very brief list!) ***
  114.  
  115.        - Full featured Windows 3.1 program
  116.        - Easy access ButtonBar for hassle-free operation
  117.        - Drag and Drop support (use for batch en/de-coding -> Wincode also
  118.          allows multi-file selection from File Open dialogs)
  119.        - SMART decoding (handles single files, multi-part files, can
  120.          determine what is encoded or not, etc. -> see the HELP file for
  121.          more information)
  122.        - Fully configurable...We're not joking!
  123.        - EMBL UUcode compatible
  124.        - Supports UU, XX or User defined En/De-coding
  125.        - Supports Base64 (MIME conformant) En/De-coding
  126.        - Supports BINHEX En/De-coding (with option to include MAC finder info
  127.          when encoding to make decoding on a MAC *very* easy!)
  128.        - Supports En/De-coding to/from the Clipboard!
  129.        - Supports automatic CODE TYPE detection (just use Auto Detect).
  130.        - Supports automatic ZIP/UNZIP (requires PKWare's ZIP/UNZIP 2.0)
  131.        - Supports automatic Virus Scanning (requires a DOS Virus Scanner -
  132.          see the VSDLINK.DAT file for more information)
  133.        - Application menu hooking option to integrate Wincode's menu
  134.        - Includes INSTALL program for upgrades
  135.        - Includes UNINSTALL program for removal
  136.        - Integrated file-sorting companion program (separate
  137.          executable for easier upgrading) which handles MANY types
  138.          of file header formats
  139.        - Integrated Winsock compatible e-mail/post daemon (separate
  140.          executable for easier upgrading) to allow for automatic e-mailing
  141.          and posting of encoded documents (see Requirements)
  142.        - Multimedia support - see the HELP file for details
  143.        - It's ALL FREE...
  144.  
  145.  
  146.  
  147. III. *** Coming Soon ***
  148.  
  149.        - Improve the ability to decode MULTIPLE file code-types
  150.          automatically. This feature is currently BUILT-IN to Wincode
  151.          as the AUTO-DETECT option but it uses a simple 16K buffer check.
  152.          What this boils down to is that you can, for example, select a
  153.          BINHEX file, three UUEncoded files and two BASE64 files - and
  154.          Wincode will be able to decode them all in one drag/drop or file
  155.          decode selection. No more changing the CODE TYPE for each file.
  156.        - User suggestions...?
  157.  
  158.  
  159.  
  160. IV. *** Requirements ***
  161.  
  162.       - IBM compatible running DOS 3.3 or higher
  163.       - 286 or higher processor with at least 2MB memory
  164.       - Windows 3.1/3.11 running in standard or enhanced mode OR Win95
  165.       - About 1.5MB of disk space without HELP file (~2.0MB with HELP file)
  166.         (Sorry about the disk space - this should be reduced in the coming
  167.          months with the release of Delphi32)
  168.       - ***NOTE*** To use Wincodes built-in E-Mail/Post capabilities, you
  169.         must have a Winsock setup. This means that you are using a Windows
  170.         Socket stack (WINSOCK.DLL) of some sort connected directly to the
  171.         internet (ethernet, SLIP, PPP, TwinSock, TIA, SLiRP, etc). The
  172.         E-Mail/Post Daemon is a Winsock v1.1 compatible app and has been
  173.         tested with Trumpet Winsock, SunSoft PCNFSPro Winsock, and Winsock
  174.         running under Win95. Improper or missing Winsock setup will only
  175.         result in harmless error messages :-)
  176.  
  177.  
  178.  
  179. V. *** Installing/Running/UnInstalling Wincode ***
  180.  
  181. If you have not already done so, expand the ZIP archive into a temporary
  182. directory (or a floppy-disk). Start Windows, select FILE|RUN from Program
  183. Manager or File Manager and type in the full path of the INSTALL.EXE program
  184. (run it). The INSTALL program will copy/expand all the files to a directory
  185. you specify (overwriting older files), upgrade your WINCODE.INI (if you are
  186. running an older version of Wincode) and create a Program Manager Group and/or
  187. icon. See the HELPME.HLP file for basic instructions on using Wincode.
  188.  
  189. ***IMPORTANT NOTE: ALL files (listed above) must be present in the same
  190. directory for Installer to function properly. You should INSTALL first,
  191. then move selected files to directories of your choice (i.e. delete the
  192. README.TXT, place SUM.EXE in your DOS directory, etc.). The install program
  193. uses the Windows LZEXPAND.DLL to decompress and copy the required files. If
  194. you receive any error messages during install, please contact _Snappy_ for
  195. assistance.
  196.  
  197. Wincode can now be un-installed in 2 easy steps. First, run Wincode and
  198. select 'Options|Configuration...' (CTRL-F) from the menu. You will see the
  199. configuration dialog which has an 'UnInstall...' button. Choose this to select
  200. the UnInstall method. The UnInstaller will remove/copy/list all files
  201. included in the Wincode package. However, it does NOT remove itself OR the
  202. directories that Wincode may have used. Therefore, the second step is to
  203. remove these directories and UNINSTLL.EXE from your drive. Wincode should now
  204. be completely erased from your drive.
  205.  
  206.  
  207.  
  208. VI. *** Availability ***
  209.  
  210. Recent versions of Wincode (or other _Snappy_ software) are always
  211. available at the following locations:
  212.  
  213.     - The Internet - the _Snappy_ Software site! All of our software is
  214.       available by three different methods:
  215.  
  216.       1) WWW forms - point your browser at: http://snappy.globalone.net/
  217.          and check out our HomePage!
  218.  
  219.       2) Anonymous FTP - visit us at: snappy.globalone.net
  220.  
  221.       3) Automated e-mail - send a request to our server and receive an
  222.          encoded copy by e-mail. Visit our HomePage for more info or send
  223.          a BLANK e-mail to: snappy@snappy.globalone.net for a TEXT copy
  224.          of our HomePage.
  225.  
  226.       In the future, we will try to establish mirror sites for our software.
  227.       Please visit our HomePage for recent developments...
  228.  
  229.     - CompuServe (check the WinShare forum; keyword: Snappy, Wincode, etc.)
  230.  
  231.     - America Online (keyword: Snappy, Wincode, etc.)
  232.  
  233.  
  234.       
  235. VII. *** Note to HELP Registered Users ***
  236.  
  237. If you are a registered user but have not received your HELP file, *please*
  238. contact us at: support@snappy.globalone.net with your registration info
  239. (name, address, e-mail address, etc). Many orders arrived with illegible
  240. and/or missing e-mail addresses. _Snappy_ uses your e-mail address as your
  241. user registration code. Further, some orders were shipped but *not received*.
  242. We can't track mail failures (we don't have the resources :-(  ) so we rely
  243. on customers to please get in touch with us if they have a problem.
  244.  
  245. Please note that registration is a ONE-TIME fee. In other words, your initial
  246. registration keeps you in our database to be eligible for future HELP file
  247. updates! However, it is up to YOU to keep us up to date with your registration
  248. info (e-mail address) and to request the HELP file updates from our server
  249. (this is now a built-in feature of Wincode).
  250.  
  251. We will be opening a phone line for support starting in February, 1996. Check
  252. out our HomePage for details!
  253.  
  254.  
  255.  
  256. XIV. *** Copyrights ***
  257.  
  258. Wincode is a TradeMark of _Snappy_ Software.
  259.  
  260. - portions of this program are copyright (C) 1983,1995 Borland
  261. - Windows is a trademark of Microsoft Corporation
  262. - PKZIP/UNZIP are copyright (C) 1989-1993 PKWARE Inc. All Rights Reserved.
  263. - GIF is a service mark of CompuServe Incorporated
  264. - WordPerfect is a registered trademark of Novell, Inc.
  265. - Procomm Plus for Windows is copyright (C) 1992-1993 Datastorm Technologies, Inc.
  266. - Star Trek: The Next Generation is a registered trademark of Paramount
  267.   Pictures
  268. - The Simpsons is trademark and copyright (C) Twentieth Century Fox Film
  269.   Corporation. All Rights Reserved.
  270. - Pinky and the Brain is copyright (C) Amblin Entertainment in association with
  271.   Warner Bros. Animation
  272. - DOOM is copyright (C) 1993 Id Software, Inc.
  273.  
  274. Copyrights or Trademarks referenced in any material accompanying this software but
  275. not mentioned above have been omitted in error. _Snappy_ observes and respects
  276. all copyrights and trademarks.
  277.  
  278.  
  279.  
  280. Have fun!
  281.  
  282. _Snappy_ Software ;-)
  283.  
  284.  
  285. _Snappy_ Info:  snappy@snappy.globalone.net
  286. Wincode Info:   wincode@snappy.globalone.net
  287. Bug reports:    bugs@snappy.globalone.net
  288. FeedBack:       feedback@snappy.globalone.net
  289. --------------------------------------------------------------------------
  290.  
  291. [GHS 12/31/95]
  292.