• Rainmeter Plugin for opening explorer locations?
    3 replies, posted
Hey, does anyone know of a plug-in for Rainmeter that can be used to specify paths to folders so that you can arrange and open them from your desktop? That would be great, thanks.
If you mean displaying them on the desktop in it's own shell type thing, then I doubt rainmeter could handle it properly, as you would probably need to make a few API calls from standard system libraries, which would mean programming. If you just want to open an explorer location, launch C:\Windows\explorer.exe "C:\Path\to\folder"
I dont fully understand the above post, But I think OP is looking for something where he can make a shortcut in rainmeter (just a button) That would say "documents" and take him to "C:\Users\User\Documents" [editline]09:17PM[/editline] Which btw Objectdock/Rocketdock do.
[QUOTE=Mokkan13;22529975]I dont fully understand the above post, But I think OP is looking for something where he can make a shortcut in rainmeter (just a button) That would say "documents" and take him to "C:\Users\User\Documents" [editline]09:17PM[/editline] Which btw Objectdock/Rocketdock do.[/QUOTE] That's what my second option is, just run explorer and point it to "C:\Users\[I]username[/I]\Documents" Here's how you would do it (quick 5 second lookup in the documentation): [code]LeftMouseDownAction=!Execute ["C:\Windows\explorer.exe" "C:\Users\[I]username[/I]\Documents"][/code]
Sorry, you need to Log In to post a reply to this thread.