<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 3:46 PM, Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
</font><br>
PS If anyone knows a *good* way of writing wrapper scripts on Windows<br>
which doesn't suffer from the bat file nesting problem above, please<br>
let me (and the rest of the world!) know!</blockquote><div><br>You can use setuptools console scripts, they are added in the Scripts directory by default, <br>but this is optional<br><br>see : <a href="http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation">http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation</a><br>
<br>We write all our wrappers with it and... hum.. add /Scripts to PATH under Windows :D<br><br>Tarek</div></div>
</div>