Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12027 > unrolled thread
| Started by | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| First post | 2011-08-22 14:29 +0100 |
| Last post | 2011-08-22 14:29 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: To cmd.exe Tim Golden <mail@timgolden.me.uk> - 2011-08-22 14:29 +0100
| From | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| Date | 2011-08-22 14:29 +0100 |
| Subject | Re: To cmd.exe |
| Message-ID | <mailman.316.1314019782.27778.python-list@python.org> |
On 22/08/2011 14:21, aba ca wrote: > How can I send to cmd.exe "netstat -an"? Look at the subprocess module, and especially the .check_output convenience function: http://docs.python.org/library/subprocess.html#subprocess.check_output TJG
Back to top | Article view | comp.lang.python
csiph-web