SHUTDOWN your machine using JAVA.....
copy and paste .....see the magic in xp....after running it wait for 2 mins..i will explain it in my class...for any problem call me 9434226403...
import java.io.*;
class csk
{
public static void main(String ags[])throws IOException
{
Runtime r=Runtime.getRuntime();
r.exec("shutdown -s");
}
}
This comment has been removed by the author.
ReplyDeleteRuntime is a class whose execute() method can run any external command or any exe file....
ReplyDeletedarun jinis toh sir...btw eta windows 8 eo holo...
ReplyDeleteamar win8 nei bole test kora jai ni...
ReplyDeleteWorks Perfectly in Windows 7, One ques is there any coding for Automatic Timely (pre given input) Start Up of the computer ... UPS will be always on.
ReplyDelete