コード例 #1
0
 public static void repealShutDown()
 {
     CMDManager.command("shutdown -a");
 }
コード例 #2
0
 public static void shutDown(int time)
 {
     CMDManager.command("shutdown -s -t " + time);
 }