Skip to content

Instantly share code, notes, and snippets.

@My2ndAngelic
Created August 21, 2016 15:49
Show Gist options
  • Save My2ndAngelic/04eb048cd1ad6930247c996389ea3e04 to your computer and use it in GitHub Desktop.
Save My2ndAngelic/04eb048cd1ad6930247c996389ea3e04 to your computer and use it in GitHub Desktop.
tree AV
@echo off
set x=0
set y=1,235,892
for /l %x% in (%x%,1,%y%) DO (
echo Scanning... Files: %x% out of %y%
timeout /t 10 /nobreak >nul
cls
color 2 )
echo No wiruses found, your computer is secure.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment