Aug 14, 2001 #1 pilg Programmer Feb 16, 2001 82 GB Is it possible to pipe everything displayed in the dos box to be written to a file??
Aug 14, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB yes, it is. I think BurtanI can explain you some more details on using consoles. John Fill ivfmd@mail.md Upvote 0 Downvote
yes, it is. I think BurtanI can explain you some more details on using consoles. John Fill ivfmd@mail.md
Sep 28, 2001 #3 Guest_imported New member Jan 1, 1970 0 in MS-DOS you can use c:\> MyApp.exe >> log.txt maybe this can help Upvote 0 Downvote
Oct 19, 2001 #4 MrMongo Technical User Oct 19, 2001 3 DE Additionally, C:\> MyApp.exe >> log.txt will append to the file, while c:\> MayApp.exe > log.txt will overwrite the old one Upvote 0 Downvote
Additionally, C:\> MyApp.exe >> log.txt will append to the file, while c:\> MayApp.exe > log.txt will overwrite the old one