Difference between revisions of "Execute"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{command header|Miscellaneous}}
== execute ==
+
'''Miscellaneous'''
+
=== Synopsis ===
+
[[execute]] {filename} [argument...]
+
  
=== Description ===
+
{{body|execute {filename} [argument...]|The ''execute'' command executes an external command with the argunments given.}}
The [[execute]] command executes an external command with the argunments given.
+
 
<pre>
+
{{note|This command does NOT work unless you have enabled the "Allow Execute" configuration option.}}
note: This command does NOT work unless you have enabled the "Allow Execute" configuration option.
+
</pre>
+
  
 
==== Example ====
 
==== Example ====
Line 18: Line 12:
 
</pre>
 
</pre>
  
----
+
{{footer}}
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Flow_Control|Flow Control]]
+
|}
+

Revision as of 16:29, 26 August 2005


Synopsis

execute {filename} [argument...]

Description

The execute command executes an external command with the argunments given.

Note: This command does NOT work unless you have enabled the "Allow Execute" configuration option.

Example

execute EasyUO.exe healthWatch.euo

execute cmd.exe /c echo >>rail.txt move #charPosX #charPosY 0

See also

Main Page Documentation