
この VBScript は、スケジュールされたタスクから実行され、MediaMonkey を起動して音楽を目覚まし時計として再生するように設計されています。
プレイリスト名は、コマンド ラインで渡すことも、スクリプトで設定することもできます。複数のプレイリストを指定した場合、MediaMoneky の起動時にランダムに 1 つが選択され、再生されます。
MediaMonkey のボリュームを設定できます。また、フリーウェア ツール NirCmd.exe が存在する場合は、Windows システムのボリュームを設定できます。
Translated automatically (see original)This VBScript is designed to run from a Scheduled Task and launch MediaMonkey to play music as an alarm clock.
Playlist names can be passed on the command line or configured in the script. If multiple playlists are specified, one will be selected at random and played when MediaMoneky launches.
The MediaMonkey volume can be set, and the if the freeware tool NirCmd.exe is present the Windows system volume can be set.
Hide original
By
ProfileX
提出者 ProfileX
更新 04/01/2017
バージョン履歴 / 詳細
- バージョン:
- 1.0
- 更新:
- 04/01/2017
- Size:
- 3.1 KB
- ライセンス:
- Freeware
- 対応機種:
- Media Monkey 4.1
- 変更点:
Save the file with a .VBS extension, then create a Scheduled Task in the Windows Control Panel, for example:
C:WindowsSystem32cscript.exe //NoLogo //B "C:UsersMyUserNameDownloadsMediaMonkeyPlayRandomized.vbs"