Gopinath.swe Welcome's You

This blog helps to the Asp.net and VB.net developers. I wrote this blog through my experience. All codings paste this blog after i verify it. So all codings are work well. In case if you have any doubt feel free to mail me at gopinath.swe@gmail.com.

Thanks for using my Blog.

Shutdown computer using Notepad

Step 1: Open Notepad and paste following code.

@echo off
c:
cls
echo you want shutdown?
pause
shutdown.exe -s -t 00

Step 2: Now save notepad "shutdown.bat". Double click the shutdown.bat file for shutdown your pc.

No comments:

Post a Comment