罪と罰++二律背反

  • set WshShell = WScript.CreateObject("WScript.Shell")
    
    WScript.Sleep 3000
    WshShell.SendKeys "telnet www.google.com 80~"
    
    WScript.Sleep 3000
    WshShell.SendKeys "GET / HTTP/1.1~"
    WshShell.SendKeys "Host:www.google.com~"
    WshShell.SendKeys "~"
    WshShell.SendKeys "~"
    WshShell.SendKeys "~"
    
    WScript.Sleep 100
    WshShell.SendKeys "~~"
    
    WScript.Sleep 3000
    WshShell.SendKeys "exit~"

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2012-06-08 (金) 00:24:45 (4340d)