c# - How to Log Console Screen into a Text File? -


possible duplicate:
mirroring console output file

i've console application in c# , want log text file every text appears on screen. how ?

unfortunately thread closed despite of comment mirroring console output file. accepted post answer thread not correct. why cannot ask question again? i'm using console interactively , want copy of text on console in text file. sos

c:\>yourconsoleapp.exe > yourtextfile.txt 

edit: assumes console app requires no user input.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -