07/07/17 22:45:33 0
全部>>1さんからのパクリですし、
基本機能しか使っていませんので
公開と呼べる代物ではありませんが一応
thisFile = SystemPath( "ScriptPath" ) \ SystemPath( "ScriptName" ) & SystemPath( "ScriptExt" )
RemoveNotifications( thisFile )
t = TimeStamp()
h = 5
m = 40
ErrorLevel( "off" )
RunAt( t + 86400 - (t MOD 86400) + h * 3600 + m * 60, thisFile )
RunAt( t - (t MOD 86400) + h * 3600 + m * 60, thisFile )
SendKeys( "パスワード", "1234" )
「5時40分にパスワード1234を押して解除」
という"つもり"で書きました。使えていますが
間違い箇所もあるかもしれません。
設定ダイアログでも出せるといいんですが…