in reply to Backticks with no cmd window from perltray
See this article from Jenda, specifically the advice under the heading Subprocesses, which basically says add:
BEGIN { Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow };
to your GUI scripts, to cause child processes to be created with a hidden console.
After that, using backticks to run netstat works fine.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Backticks with no cmd window from perltray
by Anonymous Monk on Nov 11, 2005 at 15:08 UTC |