you can write
Launch.py ThreadedAppServer %*
which leaves equals signs intact.

Just checked it out, works nice, the equals sign is left intact.
*BUT*: The AppServer.bat script uses the "shift" command to remove the Python options from the arguments. And under Windows (unlike Unix) "shift" has no effect on %*, it has only effect on the positional parameters %1, %2,... (that's why we call it "Windoof" in Germany).

-- Christoph


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to