Saturday, 16 November 2013

make a shutdown clock using notepad

3 comments :

SHUT DOWN CLOCK

In this post I will teach you how to make a simple shudown clock that will shutdown your laptop when you want.Like if you estimated that your work will finish with in 3 hours. Now it is 1:00 am and you want to sleep but laptop you have to shutdown your laptop after 3 hour and for that you will interrupt you dreams of mind but now there is no need to interrupt your dreams. just follow some steps which I am going to tell you after that this will take care of your laptop and it will automatically shutdown your laptop just after 3:00:00.
so Lets start making this awesome clock.

...................................................................................................................................................................
HOW TO MAKE A SHUTDOWN CLOCK? 
...................................................................................................................................................................
steps to follow:-

1. Please Open your Notepad/Notepad++(awesome text editor).
2. Copy Paste this short code in your Notepad/Notepad++ window.
3. Line of Code:-

@echo off
shutdown -s -t 10800 -c "Your working Time is complete. Now I am going to shutdown."
exit

4. Save this code  in your desktop with name shutdown clock.bat. Remember the extension of the file. It must be .bat .

Now you shut down clock is ready to launch run this file whenever you want. this will shutdown your laptop after 3 hours and Your working time is Complete. now I am going to shutdown message will popup on your screen.

you can also customize your time :- just type your time instead of  10800. this time is in seconds.

...................................................................................................................................................................
How to stop shutdown clock ?
...................................................................................................................................................................

If you want to stop this clock then you have an option to stop this this is abort this by using this simple code

1. Please open your Notepad/Notepad++.
2. Copy & Paste This code :-

@echo off
shutdown -a
exit

3. Now save this file on desktop with name stop shutdown.bat.

Now you have your clock and its creak also.

When you run this shutdown.bat file then a message is pop up e.i. "Your scheduled shutdown 
is cancelled".

Now just plan your work and use this cool stuff with your and your friends Laptop.

3 comments :

Anonymous said...

thank you very much sir...

Anonymous said...

thank you for giving a good idea.

Anonymous said...

100% working