So that download is taking too much time? Did you start the download in the late night? NO PROBLEM!!!!
It's all so simple, We have another author here who posted this. He is my friend V.K. Just follow the instructions below. You can change the tite and the timing of the program of countdown.
NOTE: This post is only edited by me and the idea is of Vishesh Khurana. The text in the brackets"[]" is what you can change. Please do not run the program with those brackets
Copy all the files in the notepad and save it as vk.bat
and open it(give feedback)
@echo off
: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
color 5F
echo You have 20 seconds before Windows Will shut down!
ping localhost -n 20 >nul
ping localhost -n 2 >nul
ping localhost -n 2 >nul
ping localhost -n 1 >nul
ping localhost -n 1 >nul
ping localhost -n 1 >nul
goto Shutdown
:Shutdown
color 4F
echo Windows is now shutting down!
ping localhost -n 1 >nul
start C:\Windows\System32\Shutdown.exe -s
0 comments:
Post a Comment