home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / FILE / FIXUUE11.ZIP / FIXUUE.DOC next >
Encoding:
Text File  |  1991-09-03  |  1.5 KB  |  50 lines

  1. FIXUUE - A program for fixing translation problems on UUEncoded files
  2.  
  3. Author:  Mario A. Guerra - University of Costa Rica
  4.          Bitnet address: MGUERRA@UCRVM2
  5.  
  6. Version: 1.10
  7.  
  8. This program fixes a common problem found in the SIMTEL20 service consisting
  9. in representing the left square bracket ('[') as '╒' and the right square
  10. bracket (']') as a sigma character ('σ'). Seemingly, this happens if the
  11. sender is an Internet user (like SIMTEL), so this program can be used in all
  12. files that have this problem, not only files from SIMTEL.
  13.  
  14. I took the Blockwrite Turbo Pascal 6.0 example and modified it for the
  15. translation. Also, I did a rudimentary IO ckecking.
  16.  
  17. The usage of this program is:
  18.  
  19.     FIXUUE <firstfil> <nfiles>
  20.  
  21.     <firstfil> is the first file to be translated. Mandatory.
  22.  
  23.     <nfiles>   is the number of files to be translated. Optional. Default=1.
  24.  
  25.  
  26. FIXUUE 1.10 works this way:
  27.  
  28. If the file name ends with a number, the next file to be processed has the
  29. number incremented by one (FILE3, FILE4, etc.).
  30.  
  31. If the file name does not end with a number, the next file has the last 
  32. character substituted by a 1, then 2, etc. (AFILE, AFIL1, AFIL2, etc.).
  33.  
  34. If one file ends with a 9, the next has the rightmost character to the left
  35. of the number dropped (AFIL9.TXT, AFI10.TXT and so on).
  36.  
  37. The only part modified by this process is the file name, not the extension.
  38.  
  39. Notice that this is the way the multiple file uuencoders work.
  40.  
  41.  
  42. Bugs
  43. ____
  44.  
  45.  
  46. Please report any bugs, suggestions, ideas, to me.
  47.  
  48.  
  49.  
  50.