Greetings,  when I use a commandline like this:  Concatex strCommand, strHseintraDir, "msxsl.exe ", strimportdir, "PROINTIV.xml ", strInputDir, "PROINTIV.xsl >allxml.log 2>allxml.err", strCommand  The execution of the commandline goes wrong. But if I use the following format:  Concatex strCommand, strHseintraDir, "msxsl.exe ", strimportdir, "PROINTIV.xml ", strInputDir, "PROINTIV.xsl", strCommand  The execution of the commandline goes without errors.  Apparently the string " >allxml.log 2>allxml.err" causes a problem when it is added to the commandline. Is this a bug? I use 24x7 3.4.24 on windows xp professional SP2   
   |