The Rainmeter can be controlled also with Litestep !Bang-commands. A bang is a special command that can be executed to change something in the application. You can use the bangs in the various actions that Rainmeter has or just run one from command line by giving it to argiument for Rainmeter.exe. Naturally you can use these from Litestep too.
Note that the [] means that you must supply the argument for the bang (do not include the []-chars). The () mean that the argument is no necessary.
!RainmeterShow (Config)
Displays the Rainmeter-window.
!RainmeterHide (Config)
Hides the Rainmeter-window.
!RainmeterToggle (Config)
Toggles the Rainmeter-window.
!RainmeterRefresh (Config)
Reloads the configuration file. The arguments are optional. If not
given the current config is reloaded. The Config and IniFile must exist in
the already loaded list of configurations.
!RainmeterRedraw (Config)
Forces the redraw of the window. This also updates all the meters.
!RainmeterHideMeter [Meter] (Config)
Hides the given meter. Note that hiding meter does not stop the
measurement, you also need to disable the measure if you don't want to
spend the extra CPU cycles for the measuring.
!RainmeterShowMeter [Meter] (Config)
Shows the given meter if it was hidden.
!RainmeterToggleMeter [Meter] (Config)
Toggles the visibility of the given meter.
!RainmeterMoveMeter [X] [Y] [Meter] (Config)
Moves the given meter (i.e. not the window, but the meter) to a new
location.
!RainmeterDisableMeasure [Measure] (Config)
Disables the given measure.
!RainmeterEnableMeasure [Measure] (Config)
Enables the given measure.
!RainmeterToggleMeasure [Measure] (Config)
Toggles the status of the given measure (i.e. disabled/enabled).
!RainmeterActivateConfig [Config] [Ini-file]
Activates a new configuration ini-file. The ini-file is just the name
of the file; do not include the path.
!RainmeterDeactivateConfig [Config]
Deactivates the configuration ini-file.
!RainmeterMove [X] [Y] (Config)
Moves the window to new location.
!RainmeterZPos [POS] (Config)
Changes the z-position of the window. -1 = OnDesktop, -1 = OnBottom, 0 = Normal, 1 =
OnTop, 2 = Topmost.
!RainmeterAbout
Opens the About dialog.
!RainmeterLsBoxHook (Config)
Special bang for lsBox.
!RainmeterResetStats
Resets the statistics.