I've added a "File Commander Here" context menu entry to my files and directories. Now 
I 
can open FC/W in any location with a simple right click. Even shortcuts are 
dereferenced.

As it should work with both files and directories, I had to use an intermediate 
batchfile. 
Maybe someone has a better idea?

See the registry additions and batchfile below.

Rainer Scheppelmann



Be sure to adjust the Windows directory before merging this regfile.
There is also an INF installation file but that might be too long for a list message 
(?).

FCW-HERE.REG
---------------X cut here X -----------
REGEDIT4

[HKEY_CLASSES_ROOT\*\shell]

[HKEY_CLASSES_ROOT\*\shell\FCW]
@="File Commander here"

[HKEY_CLASSES_ROOT\*\shell\FCW\command]
@="C:\\WINNT\\System32\\cmd.exe /c fcd \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\FCW]
@="File Commander here"

[HKEY_CLASSES_ROOT\Directory\shell\FCW\command]
@="C:\\WINNT\\System32\\cmd.exe /c fcd \"%1\""

[HKEY_CLASSES_ROOT\Drive\shell\FCW]
@="File Commander here"

[HKEY_CLASSES_ROOT\Drive\shell\FCW\command]
@="C:\\WINNT\\System32\\cmd.exe /c fcd \"%1\""

---------------X cut here X -----------
@rem FCD.BAT - in search path - needs NT, 2K, XP
@echo off
rem echo %1
rem     Change drive:
%~d1
rem     CD into parent directory:
cd %~p1
rem     Try to CD into pathname's last node:
cd %~n1%~x1
rem     Start FCW
start fcw /l . /r .
---------------X cut here X -----------




_______________________________________________
Fc mailing list
[EMAIL PROTECTED]
http://silk.apana.org.au/mailman/listinfo/fc
Bug Tracker: http://bugs.silk.apana.org.au/

Reply via email to