http://qs321.pair.com?node_id=283966


in reply to Re: Re: Win32::Start Perl/Tk Script Without Annoying DOS Window
in thread Win32::Start Perl/Tk Script Without Annoying DOS Window

Ah, but does anyone have any idea how to keep other processes from spawning new DOS windows? For example, I need to run cvs commands from a script and each time a run one I get a new DOS window. This happens whether I do a 'system( "cvs ..." )' or an 'open(CVS, "cvs ... |"); (For that matter, it happens on a `pwd`.)
  • Comment on Re: Re: Re: Win32::Start Perl/Tk Script Without Annoying DOS Window