cjl wrote:
> Hey all:
>
> It seems no matter what I do the %1 gets replaced by paramaters sent to
> the batch file...there must be some way of "escaping" this, but I can't
> find the answer (yet) with google. Anyone?
>
> -CJL

Use two percents in a row turn into a single percentage sign.  So you'd
want "%%1".

    --Jason

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

Reply via email to