[DOS]DOS Batch Commands[/DOS]
To embed the results of a DOS Batch file into one of your pages, put a DOS context into a template. The DOS program contained inside the context is executed, and any returned value is displayed in place of the context. Any [xxx] tags inside the context are substituted first for their real values before the batch file is executed.
Example (normally you would put the following text into a .TPL file on your server and use a web browser to link to it):
In this example, the DOS command "dir c:" is executed, and the results (a listing of all the files at the root of C: drive) is displayed. The <pre> tags are used to format the results in an HTML page.