home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / TSFLTB14.ZIP / TSFLTB.NWS < prev    next >
Encoding:
Text File  |  1991-08-07  |  1.9 KB  |  37 lines

  1. University of Vaasa, Finland, MIPS R2030 workstation garbo.uwasa.fi
  2. has a large collection of PD and shareware PC programs available by
  3. anonymous ftp. The file /pc/ts/0news-ts contains news about the
  4. TS-programs in the /pc/ts directory (in reverse order). The first
  5. half of this text, which you now have, is an edited extract from the
  6. 0news-ts file.
  7. ...................................................................
  8. Prof. Timo Salmi
  9. Moderating at garbo.uwasa.fi anonymous ftp archives 128.214.87.1
  10. School of Business Studies, University of Vaasa, SF-65101, Finland
  11. Internet: ts@chyde.uwasa.fi Funet: gado::salmi Bitnet: salmi@finfun
  12. ...................................................................
  13.  
  14. Wed 7-Aug-91: I have two user configurable filters FILTXT.EXE for
  15. text files, and FILBIN.EXE for binary files. Both take their cues
  16. from a .xlt translation file, which you can edit suit your task. The
  17. format of the .xlt file is eg
  18.       10
  19.       13 10
  20. for converting Unix end-of-lines to MsDos eols with FILBIN.EXE.
  21.    Both these programs have their limitations, however. FILTXT can
  22. only handle text files. Neither the original nor the filtered rows
  23. may exceed 255 characters. Furthermore, it can't read a file past an
  24. ascii 26 (eof) character.
  25.    FILBIN.EXE is limited by the fact that the from-translation may
  26. only contain one character. FILBIN.EXE cannot handle eg
  27.       13 10
  28.       10
  29. A few users have approached me about this asking for a remedy, for
  30. example, to be able to convert word-processor files.
  31.    I have now programmed a more versatile filter FILGEN.EXE, which
  32. lifts this limitation. It is included in an updated filter package
  33. /pc/ts/tsfltb14.arc. The usage of this new filter is Unix like:
  34. FILGEN [TranslationTableFile] [/s] < InputFile > OutputFile The
  35. translation table defaults to filgen.xlt and the program looks for
  36. this file from the current directory, and then through the path.
  37.