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 &')