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


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

Excellent! This works perfectly!
I will use this from now on under Win32.
Thank you for the clarification.
It makes things much simpler.
  • Comment on Re: Re: Win32::Start Perl/Tk Script Without Annoying DOS Window

Replies are listed 'Best First'.
Re: Re: Re: Win32::Start Perl/Tk Script Without Annoying DOS Window
by Anonymous Monk on Aug 14, 2003 at 19:07 UTC
    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`.)