Tips and Tricks

Sometimes we get some good tips,  tricks and workarounds. Please check the documentation applicable to your pc before making changes to for instance regestry. 


Michael Brestrich has kindly translated the release notes into German .


To right click a folder in the explorer and choose SequoiaView :

Bill Blanton made the following changes to his regestry :

Here's my reg file that does this and would be easy to implement programatically.

REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\SequoiaView]

[HKEY_CLASSES_ROOT\Folder\shell\SequoiaView\command]

@="E:\\Util\\disk\\SequoiaView\\Sequoia.exe -d \"%L\""

(note: that the first \ is always an "escape" character)

(of course the path to Sequoia.exe would have to be reconciled at

install time)


Roland made the following version which will enable rightcliking :
Check your own path compared to his. Not everyone has a prerelease.

REGEDIT4

[HKEY_CLASSES_ROOT\.tre]

[HKEY_CLASSES_ROOT\.tre\shell]

[HKEY_CLASSES_ROOT\.tre\shell\open]

[HKEY_CLASSES_ROOT\.tre\shell\open\command]

@="\"C:\\Program Files\\SequoiaPRERELEASE\\Sequoia_Prv_5.exe\" \"-\" \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\visualize with SequoiaView]

[HKEY_CLASSES_ROOT\Directory\shell\visualize with SequoiaView\command]

@="\"C:\\Program Files\\SequoiaPRERELEASE\\Sequoia_Prv_5.exe\" \"%1\""