Standalone Utilities
From ThrottleWiki
ThrottleLauncher includes some standalone app's developed by me. Feel free to use them where ever you like, but please give me credit and post a link to http://www.throttlelauncher.com// ;). This app's are located inside the Utils folder on the ThrottleLauncher instalation path.
Media players control
- WMPControl. Control windows media player.
- S2PControl. Control Slide to play.
- MortPControl. Control MortPlayer
For this first three, actions are:
- PlayPlause (toggle play or pause mode)
- Next
- Prev
- VolumeUp
- VolumeDown
A sample command line is:
WMPControl PlayPause
This will toggle the play status of the Windows Media Player.
Weather
Weather2Reg. Thanks to alladin as this app idea came from his MortScript. Saves to registry the weather info from Google weather. (to HKLM/Software/ThrottleLauncher/GoogleWeather). Params: "WeatherCity [Madrid,Spain]" "WeatherLanguage [en]" "WeatherUnits [c/f]" "WeatherDTFormat [c# date format]".
A sample command line could be:
weather2reg "Madrid,Spain" es c dd-MM-yyyy hh:mm
Currently is does connect to google weather but there's also AccuWeather support by using:
weather2reg AccuWeather LocationCode
Message reading
Message2Reg. Save to registry the message from the account with the number specified (to HKLM/ThrottleLauncher/Messaging/#AccountName#). Params: "account name [SMS/ActiveSync/...]" "Action [Next/Previous/Refresh/Details/Reply/Exit]".
This little app is based on the MAPI api suplied here: [1].
A sample command line could be: message2reg "SMS" Refresh
This will write to the registry the first message on the SMS account.