Adeel Yawar 0 Report post Posted August 20 I want to create a model log system that works like this 1. As I run the job, the name, date and path of the input file is located in a master excel file 2. After the job stops running (successfully or with error) the reason for that is also written in the excel file. 3. This way I can track my progress throughout th whole year. I assume it needs some TCL/tk programming in the files that are always called when somebody runs a job. Can anybody provide me with some help or a starting tip? Thanks in advance Adeel Quote Share this post Link to post Share on other sites
tinh 739 Report post Posted September 10 Yes, it is possible. Just use tcl.tk to read the *.out file, get infos in it and put it in excel Could you send a sample *.out file ? Quote Share this post Link to post Share on other sites