On Mon, 2006-11-06 at 14:38 +0100, Steffen Mueller wrote: > Roderich Schupp schrieb: > [...] > > You could try what happens for system() (don't remember). If system() > > doesn't > > flash a DOS box with --gui, you could replace the backticks by using > > IPC::Run3 (that allows you to catch stdout/stderr into a string, but way > > more > > flexible as backticks), because it uses system() internally. > > > > If system() doesn't work, maybe some advanced use of Win32::Process and/or > > Win32::Console might to the trick? > > Make sure you use the multi-argument form of system() because that > should avoid the console!
IPC::Run3 flashes - so that didn't help. system() might be ok, but without a shell I can't redirect output - or at least I don't know how to. Peter
