Aug 14, 2001 #1 pilg Programmer Joined Feb 16, 2001 Messages 82 Location GB Is it possible to pipe everything displayed in the dos box to be written to a file??
Aug 14, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location 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 Joined Jan 1, 1970 Messages 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 Joined Oct 19, 2001 Messages 3 Location 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