home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / TEKST / ISAMF412 / ISAMDEMO.BAT < prev    next >
DOS Batch File  |  1994-12-11  |  525b  |  11 lines

  1. REM ISAMDEMO.BAT
  2. ECHO This batch file builds a small text index using ISAMMAKE.EXE and then
  3. ECHO allows you to search it using ISAMFIND.EXE.  The ISAMFIND program
  4. ECHO invokes Vern Buerg's excellent LIST program as the text file viewer.
  5. ECHO Please change the "/VLIST" option if you'd like to make it something
  6. ECHO else (like "/VREAD" or whatever).
  7. PAUSE Press Enter to build the index
  8. ISAMMAKE /IISAMDEMO.INI
  9. PAUSE Index built.  Press Enter to actually do a search (LIST required)
  10. ISAMFIND /IISAMDEMO.INI /VLIST
  11.