From: Christoph S. <Chr...@nw...> - 2004-11-23 15:29:34
|
> > Win32::ShellEx('\Windows\calc.exe',0); > > I get Exitcode 9 and on stderr: > > Unrecognized character \xB4 at {file} line .. > > what does > system('\Windows\calc.exe'); > will do for you? Exactly the same error message, only exitcode changed to 255 > Could you cut try running a script with one single line containing duscussed > calls? That's what I'm already doing. Thanks for you help CHR |