I have a command line task to run when executed should run a tcl scipt and only return once completed.
cm.exe "${somepath}/carmaker/Data/TestRun/Automation" "$file" -connect -appl
"$carmaker_backend" -cmd "RunScript Script.tcl"
...
anotherline #<-- without executing the above line, this is executed. how to make it synchronous?
Is there something which I can do, such that only when the script control Script.tcl is executed next line should be executed?