Launching Zeus form Windows Explorer

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
jpearson
Posts: 1
Joined: Wed Sep 28, 2005 8:37 pm

Launching Zeus form Windows Explorer

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply