Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Perl TK on Win32

by jplindstrom (Monsignor)
on May 11, 2001 at 22:40 UTC ( [id://79859]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Re: Perl TK on Win32
in thread Perl TK on Win32

Or even: `start /m rsh $server dir > ${server}.txt` Also, these windows go away in a flash, but each iteration of the mainloop calls 6 rsh'es for 6 different servers, and you get this obnoxious flash of console windows.

Did you try this?

start /b yourprogram

start /? says:

B -- Start application without creating a new window. The application has ^C handling ignored. Unless the application enables ^C processing, ^Break is the only way to interrupt the application
Run this, then remove the /b option and the windows start flashing again.
for my $i (0..10) { print "\nStarting $i\n"; system( qq{start /b perl -e "print 'program $i'";} ); }

/J

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://79859]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.