home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / DEMOBAT.ZIP / ARCHPROG.BAT < prev    next >
DOS Batch File  |  1993-06-25  |  424b  |  15 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of Archiving programs:
  4. echo Press any key to begin searching...
  5. pause >nul
  6. echo on
  7. ffg /p *:*[zip,arj,arc,lha,pak,zoo]*.[exe,com] /x*search*
  8. @echo off
  9. REM
  10. REM Above is equivalent to:
  11. REM ffg /p *:*zip*.exe+*arj*.exe+*arj*.com+*arc*.exe+*arc*.com+*lha*.exe+*pak*.exe+*pak*.com+*zoo*.exe+*zoo*.com /x*search*
  12. REM
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.