Re: [Tutor] repeated times

2007-11-07 Thread Anna Martelli Ravenscroft
I'm not sure if this is what youre asking but if you want to collect all of the output into a file without overwriting, open the output file with " a" instead of "w" and the output will. be appended. Iwould suggest in that case that you include info about the user input so you can distingui

Re: [Tutor] repeated times

2007-11-07 Thread linda.s
On 11/4/07, Aditya Lal <[EMAIL PROTECTED]> wrote: > On 11/4/07, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > * linda.s (Sun, 4 Nov 2007 01:39:46 -0800) > > > On Nov 2, 2007 1:03 AM, ALAN GAULD < [EMAIL PROTECTED]> wrote: > > > > > > >I want to run an .exe file and get the output many times. > > >

Re: [Tutor] repeated times

2007-11-04 Thread Aditya Lal
On 11/4/07, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > * linda.s (Sun, 4 Nov 2007 01:39:46 -0800) > > On Nov 2, 2007 1:03 AM, ALAN GAULD <[EMAIL PROTECTED]> wrote: > > > > > >I want to run an .exe file and get the output many times. > > > >> Given that I know that you know about loops I have to

Re: [Tutor] repeated times

2007-11-04 Thread Thorsten Kampe
* linda.s (Sun, 4 Nov 2007 01:39:46 -0800) > On Nov 2, 2007 1:03 AM, ALAN GAULD <[EMAIL PROTECTED]> wrote: > > > > >I want to run an .exe file and get the output many times. > > >> Given that I know that you know about loops I have to > > >> ask what you see as the problem? > > > > > >I want to run

Re: [Tutor] repeated times

2007-11-04 Thread linda.s
On Nov 2, 2007 1:03 AM, ALAN GAULD <[EMAIL PROTECTED]> wrote: > > > >I want to run an .exe file and get the output many times. > >> Given that I know that you know about loops I have to > >> ask what you see as the problem? > > > >I want to run it many times and export all the output to a text file

Re: [Tutor] repeated times

2007-11-02 Thread ALAN GAULD
> > >I want to run an .exe file and get the output many times. >> Given that I know that you know about loops I have to >> ask what you see as the problem? > >I want to run it many times and export all the output to a text file. OK, Do you mean you want to run the program multiple times but put

Re: [Tutor] repeated times

2007-10-30 Thread Alan Gauld
"linda.s" <[EMAIL PROTECTED]> wrote >I want to run an .exe file and get the output many times. > Can any one give me an example about how to use python to generate > the > automatic process? Given that I know that you know about loops I have to ask what you see as the problem? Just run the proc

Re: [Tutor] repeated times

2007-10-29 Thread Luke Paireepinart
linda.s wrote: > I want to run an .exe file and get the output many times. > Can any one give me an example about how to use python to generate the > automatic process? > Yes. -Luke ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman