Registers File as a temporary file for the script.
ITP/Server removes File when it executes the Temporary command to prevent conflicts if the script creates File later. At the end of the current script ITP/Server will try to remove File again to provide proper clean up.
Temporary
File(<text>)
EndOfJob(True or False);
File: Required.
The name of the file that ITP/Server will manage as a temporary file.
EndOfJob: Optional.
If this parameter is not present or if its value is False, ITP/Server will delete File at the end of the current script. If this parameter is True, ITP/Server will delete File at the end of the job.