It is currently September 14th, 2024, 10:14 pm

Help with Execute skin

Get help with creating, editing & fixing problems with skins
czerew
Posts: 3
Joined: October 12th, 2010, 12:06 pm

Help with Execute skin

Post by czerew »

Hello!
i need help with my own skin:

Code: Select all

[Icon]
Meter=IMAGE
MeterStyle=sIcon
ImageName=League_of_Legends_by_pjmorris.png
H=135
W=135
X=0
ToolTipText="Run League of Legends"
LeftMouseUpAction=!execute [D:\League\League of Legends\lol.launcher.exe]
DynamicVariables=1
MouseActionCursor=1


I want to run this localization when i click on image.

this works:

Code: Select all

[Rainmeter]
Author=Czerew


;CS 1.6
[Icon3]
Meter=IMAGE
MeterStyle=sIcon
ImageName=Counter Strike.png
H=135
W=135
X=0
ToolTipText="Run Counter Strike"
LeftMouseUpAction=!Execute [D:\Valve\Steam\SteamApps\czerew\counter-strike\hl.exe]
DynamicVariables=1
MouseActionCursor=1
Need help ;>
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: Help with Execute skin

Post by poiru »

What are you trying to do? I don't understand what you mean by "localization"..
czerew
Posts: 3
Joined: October 12th, 2010, 12:06 pm

Re: Help with Execute skin

Post by czerew »

i want to execute this:
D:\League\League of Legends\lol.launcher.exe
when click on icon

http://img163.imageshack.us/img163/4368/pulpitv.png
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: Help with Execute skin

Post by JamesAC »

You need quotes " round the path as it has spaces in it
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
czerew
Posts: 3
Joined: October 12th, 2010, 12:06 pm

Re: Help with Execute skin

Post by czerew »

Thanks, works ;)