It is currently May 8th, 2024, 2:11 am

launching a program with arguments from rainmeter tile

Get help with installing and using Rainmeter.
dcitelecom
Posts: 7
Joined: April 16th, 2012, 6:20 pm

launching a program with arguments from rainmeter tile

Post by dcitelecom »

I am new to rainmeter so I don't know if this is possible but I am trying to launch a program from a rainmeter tile or app launcher tile that needs additional arguments after the executable. E.g. example below.

Filename: c:\Dropbox\KKmenu\KKmenu.exe
Arguments: KKmenuInternet64.ini KKmenuAlfonso.ini

I window RUN I would simply enter
c:\Dropbox\KKmenu\KKmenu.exe KKmenuInternet64.ini KKmenuAlfonso.ini
but in rainmeter the same syntax produces nothing.
Any suggestions? Help?
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: launching a program with arguments from rainmeter tile

Post by smurfier »

Try this:

!Execute ["c:\Dropbox\KKmenu\KKmenu.exe" KKmenuInternet64.ini KKmenuAlfonso.ini]
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
dcitelecom
Posts: 7
Joined: April 16th, 2012, 6:20 pm

Re: launching a program with arguments from rainmeter tile

Post by dcitelecom »

That works. Thanks.
However it works only in the .ini file.