とりあえず作成してみたので書いてみます。先頭あたりで午前3時にスタートアップ処理 なんてスクリプトをRunするようにしてみてもいいかも。 # スタートアップ処理としては、やっぱりOperaを起動しておくとか、ボリュームをあらかじめ設定しておくとか、ですかねえ。 thisFile = SystemPath( "ScriptPath" ) \ SystemPath( "ScriptName" ) & SystemPath( "ScriptExt" ) # 毎日午前2時に再起動 RemoveNotifications( thisFile ) t = TimeStamp() d1 = 60 * 60 * 24 h2 = 60 * 60 * 2 RunAt( t + d1 - (t MOD d1) + h2, thisFile ) # 2時以外は再起動しない If(FormatTime( "H",