Page 1 of 1

Launching Zeus form Windows Explorer

Posted: Wed Sep 28, 2005 8:40 pm
by jpearson
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

Posted: Wed Sep 28, 2005 11:36 pm
by jussij
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:

Code: Select all

HKEY_CLASSES_ROOT\ZeusDocument\shell\open\command
and make sure the value has quotes around the %1 as shown below:

Code: Select all

"c:\Program Files\zeus\zeus.exe" "%1"
Cheers Jussi