Wherever you have:
argument=D:\path\here
... try:
argument=file:/D:/path/here
Afaik, that should really be file:///D:/ (triple slash) because
file:// is the equivalent of http:// and / is the root, however there
is a bug* in Java's URL implementation which means it accepts and
creates file:/
*I think anyway, it's hard to be confident about any of this
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--