It is currently May 7th, 2024, 9:18 pm

List of programs to execute...

Get help with creating, editing & fixing problems with skins
hispanico

List of programs to execute...

Post by hispanico »

I want know if it's possible have the list of programs to launch with some my dock of RainMeter like:

LeftMouseDownAction=!Execute ["#CURRENTPATH#Shortcut to Date and Time.lnk"]
LeftMouseDownAction=!Execute ["Control"]
LeftMouseDownAction=!Execute ["C:\Windows\System32\mblctr.exe" /name Microsoft.NetworkandSharingCenter]

...i have windows 7 in Italian.

Thank
Hispanico
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: List of programs to execute...

Post by Kaelri »

You can combine multiple commands into a single action, like so.

Code: Select all

LeftMouseDownAction=!Execute ["#CURRENTPATH#Shortcut to Date and Time.lnk"]["Control"]["C:\Windows\System32\mblctr.exe" /name Microsoft.NetworkandSharingCenter]
I'm not sure I understood your question correctly, though.