Log Files

Log files with the file extension *.TCM are plain text files used to save a sequence of commands. Log files can be edited in a text editor.

  • To start saving your input into such a file, use SET_LOG_FILE in the SYS module, followed by the name of the file that you want to save your command sequence to.
  • If you want to save the output in the log file as well, use SET_ECHO before the SET_LOG_FILE command. Doing this is useful if you want use the log file later as a macro file.