Difference between revisions of "ShutDown"
From Wiki
Panther.sn (Talk | contribs) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{command header|Miscellaneous}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | {{body|shutDown ["force"]|The [[shutDown]] command shuts your computer down. The option force forces non-responsive application to shut down, as well.}} | ||
| − | |||
| − | |||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
| Line 15: | Line 10: | ||
} | } | ||
</pre> | </pre> | ||
| − | + | ||
| − | + | ||
| − | + | =See Also= | |
| − | + | {{Miscellaneous}} | |
| − | + | ||
Latest revision as of 12:23, 13 September 2007
Synopsis
shutDown ["force"]
Description
The shutDown command shuts your computer down. The option force forces non-responsive application to shut down, as well.
Example
if #charGhost = YES
{
shutDown
}
See Also
Miscellaneous
- Miscellaneous commands
| display | Shows a message |
| execute | Executes an external program |
| linesPerCycle | Sets the execution speed |
| set | sets a variable to a value (variable assignment) |
| send | Sends a HTTP request to a server and runs the code that is returned |
| shutDown | Shuts your computer down |
| sound | Plays a wave file or the SystemDefault beep |
| str | performs a operation on a string |
| tile | retrieves information about tiles |