Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1158

Help: Rainmeter Skins • Re: Building a string with text and variables

$
0
0
Hi all,
I'm new to Rainmeter.
I'm trying to make a skin to show me my session ID, and all other session ID's. This will be great for using on a Windows Server.
However, its not working. Code below:

Code:

[Rainmeter]Update=1000BackgroundMode=2SolidColor=0,0,0,150[Metadata]Name=SessionIDsAuthor=Based on User's TemplateInformation=Displays current session IDs.Version=1.0.0[MeasureSessionID]Measure=PluginPlugin=RunCommandParameter=cmd /c "for /f \"tokens=3\" %i in ('query session ^| findstr /R /C:\"^>.*$\"') do @echo %i"OutputType=ANSIDynamicVariables=1UpdateDivider=1FinishAction=[!UpdateMeter MeterSessionID][!Redraw][MeterSessionID]Meter=StringMeasureName=MeasureSessionIDFontSize=20FontColor=255,255,255,255SolidColor=0,0,0,255Padding=5,5,5,5AntiAlias=1Text="Current Session ID: %1"
All I get is "Current Session ID:"
Please help!

Statistics: Posted by Legwind — Today, 5:28 am



Viewing all articles
Browse latest Browse all 1158

Trending Articles