Exporting the entire log to a text file

You can use the studyrlt utility to export the log output for an entire analysis sequence, such as Cool + Fill+Pack + Warp, to a text file. Alternatively, you can export the log output of the single analysis in a sequence, such as Warp, to a text file.

The command line call to export the log file to a text file is:

studyrlt.exe <study> -exportoutput [<sequence>] [-output <filename>] [-unit SI|Metric|English]
where the arguments are defined as follows:
Arguments Description
<study> Study filename, with extension.
-exportoutput Export the screen output from the specified study to a text ( .txt ) file.
<sequence> A number indicating which analysis you want to export to text.
Note: If sequence is not specified or is specified as 0, the screen output of all analysis sequences in the study will be exported together.
-output <filename> Write the screen output to <filename>.txt
Note: If no output file name is specified, the output file will use the study file name prefix with the .txt extension, and the file will be stored in the same location as the study file. If the output file name is specified but no directory is specified, the output file will be stored in the working directory. If both the output file name and directory are specified, the output file will be stored in the specified location.
-unit <unit system> Show results in the specified unit system:
  • SI (default)
  • Metric
  • English