Sunday, 23 October 2016

Irritating Dialog box In Windows with Notepad..

Irritating Dialog box In Windows with Notepad.. 



Write Following code in your notepad ..


@echo off
:BEGIN
msg * Message 1
msg * message 2
msg * Message 3
msg * message 4
msg * Message 5
goto BEGIN


Save it as .bat (  dot bat) file.

whenever someone click on that file ...computer will show that messages continuously..

Watch video for this ....




try this....;-)

Friday, 21 October 2016

Shut Down Windows Computer With with Notepad


Just write Following code in your notepad ..


@echo off
cls
msg * (write any message here...)
shutdown -s -c " write any message here.."



and save this code with  .bat < dot bat >  extension  

whenever someone click on that file ...computer will show that messages and will shut down within a minute.
you can send this file to any one :-)



try  it.

watch this video