[python-win32] installation problem on win xp

Tim Roberts timr at probo.com
Thu Jul 7 20:04:19 CEST 2011


Vernon Cole wrote:
>
>   In order to run the one I want, I have a group of batch files on my
> search path.  For example, py32.bat contains:...
> c:\python32\python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9

Here's your unsolicited Windows hint of the day.  You can simplify and
generalize that by saying:
    c:\python32\python.exe %*

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list