How to restart windows(all flavours) from java?
Hi can anybody help me how to restart windows(all flavors) from a java program.
Is it possible using Runtime.exec(). If so, what is the process name I have to pass? . My requirement is to popup a wraning message saying "Restart Windows Now? " with "Yes" or "No" buttons. On selecting "Yes" the it should restart windows
regards
Swamy S

