| |

Craxme.com

 Forgot password?
 Register
View: 914|Reply: 0
Collapse the left

How To Create Your Own Countdown Timer Using Notepad

 Close [Copy link]
Post time: 10-10-2017 22:18:44
| Show all posts |Read mode
Edited by allinrana at 10-10-2017 10:40 PM

Steps To Create A Countdown Timer :
Step 1 : Open A New Text Document :


Right click on the desktop and select create a new text document option or just simply Open a Notepad.

Step 2 : Copy And Paste The Below Code :

Copy the below given code and Paste it on your notepad document .

Code :
@echo off
:Start
title craxme-Timer
color 07
echo Type in an amount of time (i.e Seconds)
set /p time=
color 07
: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! :-P
pause
cls
echo Thanks for using our Application.
pause
goto Web
goto Exit
:Web
start www.craxme.com
:Exit
Exit
goto Exit

Step 3 : Save The File :


Save this Notepad file As ” craxme.bat ” , but make sure that the file type is selected as ” All files ” and saved with ” .bat ” extension . Set the encoding to ” ANSI ” .



Step 4 : Execute The Saved File :

Now Run the file by just double clicking on the it . You will be asked to set the timer (In seconds ) .



This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Mobile|Dark room|Forum

14-6-2025 12:37 AM GMT+5.5

Powered by Discuz! X3.4

Copyright © 2001-2025, Tencent Cloud.

MultiLingual version, Release 20211022, Rev. 1662, © 2009-2025 codersclub.org

Quick Reply To Top Return to the list