Tim Golden wrote:
> python.file="C:\Python24\python.exe" "%1" %*

[EMAIL PROTECTED] wrote:
> So now I got to decide whether the file association should be
> set to "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9" and change the
> programs that count the arguments or set it to "%*" and change
> the programs do a split on argv[1] to seperate the parameters.

Have you tried using %* without quotes?

                           Ross Ridge

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to