Guest User

Untitled

a guest
Oct 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if(args.length == 4){
  2. waitTime = null;
  3. OSName = null;
  4. path = null;
  5. setVersions();
  6. timer.schedule(new stopItNow(), 5000);
  7. }
  8. //how its run
  9. Runtime.getRuntime().exec(
  10. new String[] { "java", "-jar", "restartNowMain.jar", "sup",
  11. "hi", "false", "true" });
Add Comment
Please, Sign In to add comment