Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Add 'find target' to context menus

1 view
Skip to first unread message

Fred

unread,
Apr 14, 2003, 8:17:10 AM4/14/03
to
Is there any way of adding a find target command to shortcut files' context
menus with the same functionality as the find target button on the shortcut
tab on a .lnk file's properties dialogue?

Kelly

unread,
Apr 15, 2003, 1:26:26 AM4/15/03
to
Hi Fred,

Add Open Target Folder to the Context Menu (Line 198)
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
All the Best,
Kelly

MS-MVP Win98/XP [AE-Windows® XP]
Troubleshooting Windows XP
http://www.kellys-korner-xp.com
http://www.kellys-korner-xp.com/xp_abc.htm
http://www.kellys-korner-xp.com/xp_tweaks.htm

Top 10 Frequently Asked Questions and Answers
http://www.kellys-korner-xp.com/top10faqs.htm


"Fred" <fr...@madeupemailaddress.com> wrote in message
news:b7e8s5$hav$1...@newsg2.svr.pol.co.uk...

Fred

unread,
Apr 16, 2003, 10:58:24 AM4/16/03
to
Thanks, but that doesn't work, at least not on my system (XP Pro SP1).
The installer copied the dll into a folder in Program Files but nothing
appears in the context menu.

David Candy

unread,
Apr 16, 2003, 12:00:37 PM4/16/03
to
The program on kelly's site works here. There is also the target shell extension from http://www.microsoft.com/Windows95/downloads/contents/WUToys/W95PwrToysSet/Default.asp

This adds a cascading menu to shortcuts that puts the context menu for the target on the shortcuts menu, and an Open Container command (which opens the folder and selects the target).

It would be trivial to write a script. And I just written one.

set WshShell = WScript.CreateObject("WScript.Shell")
Dim Ag
Set Ag=Wscript.Arguments
For I = 0 to Ag.Count - 1
a=a & Ag.item(I)
Next
set oShellLink = WshShell.CreateShortcut(A)
TheTargetPath= oShellLink.TargetPath
WshShell.Run "explorer.exe /select," & TheTargetPath

Then assign this script as a verb in Folder options or add by hand to the registry changing path to suit.


Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\lnkfile\Shell\Target]
@="Find Target"
[HKEY_CLASSES_ROOT\lnkfile\Shell\Target\command]
@="wscript \"C:\\Desktop\\New Text Document.vbs\" \"%1\""


--
http://www.g2mil.com/Apr2003.htm
http://www1.iraqwar.ru/?userlang=en
http://news.lycos.com/news/photo.asp?section=BreakingPhotos&photoId=293509&from=email
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
---------------------------------------------------------------
"Fred" <fr...@madeupemailaddress.com> wrote in message news:b7jr2e$d34$1...@news6.svr.pol.co.uk...

Kelly

unread,
Apr 17, 2003, 2:04:45 AM4/17/03
to
Hi Fred,

Open the zip file and place the .dll and the .exe in the same folder, then
execute.

--
All the Best,
Kelly

Top 10 Frequently Asked Questions and Answers
http://www.kellys-korner-xp.com/top10faqs.htm


"Fred" <fr...@madeupemailaddress.com> wrote in message

news:b7jr2e$d34$1...@news6.svr.pol.co.uk...

Fred

unread,
Apr 17, 2003, 8:39:33 AM4/17/03
to

"Kelly" <ke...@mvps.org> wrote in message
news:#zeBDdKB...@TK2MSFTNGP10.phx.gbl...

> Hi Fred,
>
> Open the zip file and place the .dll and the .exe in the same folder, then
> execute.
>
> --
> All the Best,
> Kelly
>
I did :) . The dll and uninstaller were copied to C:\Program
Files\OpenTarget\, and it added bits in the registry at
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenTarget and
HKLM\SOFTWARE\Winwonk\OpenTarget, so it thinks its installed, but there's no
context menu entry.
Thanks for the help

Kelly

unread,
Apr 17, 2003, 10:09:25 PM4/17/03
to
Hmm!

--
All the Best,
Kelly

MS-MVP Win98/XP [AE-Windows® XP]

Top 10 Frequently Asked Questions and Answers
http://www.kellys-korner-xp.com/top10faqs.htm


"Fred" <fr...@madeupemailaddress.com> wrote in message

news:b7m7a3$2i4$1...@news8.svr.pol.co.uk...

0 new messages