Hi David--
It's pretty hard to do this, because the splash screen is baked right
into the editor executable file. So you can't just swap out a .gif file
and get your own splash screen. And I couldn't find any startup command
parameters that would suppress the splash screen.
One thing I found that seems to work is to launch it as an ActiveX
object. If you create a file called startepic.js, containing the
following code:
var epic = new ActiveXObject("Epic.Application");
epic.Acl.execute("edit " + WScript.Arguments.item(0) + ");
you should be able to launch Arbortext without a splash screen by
calling
startepic.js "C:\my\file\path\doc.xml"
This depends on having the Windows Scripting Host enabled on your
system. You'll have to decide if this is more trouble than it's worth.
--Clay
Clay Helberg
Senior Consultant
TerraXML
1380 Forest Park Circle, Suite 100
Lafayette, CO 80027