?????

Attribute Sensitive Text Retrieving Utility for DOS

Notice: Please use "Save Link as..." to download.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Attribute-Sensitive Text Find Utility

                                 A S F . E X E 
                                     ver.0.04
                        HAMAGUCHI, Takashi  (C) 1999-2000
                           htakashi@mse.biglobe.ne.jp
                              NBC03301@nifty.ne.jp
                       http://www2d.biglobe.ne.jp/~htakashi/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

[Introduction]
    I have been making several text retrieving tools, i.e. KKC, Corpus Wizard. 
There was a preposition that there are no attributes in text files, no italics,
no bold, no underlines. Now there are many, many, many files which contains 
attributes, HTML, RTF, TeX, etc.
    This is the utility which uses these attributes.

[OS requirement]
  DOS version  : MS-DOS / PC-DOS Generic(preferrably 3.x or later)
  OS/2 version : OS/2 Warp or later

[Usage]
  * Command Line
      asf.exe [option] keyword filename(s)[Enter]
      Sample Batch Files are included in this archive. 
  * Format of text files
    . PRT++
        \i : Italics
        \f : Bold
        \t : Superscript
        \s : Subscript
        \u : Underline
    . HTML
        <I> : Italics
        <B> : Bold
        <U> : Undrline
        <S> : Strike
        <SUP> : Superscript
        <SUB> : Subscript
    . TEXT
        Strings between '_' : Italics
    . Format to be going to be supported
      TeX/LaTeX/RTF
  * Options
    . Format of input text
      -fh : HTML
      -fp : PRT++[DEFAULT]
      -fr : RTF(Not implemented)
      -ft : TEXT
      -fl : LaTeX(Not implemented)
    . Format of output
      -n : Linenumber
      -t : Filename
    . Mode
      -ms : [Strict]All attributes should match if multiple attributes are 
            assigned
      -m  : [Default]At least one attribute should match
      -mi : Ignore Case
    . Word Search
      -w : 
             -w   : Recognize as a word
             -w0  : Recognize as a word
             -w1  : Recognize as a head of a word
             -w2  : Recognize as a tail of a word
    . Attributes of keyword
      -b : [BOLD]
      -i : [ITALICS]
      -s : [STRIKE]
      -u : [UNDERLINE]
      -sp : [SUPERSCRIPT]
      -sb : [SUBSCRIPT]

* Others
. One line should be shorter than 1024 bytes.
. This tool doesn't use system date, so this is free from Y2K problems.
. Output strings don't include attributes.

* User Support
      Not available

* History
  ver.0.04  2000-Jan-10
	. Text Format *bold* supported.
  ver.0.03  1999-Sep-03
	. Text Format _italics_ supported.
	. Ignore Case Option supported.
	. Regular Expressions supported.[OS/2 Warp]
  ver.0.02  1999-Aug-24
	. CTRL-C always stops this program[DOS]
  ver.0.01  1999-Aug-22
	. HTML Supported.
	. Word Search Implemented
	. Tag Format available.
  ver.0.00  1999-Aug-21
	. Prototype version. PRT++ Supported.

| Index of 2nd HomePage|

Requests and comments should be sent to the address below.
<htakashi@mse.biglobe.ne.jp>