can anyone know any way which make the pc shutdown if internet is not working.......i want to implement it on my BSNL connection...
there can be some script related to ping command that if a website is not replying then pc gets shutdown!!!!!
First download and install autohotkey frm here,
then copy this code to a note pad and save with .ahk extension( eg script.ahk)
if u want u can compile it to .exe
This script once activated chks if there is net connection in every 10 seconds,u can change the timing by entering alternate values in this step
sleep, 10000 <------ time in milli seconds