Altera_Forum
Honored Contributor
9 years agoRunning a console executable from a tcl script
Hi there
I am attempting to call a console executable file from a tcl script that should run before every compile. Here are a few iterations that I have tried, but nothing seems to make the tcl script run the executable: exec ConsoleApp.exe qexec ConsoleApp.exe exec BatchToRunConsoleApp.bat qexec BatchToRunConsoleApp.bat I am pretty desperate. I made the mistake of assuming that it would not be difficult to run an application from a tcl script and now I cannot seem to do it. Please help. Regards, Stu84