|
Name | Value | Description |
| INPUT_FILE |
1 |
Don't know |
| OUTPUT_FILE |
2 |
Don't know |
| INPUT_CONSOLE |
3 |
Don't know |
| OUTPUT_CONSOLE |
4 |
Don't know |
| NO_USER_PROMPT |
5 |
If the script requires resources that it doesn’t have permission for, TScript
will prompt the use and ask for the resource. If this parameter is specified,
then the script will not prompt the use and just return an error. |
| ERROR_EMAIL |
6 |
Don't know |
| ERROR_VARIABLE |
7 |
Don't know |
| LIBRARY_DIRECTORY |
8 |
This parameter is the directory pathway for the script to search to find any
#included script . |
| WORKING_DIRECTORY |
9 |
This parameter is the directory pathway for any outputted files, such that if
the script creates a file “filename” it will be located at “working
directory\\filename”. |
| SAVE_COMPILE |
10 |
The name give to any compiled TScript (*.cts) file. |
| SOURCE_FILE |
11 |
The source files for this executing script. |
| SOURCE_STRING |
12 |
The string parameter has the source code. |
| DEFAULT_RUN_METHOD |
13 |
The static method to be called, default is main. |
| LAST_ERROR |
14 |
Get Information will return the last error. |
| SOURCE_VERSION |
15 |
If compiled into a compile TScript (*.cts) file, it will have this version. |
| RESOURCES_PROMPT_USER |
16 |
Don't know |
| FILETIME_FORMAT |
17 |
This default format for printing a filetime variable. |
| DATE_FORMAT |
18 |
This default format for printing a date variable. |