View Single Post
Old 29th July 2010, 18:51   #19  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Question: Does anybody know how to redirect the stderr of an application to another application's stdin - using the Windows command prompt ???

I know that I can redirect the stderr to a file using programe.exe 2> stderr.txt, but is there something similar to program1.exe | program2.exe for the stderr?

Well, I tried program1.exe 2| program2.exe and it didn't throw an error. But still only the stdout stream was redirected, not the stederr stream...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 29th July 2010 at 18:55.
LoRd_MuldeR is offline   Reply With Quote