

If you're going to make another one, why not post it on this instructable as an add on? Two, I'm guessing that the "Lockdown File Locking software" is going to allow you to stop access to a directory? (Go on to the next paragraph if it isn't). One, haven't you already done a timer (I mean I am posting this on it right now).

Please refrain from using the term "hacking" or any words derived off it.

(this is my count down off :this is merrick smyths timer: title timer by merrick smyth color 2b :a echo enter number for count down (1-10) set /p timer= if %timer% = 1 goto 1 sec if %timer% = 2 goto 2 sec if %timer% = 3 goto 3 sec if %timer% = 4 goto 4 sec if %timer% = 5 goto 5 sec if %timer% = 6 goto 6 sec if %timer% = 7 goto 7 sec if %timer% = 8 goto 8 sec if %timer% = 9 goto 9 sec if %timer% = 10 goto 10 sec :1 color f2 cls echo 0 ping localhost -n 2 >nul cls goto :a :2 color f9 cls echo 1 ping localhost -n 2 >nul cls goto :a :3 color f4 cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :4 color 0e cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :5 color fb cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :6 color f5 cls echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :7 color 0f cls echo 6 ping localhost -n 2 >nul cls echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :8 color 05 cls echo 7 ping localhost -n 2 >nul cls echo 6 ping localhost -n 2 >nul cls echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :9 color 84 cls echo 8 ping localhost -n 2 >nul cls echo 7 ping localhost -n 2 >nul cls echo 6 ping localhost -n 2 >nul cls echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a :10 color fd cls echo 9 ping localhost -n 2 >nul cls echo 8 ping localhost -n 2 >nul cls echo 7 ping localhost -n 2 >nul cls echo 6 ping localhost -n 2 >nul cls echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls goto :a
