Making a Shortcut to Libraries in Windows 7
I use AutoHotKey for automation, I needed to make a link to the Libraries in Windows 7 as they hold all my info in one place now. To do this just use the following line.
autohotkey code snippet start
Run, "%A_AppData%\\Microsoft\\Windows\\Libraries\\Documents.library-ms"autohotkey code snippet end
Replace Documents with the library name.