redirect or cover .bat log

vedrandekovic at v-programs.com vedrandekovic at v-programs.com
Wed Aug 22 09:04:36 EDT 2007


On 22 kol, 10:52, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
>  vedrandeko... at v-programs.com wrote:
> > On 22 kol, 09:19, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
> >> vedrandeko... at v-programs.com schrieb:
>
> >> > Hello,
>
> >> > e.g I need run my my_scripts_setup.bat that contain:
>
> >> > python myscript_setup.py py2exe
>
> >> > Can I cover or redirect log of that process into my wx program?
> >> > I'am using Windows XP SP2, and Python 2.5.
>
> >> Who's running the bat, and who's running the wx program?
>
> >> Diez
>
> > Hi,
>
> > First I convert my main wx program to exe with my py2exe setup,then
> > under my main program (exe),
> > I must run that .bat file and redirect or cover that process.
>
> Still not very clear. But running a bat-file should be possible with the
> subprocess module that also has facilities to grab stdout of the child
> process.
>
> Diez

Hi,

Can I execute one .bat file (without opening .bat window) just execute
commands
and log process redirect with sys.stdout or something in my wx window?

Is this clear enough?

Have you any other solutions for this?

Regards,
Vedran




More information about the Python-list mailing list