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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to