[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

hackとSkypeに関するantipopのブックマーク (1)

  • 2006-12-03

    Skype4COMを使う。簡単にやればこれだけ。 var skype = newComObject("Skype4Com.Skype"); var it = newComObject("iTunes.Application"); var me = skype.CurrentUserProfile; while(true){ with(it.CurrentTrack) me.MoodText = [Name," / ",Artist].join(""); print(me.MoodText); WScript.Sleep(60000); } function newComObject(lib){ var obj; try { obj = WScript.CreateObject(lib) } catch(e){ obj = new ActiveXObject(lib) } return ob

    2006-12-03
    antipop
    antipop 2006/12/03
    おー!かっけ。
  • 1