home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / fd-2dfix.zip / FD-2DFIX.DOC next >
Text File  |  1994-01-26  |  3KB  |  95 lines

  1. -1-
  2.  
  3. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  4. ▒                                                                           ▒
  5. ▒                                                                           ▒
  6. ▒                           F D - 2 D F I X  v 0.01ß                        ▒
  7. ▒                                                                           ▒
  8. ▒                                                                           ▒
  9. ▒                        Copyright 1994 Manfred Schramm                     ▒
  10. ▒                                                                           ▒
  11. ▒                           All rights reserved                             ▒
  12. ▒                                                                           ▒
  13. ▒                             Manfred Schramm                               ▒
  14. ▒                               Esplanade 2                                 ▒
  15. ▒                              D-46483 Wesel                                ▒
  16. ▒                         Mailbox : +49-281-27283                           ▒
  17. ▒                         Fido    :    2:2446/501 + 502                     ▒
  18. ▒                         ZyXELNET:    16:100/401 + 402                     ▒
  19. ▒                         Gernet  :    21:100/19  + 1901                    ▒
  20. ▒                                                                           ▒
  21. ▒                                                                           ▒
  22. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  23.  
  24.  
  25. F D - 2 D F I X  : fixes the wrong faxheaders after receiving 2-D-coded
  26.                    faxes by FD and ZyXEL U1496x
  27.  
  28.  
  29.  
  30.  
  31. -
  32. FD-2DFIX v0.01ß is absolutely free for anyones use.
  33.  
  34.                 The author of FD-2DFIX doesn't grant for ANY suitable
  35.         results for the usage of FD-2DFIX.
  36.  
  37.         The author is NOT responsable for ANY disavantages resulting
  38.         by the usage of FD-2DFIX, neither directly nor indirectly
  39.         resulting.
  40.  
  41.  
  42. -
  43. FD-2DFIX v0.01ß  first public release, a quick hack of few minutes
  44.  
  45.  
  46. FD-2DFIX checks for faxes and tries to detect whether they are 
  47. 2-D-coded or not and whether their header names this.
  48.  
  49. If FD-2DFIX detects a 2-D-coded fax with a wrong header, it corrects
  50. the header.
  51.  
  52.  
  53. You may start FD-2DFIX from any directory.
  54.  
  55.  optional switches : /D=#days        (#days 1 - 65335)
  56.                      /F=FILENAME.EXT (all asterixes allowed)
  57.  
  58.  examples
  59.  
  60.  FD-2DFIX.EXE
  61.             will check all *.FAX in the actual directory
  62.  
  63.  
  64.  FD-2DFIX.EXE /D=1
  65.             will check all *.FAX in the actual directory, which
  66.             are from today
  67.  
  68.  FD-2DFIX.EXE /D=4
  69.             will check all *.FAX in the actual directory, which
  70.             are younger than 4 days
  71.  
  72.  
  73.  FD-2DFIX.EXE /F=12345678.FAX
  74.             will check 12345678.FAX in the actual directory
  75.  
  76.  FD-2DFIX.EXE /F=X:\PATH\12345678.FAX
  77.             will check X:\PATH\12345678.FAX
  78.  
  79.  FD-2DFIX.EXE /F=12*.FAX
  80.             will check all 12*.FAX in the actual directory
  81.  
  82.  
  83.  FD-2DFIX.EXE /F=12345678.FAX /D=1
  84.             will check 12345678.FAX in the actual directory, if
  85.             it is from today
  86.  
  87.  FD-2DFIX.EXE /F=12345678.FAX /D=4
  88.             will check 12345678.FAX in the actual directory, if
  89.             it is younger than 4 days
  90.  
  91.  
  92. That's it, have fun
  93. Manfred
  94.  
  95.