in reply to Re^11: Suppress windows cmd for system command in Perl
in thread Suppress windows cmd for system command in Perl

Thanks a lot BrowserUk. I tried using Win32::SetChildShowWindow(0); by integrating Win32 module in my application which restricted console window getting popped up. Later I used javaw instead of java in system command which doesn't open console window as suggested here http://stackoverflow.com/a/30936771/2064322
  • Comment on Re^12: Suppress windows cmd for system command in Perl

Replies are listed 'Best First'.
Re^13: Suppress windows cmd for system command in Perl
by BrowserUk (Patriarch) on Jun 19, 2015 at 16:20 UTC