C:ExecΒΆ

Execute console commands contained in the specified file

C:Exec(File)

Parameters

  • string File - string containing filename to execute

Notes

Example

Execute all the commands in the file test.txt:

C:Eval("test.txt")

See Also

C:Eval