Redirecting output in Windows NT

Peter Schwalm peter.schwalm at epost.de
Tue Mar 12 20:18:59 EST 2002


> >It is a bug in the NT command prompt.  Works OK in Win2k.  I believe 
> >there is a FAQ on it too.
> >
You state that *output* redirection works OK in Win2k. I could verify
that, but unfortunately it's not true for the redirection of *input*.
If I want to redirect input, I still have to use the form

    python myprog.py <inputfile

instead of the simpler

    myprog <inputfile

Regards
Peter



More information about the Python-list mailing list