Greetings,
I am trying to run and command to return my screen resolution and it comes back with 2 entries of the same value.
the command im running isI have a Substitute command stating Substitute="Current.*":"","#CRLF#":""," ":""
However it still returns with the same value twice. and I cannot work out how to have the value written once. My Code isI'm relatively new to RainMeter so any help would be appreciated.
I am trying to run and command to return my screen resolution and it comes back with 2 entries of the same value.
the command im running is
Code:
C:\Windows\System32>wmic path win32_VideoController get CurrentHorizontalResolutionCurrentHorizontalResolution25602560
However it still returns with the same value twice. and I cannot work out how to have the value written once. My Code is
Code:
[Measure_3A]Measure=PluginPlugin=RunCommandParameter=wmic path win32_VideoController get CurrentHorizontalResolutionState=HideOutputType=ANSIRegExpSubstitute=1Substitute="Current.*":"","#CRLF#":""," ":""UpdateDivider=-1
Statistics: Posted by Tarliah — Yesterday, 2:21 am — Replies 3 — Views 76