Re: running a script with an input file

2008-07-21 Thread Fredrik Lundh
David Bikard wrote: I'd like to run a program so that it reads the input() or raw_input() statements from an input file instead of reading from keyboard. I'd also like it to write the print statements in an output file rather than on the screen. I'm on windows XP and when I run: > prog_nam

running a script with an input file

2008-07-20 Thread David Bikard
I'd like to run a program so that it reads the input() or raw_input() statements from an input file instead of reading from keyboard. I'd also like it to write the print statements in an output file rather than on the screen. I'm on windows XP and when I run: prog_name.py input_file output_file