Command Prompt

Lee Harr missive at frontiernet.net
Fri May 21 17:56:34 EDT 2004


On 2004-05-21, EAS <eriksp at attbi.nospam.com> wrote:
> Is there any way of using Python to open a command prompt?
>
>

Almost certainly going to depend on your system.
I would use ...


import os
os.system('xterm &')




More information about the Python-list mailing list