home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / utility / viba / morerose / virlist.bat < prev    next >
DOS Batch File  |  1993-09-22  |  465b  |  15 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo.
  5. echo VIRLIST.BAT - Batchdatei, um die aktuelle Virenliste von VirScan Plus zu
  6. echo erzeugen (falls nicht vorhanden/bzw. bei einer neuen Version).
  7. echo ────────────────────────────────────────────────────────────────────────
  8. echo.
  9. echo Es wird jetzt VirScan Plus aufgerufen und die Datei VIRSCAN.LST erzeugt.
  10. echo.
  11. if not [%1]==[/auto] pause
  12. virscan -vl -unb -log %2 %3
  13. copy virscan.log virscan.lst /v >nul
  14. dir virscan.lst
  15.