1013
A remote code execution vulnerability has been found in Microslop Notepad
(msrc.microsoft.com)
This is a most excellent place for technology news and articles.
I have a pretty good guess. They were using ShellExecute or a similar API with only "notepad” as a name or "edit" as a verb. The search order would end up finding your shortcut first.
This would be odd behavior (the path should be be the full path and start at system32) but I don't have IE6 and Windows 95 to find the exact API lol.
Sure, but in my case "Notepad" was a shortcut to actual Notepad.exe. It still should have worked.
iirc .lnk files didn't pass along params to the actual executable, at least not in 9x
src: first tech job was at a MS silver partner in the 90s