home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VMS220.ZIP / UDC / SRCH.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-12-22  |  209 b   |  10 lines

  1. rem  If no files to look for, exit
  2. if %1. == . goto end
  3.  
  4. rem Make the directory, because it may not exist
  5. mkdir %InsTempDir%\results
  6.  
  7. rem search the archive
  8. fv %1 > %InsTempDir%\results\view.txt
  9. :end
  10.