How to spawn another program?

Chris Watson chris at voodooland.net
Fri Jan 26 13:10:09 EST 2001


> Is there a way in python to launch another program,
> like a batch file or other executable?

Hi ed!

	Try looking at os.spawnv() [1]. I think thats what your looking
for.


[1] Shouldnt this be in a FAQ somewhere :-)

Chris





More information about the Python-list mailing list