... just noticed Windows/DOS splits the parameters given to
AppServer.bat like this:
%1 = --AppServer.AutoReload
%2 = 1
I think I already have a solution for this problem.
Instead of calling Launch.py like this:
Launch.py ThreadedAppServer %1 %2 %3 %4 %5 %6 %7 %8 %9
you can write
Launch.py ThreadedAppServer %*
which leaves equals signs intact.
The only problem is that "%*" does not work with 98/ME, but we can live
with that. Or even check whether "%*" is supported with something like
if "%*"=="*" ...
-- 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