Open Notepad Shortcut

M

MXC

I find I can correctly open a shortcut of txt file at windows explorer.
But when I use notepad to open the same shortcut of a txt file, then it show
up strange chars
 
R

Rick Rogers

When you use notepad to open the shortcut, you are telling it to open the
..lnk file, not the one it leads to. The strange characters is the result of
notepad trying to display the programming code by converting it to ascii
code, which is how it interprets characters in a .txt file.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
G

Guest

My notepad opens the target of a link. However if I remove the IsShortcut
value at HKEY_CLASSES_ROOT\lnkfile then it opens the lnkfile.
 

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