README.txt

(9 KB) Pobierz
                  ワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワワ
                  イo                                   oイ
                  ー  o  X     Fastcode32 v4.0     X  o  ー
                  ー    o~~~~~~~     by      ~~~~~~~o    ー
                  ー  o  X         Kent H.         X  o  ー
                  イo                                   oイ
                  ゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚


               (PLEASE REVIEW THE ENTIRE CONTENTS OF THIS FILE !)

======================== Software License Agreement ===========================

1.  License & Usage:

This is a FREEWARE.  You are granted the right to use this Software product 
free of charge.  You may not lease, rent, sell, or make any profit out of 
any portion of the Software.  You are free to copy and/or distribute this 
software to others at your will provided that you must distribute the 
Software in its ENTIRE package, which should only include the original 
archives.  The Software may not be circulated in any incomplete or modified
form, which means you may not alter, delete, or add any files in the 
distribution package.  Reverse engineer, Decompile, Disassemble, Modify,
Translate, make any attempt to discover the source code of the Software, 
or create derivative works from the Software are prohibited!

2.  Disclaimer of Warranty:

THE SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTIES, 
INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
OR NONINFRINGEMENT. THIS SOFTWARE IS PROVIDED GRATUITOUSLY AND, ACCORDINGLY,
THE AUTHOR SHALL NOT BE LIABLE UNDER ANY THEORY OR ANY DAMAGES SUFFERED BY 
YOU OR ANY USER OF THE SOFTWARE.

IN NO EVENT WILL THE AUTHOR BE LIABLE FOR ANY LOSS OF INFORMATION, DAMAGE TO 
COMPUTER OR MONITOR, ANY INCIDENTAL, SPECIAL, INDIRECT OR SIMILAR DAMAGES,
OR CONSEQUENTIAL DAMAGES (INCLUDING DAMAGES FOR LOSS OF BUSINESS PROFITS,
BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION AND THE LIKE) ARISING 
OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE OR ITS DOCUMENTATION EVEN 
IF THE AUTHOR HAS BEEN ADVISED AND WARNED OF THE POSSIBILITY OF SUCH DAMAGES.

 <<Upon using the Software, the user is agreeing with the above statements>>

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

 DESCRIPTION:

 Fastcode32 is a Win95 32-bit multipurpose MIME/UU/XX/BinHex/AtoB/BtoA 
 decoder and encoder. UU/XX & Mime Base64 are the three most popular
 encoding method for converting raw binary data into ASCII text for
 file transfer such as through the internet, e-mail, newsgroup and
 others. Fastcode32 provides a fast & easy way to decode or encode
 your files. It automatically detects encoded format and decodes the
 file. The simple easy to use interface is designed for those who have
 little experience with computers.

   Fastcode32 was previously known as Fastcode95
   Version 4.0 is a major improvment from v3.x

  Updated in Beta 3:
    1. Fixes in the advance decoding operation
    2. Added the ability to determine and convert other Unix/Mac formats
       This option is under pull down menu "Options"
                                            - "Decoding"
                                            - "Validate File(s) for CR/LF"

 REQUIREMENTS:

   CPU : 486 or higher
   O/S : Windows95/98 / NT4 or higher
   RAM : (requirement varies depending on the number of filenames)

 Files included in the Package:
    fcode32.exe -- Fastcode32 executable. File size = 123,904 bytes.
    README.txt -- This documentation file. File size = 9,699 bytes.
    fcode32.exe.sig  -- PGP signature of Program file = 66 bytes.
    (Don't worry about the PGP file if you have never worked 
     with PGP before.  They are only for authentication purposes.)

 INSTALLATION:
    Fastcode32 can be run from any directories without any 
    pre-setup procedures.  Unzip the zip file and copy all the 
    included files to a single directory.

    Note: MFC42.DLL and MSVCRT.DLL are required.

    MFC42.DLL - version check...
     file version - 4.21.7303
     description - MFCDLL Shared Library - Retail Version
     language - English (United States)
     product name - Microsoft (R) Visual C++
     product version - 5.0.000

    MSVCRT.DLL - version check...
     file version - 5.00.7303
     description - Microsoft (R) C Runtime Library
     language - English (United States)
     product name - Microsoft (R) Visual C++
     product version - 5.00.7303

    If your version is older than the ones listed, you can download
    the newer DLLs from my freeware site at -
      http://www.trailerpark.com/phase1/next/fileutil.html
	
 USAGE:
   This is a beta version, so there is no help file at this time.
   This beta release is for beta testers.  So bugs will be expected.
   The usage is quite simple, but the command line is a little tricky.

   Here are the requirements for command line operation:
   The overall arguments passing convention is...
   >fcode32 [options] "filename" "destination"
   1.) Fastcode always reads the INI file if there is one.  In order
       to override the options in the INI file, you will need to 
       specified the proper arguments in [options].
   2.) In [options], you must specified either /d,/nd,/fd or /e,/es,/ef
       /d - decoding mode, does not override INI file option.
       /nd - decoding mode override fastdecoding option in INI file
       /fd - fast decoding mode override normal option in INI file
       /e - normal encoding mode with settings in INI file
       /es - encode all files to a single file, override INI settings
       /ef - encode files to individual files, override INI settings
   3.) In [options], you may specify these following overridables:
       /d1 - Auto decoding-1
       /d2 - Auto decoding-2
       /dm - Manual decoding
       /cf-m - mime coding
       /cf-u - uu coding
       /cf-x - xx coding
       /cf-b - BtoA coding
       /cf-h - BinHex coding
       /CDLG - close dialog after de/encode operation
       /NCDLG - do not close dialog after de/encode operation
       /SRES - shows the list of output files
       /NRES - do not show output
       /PRI-I,/PRI-L,/PRI-B,/PRI-N,/PRI-A,/PRI-H,/PRI-T - priorities
   4.) You must specified the "filename" field, with surrounding
       double quotes!  Because Win95/98 allows spaces in filenames.
       This Parameter can be a single filename or a wildcard search
       string using either '*' and/or '?'.
   5.) The "Destination" field is optional.  This overrides the default
       output directory set in the INI file.  Must all have double quotes!

   Example:
   C:\>fcode32 /d "c:\net\*.mme" "c:\saved\"
   C:\>fcode32 /nd2 /cdlg /pri-h "c:\net\*.uue" "c:\saved\"
   C:\>fcode32 /e /cf-u "c:\net\*.jpg"

 BUG REPORTS, ETC...

    This program has been tested under Win98

    Should you find any bugs, please report it to... 
         turbopascal@hotmail.com
    
    For more file utilities or updates....
    http://www.angelfire.com/ca/kent/
    http://trailerpark.com/phase1/next/fileutil.html
    
-----------------------------------------------------------------------------

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: PGP v6.0      Last Updated:  Oct. 15, 1998

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
CpPDG8aXdyl85jclyQ==
=OV10
-----END PGP PUBLIC KEY BLOCK-----
Zgłoś jeśli naruszono regulamin