(original) (raw)



On Wed, Sep 3, 2008 at 3:46 PM, Paul Moore <p.f.moore@gmail.com> wrote:


PS If anyone knows a \*good\* way of writing wrapper scripts on Windows
which doesn't suffer from the bat file nesting problem above, please
let me (and the rest of the world!) know!

You can use setuptools console scripts, they are added in the Scripts directory by default,
but this is optional

see : http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation

We write all our wrappers with it and... hum.. add /Scripts to PATH under Windows :D

Tarek