Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Open a second DOS window

by benn (Vicar)
on Oct 08, 2003 at 18:36 UTC ( [id://297687]=note: print w/replies, xml ) Need Help??


in reply to Open a second DOS window

I don't think this is possible. You could maybe try redirecting STDERR to a file, and typeing it from another console window though, using something like...
perl myscript.pl 2>stderr.txt
...though this only works on later Windows versions - 2000 upwards, I believe. For earlier versions, you could try one of the various DOS redirect utilities available.

HTH, Ben.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://297687]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-16 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found