13.33.105 LOGFILE
The LOGFILE command is not a Tcl script. It runs in conjunction with your Tcl script and enables you to specify a filename to which Designer will record/save a copy of the log messages generated in batch-mode (SCRIPT:...).
It is useful if you want to view the log after you run scripts in batch-mode on Windows.
For example, to run the script 'myscript.tcl' for Designer and save the log messages to a LOGFILE named 'mylog.txt', use the command:
designer.exe SCRIPT:myscript.tcl LOGFILE:mylog.txt
