Difference between revisions of "ShutDown"

From Wiki
Jump to: navigation, search
 
(Applying templates (header, body, footer))
Line 1: Line 1:
__NOTOC__
+
{{command header|Miscellaneous}}
== shutDown ==
+
'''Miscellaneous'''
+
=== Synopsis ===
+
[[shutDown]] ["force"]
+
  
 +
{{body|shutDown ["force"]|The [[shutDown]] command shuts your computer down. The option force forces non-responsive application to shut down, as well.}}
  
=== Description ===
 
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>
----
+
 
{|
+
 
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
{{footer}}
[[Documentation#Miscellaneous |Miscellaneous ]]
+
|}
+

Revision as of 04:53, 20 December 2005


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

Main Page Documentation