Question:
Why can’t the .DOM file be executed via double click after it had been copied and pasted onto the desktop? It works properly when executed via the project’s folder.
Solution:
Simply copying and pasting a .DOM file onto the desktop will not make it work properly; for this purpose, you must create a shortcut for this file. To do so, you must create an E3Admin shortcut on the desktop, and set Destination field as:
“C:\Program files\Elipse Software\Elipse E3\Bin\E3Admin.exe” -start “C:\E3 App\Test.dom”
You can check out other E3Admin’s commands, like -stop and -viewer, in the User’s Manual.