Activating Batch Files from Python

Atanas Banov enterr at gmail.com
Fri Apr 21 01:55:27 EDT 2006


Jeff Groves wrote:

> How would I do that? As I've said, I haven't found a Python command
> that lets you send multiple commands to the same shell yet. If I could,
> my problem would be solved.

any reason why you cannot create a temp .bat, consisting of:

setvar.bat
prog1.exe
prog2.exe

and then execute it form perl?




More information about the Python-list mailing list