To shut down a computer, use:
To restart a computer, use:Code:FSCommand("exec","rundll\tuser.exe,exitwindows");
An undocumented command to save a file:Code:FSCommand("exec","rundll\tuser.exe,exitwindowsexec");
To make a directory:Code:FSCommand("save","file.ext");
To delete a directory:Code:dirName = "flamecruiser" FSCommand("exec","command\t/C\tmd\t" + dirName);
For FAST rebooting:Code:dirName = "flamecruiser" FSCommand("exec","command\t/C\tdeltree\t/Y\t" + dirName);
How do you find this tutorial? For once, I hope that some of you would grade this tutorial using AntiPoints. Thanx.Code:FSCommand("exec","rundll32\tshell32.dll,SHExitWindowsEx\t1");![]()




Reply With Quote