in reply to SYSTEM Call of PERL hangs application when running a TCL script

Just an update :-
As a workaround of the problem , i ran my typeperf.exe command in my perl script instead of individual TCLs. The automation now works fine , but am still not able understand why it was failing with original code.

For running in background i am using

system (1,"typeperf -si 1 -o output.txt") ;

  • Comment on Re: SYSTEM Call of PERL hangs application when running a TCL script