If I want to launch a simplified gui version of XXE, shouldn't I be able to do that by tweaking the command line shown in xxe.bat? Here's the command line (and relevant var settting) from my custom .bat file:
set XXE_GUI="C:/Program Files/XMLmind_XML_Editor/addon/config/dita/rfp.xxe_gui" start javaw -Xss1m -Xmx128m -DXXE_GUI=%XXE_GUI% -DXXE_ADDON_PATH="%XXE_ADDON_PATH%" -classpath "%cp%" com.xmlmind.xmleditapp.start.Start %* But when I launch this .bat file, the designated gui file is not loaded. The program looks just as if I had invoked xxe.exe. What am I doing wrong? And a related question: I've seen the doc regarding the -putpref option when calling xxe.exe. But is there a similar option when using the java command line? Mark Fletcher Workday(tm) www.workday.com <http://www.workday.com/> 925-951-9053 (office) mark.fletcher at workday.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20060707/1f021943/attachment.htm

