Some of the Windows compilers come with a program called RSE that redirects stderr to stdout. Under Windows NT you can do something like prog > output 2>&1 which redirects stdout to 'output' and redirect handle number 2 (stderr) into handle number 1 (...) (26 years ago, 16-Feb-99, to lugnet.cad)
|