Running python from a usb drive

Jason tenax.raccoon at gmail.com
Mon Sep 11 22:35:23 EDT 2006


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




More information about the Python-list mailing list