home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
DOS
/
TEKST
/
ISAMF412
/
ISAMDEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-12-11
|
525b
|
11 lines
REM ISAMDEMO.BAT
ECHO This batch file builds a small text index using ISAMMAKE.EXE and then
ECHO allows you to search it using ISAMFIND.EXE. The ISAMFIND program
ECHO invokes Vern Buerg's excellent LIST program as the text file viewer.
ECHO Please change the "/VLIST" option if you'd like to make it something
ECHO else (like "/VREAD" or whatever).
PAUSE Press Enter to build the index
ISAMMAKE /IISAMDEMO.INI
PAUSE Index built. Press Enter to actually do a search (LIST required)
ISAMFIND /IISAMDEMO.INI /VLIST