I think I started using Shell commands when I went looking for the startup folder in Windows 8. A post from Jasone’s MSDN blog suggested the easiest way to open it was by typing “Shell:Startup” in from the run box (WIN+R). I became curious about how to enumerate a list of these shortcuts, and how…
Tag: Shell.Application
Browse for Folder Scriptlet using Shell.Application
The code fragment (scriptlet) which I have been using to pick a folder was written in 2002 based on code by Richard Mueller. My code was inelegant, and awful. It didn’t work too well in XP, and was worse still in Windows 7. I have been writing a script that needed a folder picker, and decided to revist…