Capture Windows command line output - put in text file
1 view
Skip to first unread message
Ernesto
unread,
Feb 1, 2006, 9:57:14 AM2/1/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm looking for a way to capture command line output from a cmd session. Is there a way to use python to launch the application from the beggining.... then stream all of the output to a text file ?
Ernesto
unread,
Feb 1, 2006, 10:29:00 AM2/1/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Nevermind. This is a telnet question. I'm trying to get telnet localhost output to a text file.