I have a user that will open a file in Zeus from Windows Explorer but if the path has a space in the location it will open up a new tab for each work in the path. For example if you open a file from My Documents it will have a tabe for My and Documents.
Thanks,
James Pearson
Launching Zeus form Windows Explorer
I am not sure why it would not be working on your machine, since it seems to be working fine on mine 
In any case what you need todo is find this registry entry:
and make sure the value has quotes around the %1 as shown below:
Cheers Jussi

In any case what you need todo is find this registry entry:
Code: Select all
HKEY_CLASSES_ROOT\ZeusDocument\shell\open\command
Code: Select all
"c:\Program Files\zeus\zeus.exe" "%1"