The file attribute specifies the full or relative path to a file.
path | A string in quotes indicating a valid path to a file. |
For the include element, file indicates an external script for the parser to include while processing a script file. For the batch element, file indicates a script to run as part of a group of scripts. For the htmlpage element, file indicates an html file to display as instructions.
The following runs the specified script:
<batch>
/ file = "C:\myscripts\foo.iqx"
</batch>
The following displays the specified html instruction page:
<htmlpage>
/ file = "https://www.millisecond.com/instruction.html"
</htmlpage>