I would find it very useful if one could catch the output of console-applications (the text they are sending to stdout)
Something like this
Code: Select all
Command: c:\WinCmd\tools\lst2str\lst2str.exe /X:"c:\unxutils\usr\local\wbin\egrep.exe"
Parameter: ?/L:%L /F:"> %Pegrep.txt" /S:"-E \"\"" /E
If there is no other way to achieve this I'd suggest to more switches:
/O:[file in which stdout sould be redirect]
/A:[file at which stdout sould be append]
This couls also be helpful for lst2run...
--
Christian, please add '%?' to the parameterplaceholders for direct userinput so one is no longer forced to search the right place in the exec-string like in my example. The parameter could simply be:
/L:%L /F:"> %Pegrep.txt" /S:"-E \"%?\"" /E
Perhaps I'm not the only who could need that
