2008/05/01

[inside] Cancel WScript.Sleep

WSHでスリープかけて、それをバッチから叩いてたんだけど、
Ctrl+Cでキャンセルしたときにすぐに戻ってきてくれない。
CScriptから呼ぶようにしたら、
ちゃんと戻るようになったんだけど、
CScriptがプロンプト上で動くからかな?

=sleepee.vbs=
WScript.Sleep 1000 * 60

=kick.bat=
sleepee.vbs

This batch cannot be canceled soon by Ctrl+C.
But It can by changing batch below.

=kick.bat=
CScript.exe sleepee.vbs


2008/05/07

[inside] How to troubleshoot Error Number: 0x800CCC0F in Outlook Express 6.0

Outlook Express 6.0 では、
ネットワーク不調などで60秒間サーバーから応答がないと、
(デフォルトの設定の場合)
下記のようなエラーになってしまう。

サーバーは接続を解除しました。
サーバーまたはネットワークに問題があるか、
またはアイドル時間が長すぎた可能性があります。
アカウント : 'xxx',
サーバー : 'xxx',
プロトコル : POP3,
ポート : 110,
セキュリティ (SSL): なし,
ソケット エラー : 10053,
エラー番号 : 0x800CCC0F

これは、通信タイムアウトの値を変更すれば解決する可能性がある。

ツール→アカウント→メール→アカウントのプロパティ→詳細設定
サーバーのタイムアウト設定値を大きくする。

Your server has unexpectedly terminated the connection.
Possible causes of this include server problems, network problems,
or a long period of inactivity. Account.
account name,
Server: 'server name',
Protocol: POP3,
Server Response: '+OK',
Port: 110,
Secure(SSL): No,
Error Number: 0x800ccc0f

Click Tools > Accounts > Mail > your account's Properties > Advanced
and increase the server time-out setting.


2008/05/08

[murmur] Caffeine makes my lips rough

なんでか知んないけど、カフェイン摂るとくちびるが荒れる
子供のときからそう
My lips become chapped when I take Caffeine.
Maybe it's my constitution.