Hello, Berrin
yes! this is the source code:
public void dispose() {
try{
File f = new File("E:\\file.txt");
PrintWriter out = new PrintWriter(new FileWriter(f));
out.println("The server is shutting down!");
out.flush();
out.close();
}catch (IOException e){}}
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
