home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / UU121B11.ARJ / UU.HLP < prev    next >
Text File  |  1991-10-30  |  4KB  |  125 lines

  1.  
  2. COMMAND LINES:
  3.  
  4.   ENCODING:
  5.  
  6.     The command line for encoding files is:
  7.  
  8.       UU E FILENAME.EXT
  9.  
  10.   DECODING:
  11.  
  12.     The command line for decoding files is:
  13.  
  14.       UU D FILENAME.UUE
  15.  
  16. page help
  17.  
  18.   The UU program, used to translate (ENCODE) binary files (COM, EXE,
  19.   or ZIP) into flat ASCII text files.  The output (ENCODED) file can be
  20.   transmitted, as a message, over any data communications medium.
  21.  
  22.   These messages, when captured as files, can be translated (DECODED) into
  23.   their original form.  When both ends use UU, the time and date stamp on
  24.   the file remains intact.
  25.  
  26. page help
  27.  
  28. NOTES:   1.  It is best to compress the file before encoding, this will
  29.              provide error detection and correction.  It also reduces
  30.              file size.
  31.          2.  This version produces encoded files with the original file name
  32.              followed by the UUE extension.
  33.          3.  This version produces decoded files with the original file name,
  34.              extension, date, and time.  This feature only available with
  35.              input files produced by UU.EXE.
  36.          4.  If you rename UU, the CFG and HLP files must bear the same file
  37.              name accompanied by their original extension.
  38.          5.  The CFG and HLP files must reside in the same directory as
  39.              the EXE.
  40.          6.  The default output file extension is used as the default
  41.              extension for input files when in DECODE mode.
  42.          7.  Output files are placed in the current default directory.
  43.          8.  To use with older file formats, the file names of multi-segment
  44.              files must end in sequential digits.  The first segment must end
  45.              with a 1 and the segments must be numbered in order.
  46.  
  47. page help
  48.  
  49. FEATURES:   1.  UU should not crash a BBS when run from remote.  This
  50.                 problem, with the other UU??CODE programs available,
  51.                 is the main reason I decided to write UU, once I got
  52.                 started, I got carried away.
  53.             2.  Segmenting of input file is automatic.
  54.             3.  Segment size byte count is user configurable.
  55.             4.  Default input and output file extensions are user
  56.                 configurable.
  57.             5.  Joining of multiple files is automatic.
  58.             6.  UU will check for all required ENCODED files, before
  59.                 attempting to re-create the source file.
  60.             7.  Time and date stamp of source (ENCODE) file is placed on
  61.                 destination (DECODED) file.
  62.             8.  File sizes of source (ENCODED) and destination (DECODED) are
  63.                 verified to be the same.  If file sizes differ, an error
  64.                 message is generated and a non zero exit code produced.
  65.             9.  Compatible with standard UU??CODE file formats, see NOTES.
  66.  
  67. page help
  68.  
  69.    UU.CFG:  This is where the user can configure defaults.  The program
  70.             has internal defaults.  The external file can override these.
  71.  
  72.             The example below shows the internal defaults.  The configuration
  73.             file can include comments.  The only requirement of the file
  74.             is that comments be separated by spaces from the operator when
  75.             on the same line.
  76.  
  77. in ext:ZIP
  78. out ext:UUE
  79. out size:18000
  80. out line:300
  81. translation 4/3
  82. crc off
  83.  
  84. page help
  85.  
  86. REGISTRATION:
  87.  
  88.   BENEFITS:  C Language source, will be made available to registered users.
  89.              Access to all features of future versions of UU, see future
  90.              section of this file.
  91.  
  92.   FEE:       ShareWare authors, a registered copy of your product.
  93.              Subject Jim Wire's approval.
  94.  
  95.              Registered WWIV sysops $5.00.
  96.  
  97.              All others $10.00.
  98.  
  99.   SEND TO:   Jim Wire
  100.              1315 West 4th Street
  101.              Waterloo, IA 50702
  102.  
  103. page help
  104.  
  105. FUTURE:
  106.  
  107.   Future versions will include enhanced error detection and reporting.
  108.   This will increase file integrity.
  109.  
  110.   Future versions will ingnore the uu.cfg file in both the mod and exe
  111.   form unless registered.
  112.  
  113.   Other enhancements will depend upon requests made by registered users.
  114.  
  115. NOTE:  Turns out that the 7/8 concept mentioned earlier is not going to
  116.        work.  It will not be incorporated.
  117.  
  118. page help
  119.  
  120. Thanks to:
  121.  
  122.   Ed O'brien for testing the envelope and correcting my typing.
  123.  
  124. end help
  125.