Difference between revisions of "Command:ExecuteFile"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
Executes a given [[LavishScript:Command Files|command file]].  You may omit the extension, in which case the default extension for the software package's command files will be used).  The file may be in the software's main folder, or Scripts folder.
+
Executes a given [[LavishScript:Command Files|command file]].  You may omit the extension, in which case the default extension for the software package's command files will be used.  The file may be in the software's main folder, or Scripts folder.
  
 
== Example ==
 
== Example ==
Line 12: Line 12:
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Command Files|Command Files]]
 
*[[LavishScript:Command Files|Command Files]]
{{Command-Stub}}
+
 
 +
[[Category:LavishScript]]

Latest revision as of 21:52, 25 May 2005

Syntax

Command Difficulty Rating
ExecuteFile
Usage Beginner
Level of Understanding Beginner
Computer Savvy Beginner
Logic Beginner

ExecuteFile <filename>

Description

Executes a given command file. You may omit the extension, in which case the default extension for the software package's command files will be used. The file may be in the software's main folder, or Scripts folder.

Example

ExecuteFile MyConfig

See Also