i need to get a printout of a c program running using dos-redirection. Does anyone know how i can redirect the output to a texfile so i can print it?

Recommended Answers

All 4 Replies

You should be able to redirect using the > and the >> operators. myExe > output.txt

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.