Viewing *.lnk Files with Notepad

  • Thread starter Nathan Sokalski
  • Start date
N

Nathan Sokalski

I would like to view *.lnk (shortcuts) with Notepad. However, when I do this
Notepad open the file that the shortcut points to. How can I view the
contents of a *.lnk file? (or even rename it, Windows Explorer does not show
the file extension for this file and it is not listed in the file types) Any
help would be appreciated. Thanks.
 
D

Dave Patrick

Create a shortcut to notepad.exe and place it in;
\Documents and Settings\%userprofile%\SendTo
Then you can right-click any file and send to notepad

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I would like to view *.lnk (shortcuts) with Notepad. However, when I do
this
| Notepad open the file that the shortcut points to. How can I view the
| contents of a *.lnk file? (or even rename it, Windows Explorer does not
show
| the file extension for this file and it is not listed in the file types)
Any
| help would be appreciated. Thanks.
| --
| Nathan Sokalski
| (e-mail address removed)
| http://www.nathansokalski.com/
|
|
 
J

Jon

You could open up a command prompt for the containing folder, and then use

dir *.lnk

notepad a.lnk

(where a.lnk is the shortcut you wish to view)

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top