Command line arguments question (Windows XP)

Ross Ridge rridge at csclub.uwaterloo.ca
Tue Mar 21 20:06:05 EST 2006


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

mensanator at aol.com 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




More information about the Python-list mailing list