| Forum |
|
|||||||
| Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
FRESH mind
Join Date: Oct 2005
Location: Mumbai
Posts: 36
|
Windows missed out something...something very useful..."Find Target" option directly on the menu of a shortcut... beginners do not find it that useful....advanced users are tired of properties>Find Target... Here is the solution: 1)Copy this code as it is: @echo off setlocal set FT="%TEMP%\Find_Target.tmp" set FTV="C:\Find_Target.vbs" @echo REGEDIT4>%FT% @echo.>>%FT% @echo [HKEY_CLASSES_ROOT\lnkfile\Shell\Find Target\command]>>%FT% @echo @="wscript.exe \"C:\\Find_target.vbs\" \"%%1\"">>%FT% @echo.>>%FT% @echo.>>%FT% @echo Dim param, filenam, targt, shortct>%FTV% @echo Set param = WScript.Arguments>>%FTV% @echo filenam = param (0)>>%FTV% @echo Set WshShell = WScript.CreateObject("WScript.Shell")>>%FTV% @echo Set shortct = WshShell.CreateShortcut(filenam)>>%FTV% @echo targt = shortct.TargetPath>>%FTV% @echo WshShell.Run "%windir%\explorer.exe /select," ^& Chr(34) ^& targt ^& Chr(34)>>%FTV% regedit /s %FT% del /q %FT% endlocal 2)Copy and paste this code in Notepad...yes only Notepad...Wordpad won't do! (Start>Run>Notepad) 3)Save this file as Find_Target.bat in the root drive of your OS(directly in the drive where Documents and Settings, Program Files and WINDOWS reside) 4)Run Find_Target.bat (Just press Enter!) A VB Script<Find_Target.vbs> is created...DO NOT TOUCH THAT FILE! There you are!!! NOW YOU CAN SCREAM, SHOUT OR RUN LIKE A MADMAN...Shortcuts have their origin(Target) Thank you and thank me! Happy targeting! Source : - http://www.jsifaq.com/SF/Tips/Tip.aspx?id=9693 Last edited by mehulved; 15-12-2006 at 03:47 AM. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#4 (permalink) |
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
@Samystic
Buddy! u forgot to post the source in hurry http://www.jsifaq.com/SF/Tips/Tip.aspx?id=9693 btw Just paste following in notepad and save the file with .REG extension and then run the file: Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\Find.Target] @="&Find Target" [HKEY_CLASSES_ROOT\Directory\shell\Find.Target\command] @="\"explorer.exe\" /select,\"%1\"" [HKEY_CLASSES_ROOT\*\shell] [HKEY_CLASSES_ROOT\*\shell\Find.Target] @="&Find Target" [HKEY_CLASSES_ROOT\*\shell\Find.Target\command] @="\"explorer.exe\" /select,\"%1\"" Last edited by Vishal Gupta; 14-12-2006 at 10:43 PM. |
|
|
|
|
#5 (permalink) |
|
Human Spambot
Join Date: Apr 2006
Location: Pune, India
Posts: 2,501
|
Nice work Vishal. Reps for u. Good to see the source.
@Samystic, You should include source while posting such things. Else you may be banned.
__________________
Kiran Kumar R |
|
|
|
|
#6 (permalink) |
|
Super Hero - Super Powers
Join Date: Sep 2006
Location: Dynamic
Posts: 766
|
^^
Hey Vishal! U have so much answers, just prepare to write a 400-500 pages book. Nice trick, was not knowing that. Thx for that @ Samystic Thx for that info. Always remember to post the source if the tute is not ur own.
__________________
Minds are like Parachutes |
|
|
|
|
#7 (permalink) |
|
Broken In
Join Date: Aug 2004
Location: 127.0.0.1
Posts: 149
|
vishal i think the code provided by u create find target link for all file and folder because the code uses HKCLR\* and HKCLR\Directory but the Find target should work only for shourtcut soo the code should be like this
Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\lnkfile\shell\Find.Target] @="&Find Target" [HKEY_CLASSES_ROOT\lnkfile\shell\Find.Target\command] @="\"explorer.exe\" /select,\"%1\"" |
|
|
|
|
#9 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
I have added the source for now. But, if I see this next time, you will get a ban for a week.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#10 (permalink) |
|
Console Freak
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
|
@Vishal....
That only displayes the target of the shortcut file and not the source file.... Is there any was to make the source of the mail file visible?
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same. http://blog.adityashevade.com |
|
|
|
|
#11 (permalink) |
|
Broken In
Join Date: Aug 2004
Location: 127.0.0.1
Posts: 149
|
now i realize that the code provided by Samystic is 100% correct and code provided by me was wrong bcz Samystic creates a vbs which requires an argument of shortcut file then that vbscript find the target of shortcut and then open that target using explorer.exe /select %1
|
|
|
|
|
#12 (permalink) |
|
Console Freak
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
|
Ya... his script works. Can you do that with the registry?
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same. http://blog.adityashevade.com |
|
|
|
|
#13 (permalink) |
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
^^
Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\lnkfile\shell\Find.Target] @="&Find Target" [HKEY_CLASSES_ROOT\lnkfile\shell\Find.Target\command] @="\"explorer.exe\" /select,\"%1\"" |
|
|
|
|
#14 (permalink) |
|
Console Freak
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
|
Still no change.... The window that opens up is documents and settings\username\desktop\
Aditya
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same. http://blog.adityashevade.com |
|
|
|
|
#16 (permalink) |
|
Broken In
Join Date: Aug 2004
Location: 127.0.0.1
Posts: 149
|
vishal actually this code opens the location at which the shortcut is created and not the location of target file, this is the only reason Samystic used that vbs to fetch the target location from the shortcut file
__________________
visit my blog www.anilsoni.wordpress.com |
|
|
|
|
#17 (permalink) | |
|
Console Freak
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
|
Quote:
__________________
I have launched my blog and I am looking forward to link exchange. If you can then please add my blog link your blogroll and let me know then I can do the same. http://blog.adityashevade.com |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|