open DOS window and start application

Patrick Vrijlandt p.vrijlandt at aig.azn.nl
Wed Nov 14 12:03:49 EST 2001


Hi,

> How can I start several jobs (one after the other) in THIS window?
> (not open new windows for each job)
>
> How can I change the current dir in this window?
>
Did you try creating a batch file and starting that?
In a batch file you can do
C:\windows>cd \myprog

then use os.system to start the batch file (or use windows api functions
from win32 extensions)

> Thanks
> Marcus

HTH

--
Patrick





More information about the Python-list mailing list