Monday 27 July 2015

TIMMER.BAT

Copy and paste the following into notepad...









@echo off
echo AS COMPUTER TIPS AND TRICKS
PAUSE
:Start
title timer
color EC
echo Type in an amount of time (Seconds)
set /p time=

color CE
:loop
cls
ping localhost -n 2 >nul
set /a time=%time%-1
echo %time%
if %time% EQU 0 goto Timesup
goto loop

:Timesup
title Time Is Up!

ping localhost -n 2 >nul

ping localhost -n 2 >nul
cls
echo The Time is up!
pause
cls
echo Thank you for using this software.
pause
goto Web
goto Exit

:Web
start http://www.AScomputertips.blogspot.in
:Exit
msg * as computer presentation thanxx for use
Exit
goto Exit




Save it as Timer.bat and enjoy!

0 comments:

Post a Comment

Copyright © 2017 Ziga Computer Experts | Designed With By Blogger Templates | Distributed By Gooyaabi Templates
Scroll To Top