RUN: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "'''RUN''' ''filename'' Runs the specified file as a script. The script can also be ran by simply typing its filename into the console. == Parameters == ''filename'' The file to run.<br /> '''NOTE:''' RUN executes a file as if it were a script, so a file ''must'' be a script in order to run correctly. If you wish to simply view the contents of a file in the console, use CAT instead. == Example == Run the script "test.ds" <pre>RUN test.ds</pre>")
 
(No difference)

Latest revision as of 06:19, 18 March 2024

RUN filename

Runs the specified file as a script. The script can also be ran by simply typing its filename into the console.

Parameters

filename The file to run.

NOTE: RUN executes a file as if it were a script, so a file must be a script in order to run correctly. If you wish to simply view the contents of a file in the console, use CAT instead.

Example

Run the script "test.ds"

RUN test.ds