Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [MeasureRun]
  2. Measure=Plugin
  3. Plugin=RunCommand
  4. Parameter=wmic cpu get Name
  5. OutputType=ANSI
  6. RegExpSubstitute=1
  7. Substitute="Name.*#CRLF#":"","#CRLF#":""
  8. ClipString=1
  9. IfCondition=1
  10. IfTrueAction=[!CommandMeasure MeasureRun "Run"]
  11.  
  12. [MeterResult]
  13. Meter=String
  14. MeasureName=MeasureRun
  15. FontSize=14
  16. FontColor=255,255,255,255
  17. AntiAlias=1
  18. Text=%1!
  19.  
  20. Substitute="Name.*#CRLF#":"","#CRLF#":"","s+$":""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement