open DOS window and start application
Patrick Vrijlandt
p.vrijlandt at aig.azn.nl
Wed Nov 14 12:03:49 EST 2001
More information about the Python-list mailing list
Wed Nov 14 12:03:49 EST 2001
- Previous message (by thread): sending a function on the fly?
- Next message (by thread): open DOS window and start application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): sending a function on the fly?
- Next message (by thread): open DOS window and start application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list