<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/dock/">
    <title>dock @Wiki</title>
    <link>http://w.atwiki.jp/dock/</link>
    <atom:link href="https://w.atwiki.jp/dock/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>dock @Wiki</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-08-05T20:25:59+09:00</dc:date>
    <utime>1186313159</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/dock/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dock/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dock/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dock/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/dock/pages/1.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/dock/pages/5.html">
    <title>タスクバー関連のスクリプト</title>
    <link>https://w.atwiki.jp/dock/pages/5.html</link>
    <description>
      タスクバー関連のスクリプト
テキストで拡張子vbsのファイルを作ってDockに登録してください 
スタートメニュー表示
StartMenu.vbs
  set shl = wscript.createobject(&quot;wscript.shell&quot;)
  shl.sendkeys(&quot;^{esc}&quot;)

タスクバー(スタートメニュー)のプロパティを表示するには
TaskBarPropaty.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  shl.trayproperties

Windows終了のダイアログ
ShutdownWindows.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  shl.shutdownwindows

ファイル名を指定して実行ダイアログ
FileRun.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  shl.filerun

フォルダを選択して開く(エクスプローラ)
ExploreFolder.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  set fld = shl.browseforfolder(0, &quot;フォルダを選択してください&quot;, 0, 0)
shl.explore fld.items.item.path
 ファイル/フォルダの検索
FindFiles.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  shl.findfiles

ヘルプとサポート
WinHelp.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  shl.help

日付と時刻のプロパティ
SetTime.vbs
  set shl = wscript.createobject(&quot;shell.application&quot;)
  shl.settime

ウィンドウをすべて最    </description>
    <dc:date>2007-08-05T20:25:59+09:00</dc:date>
    <utime>1186313159</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dock/pages/4.html">
    <title>特殊フォルダ</title>
    <link>https://w.atwiki.jp/dock/pages/4.html</link>
    <description>
      Dock特殊フォルダの登録
各Dockの「リンク先」類似項目に直接設定してOK 
 shell:AppData 現在ログオンしているユーザーのApplication Dataフォルダ 
 shell:Common Administrative Tools All Usersの管理フォルダ 
 shell:Common AppData All UsersのApplication Dataフォルダ 
 shell:Common Desktop All Usersののデスクトップ 
 shell:Common Documents All UsersのDocumentsフォルダ 
 shell:Common Favorites All Usersのお気に入りフォルダ 
 shell:Common Programs All Usersのプログラムフォルダ 
 shell:Common Startup All Usersのスタートアップフォルダ 
 shell:Common Templates All UsersのTemplatesフォルダ 
 shell:CommonProgramFiles \Program Files\Common Filesフォルダ 
 shell:ConnectionsFolder ネットワーク接続フォルダ 
 shell:ControlPanelFolder コントロールパネル 
 shell:Cookies 現在ログオンしているユーザーのクッキーフォルダ 
 shell:DesktopFolder 現在ログオンしているユーザーのデスクトップ 
 shell:DriveFolder マイコンピュータ 
 shell:Favorites 現在ログオンしているユーザーのお気に入りフォルダ 
 shell:Fonts Fontsフォルダ 
 shell:History 現在ログオンしているユーザーのヒストリーフォルダ 
 shell:InternetFolder Internet Exploreの起動 
 shell:Local AppData 現在ログオンしているユーザーのLocal Settings\ApplicationData 
 shell:My Pictures 現在ログオンしているユーザーのマイピク    </description>
    <dc:date>2007-08-05T17:53:14+09:00</dc:date>
    <utime>1186303994</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dock/pages/3.html">
    <title>メニュー2</title>
    <link>https://w.atwiki.jp/dock/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)
    </description>
    <dc:date>2006-02-15T16:44:10+09:00</dc:date>
    <utime>1139989450</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dock/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/dock/pages/2.html</link>
    <description>
      メニュー
-[[トップページ]]
-[[メニュー]]
-[[メニュー2]]

-サイト内検索
#search()

-更新履歴
#recent(5)





合計&amp;counter()
今日&amp;counter(today)
昨日&amp;counter(yesterday)    </description>
    <dc:date>2006-02-16T18:10:25+09:00</dc:date>
    <utime>1140081025</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/dock/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/dock/pages/1.html</link>
    <description>
      -ウィキはみんなで気軽にホームページ編集できるツールです。
-このページは自由に編集することができます。
-メールで送られてきたパスワードを用いてログインすることで、各種変更（サイト名、トップページ、メンバー管理、サイドページ、デザイン、ページ管理、等）することができます


■　新しいページを作りたい！！
-ページの下や上に「新規作成」というリンクがあるので、それをクリックしてください。

■　表示しているページを編集したい！
-ページ上の「このページを編集」というリンクや、ページ下の「編集」というリンクを押してください。

■　ブログサイトの更新情報を自動的に載せたい！！
-[[お気に入りのブログのRSSを使っていつでも新しい情報を表示できます。詳しくはこちらをどうぞ。&gt;http://atwiki.jp/tools/blogrssmaker.html]]

■　ニュースサイトの更新情報を自動的に載せたい！！
-[[RSSを使うと簡単に情報通になれます、詳しくはこちらをどうぞ。&gt;http://atwiki.jp/tools/rssmaker.html]]

■　その他にもいろいろな機能満載！！
-[[詳しくは、FAQ・初心者講座@wikiをみてね☆&gt;http://www1.atwiki.jp/faq/]]


**分からないことは？
-[[@wikiの詳しい使い方はヘルプ・FAQ・初心者講座@wikiをごらんください。メールでのお問い合わせも受け付けております。&gt;http://www1.atwiki.jp/faq/]]
-[[ユーザ同士のコミュニケーションにはたすけあい掲示板をご利用ください&gt;http://bbs.atwiki.jp/]]
    </description>
    <dc:date>2006-02-15T16:44:10+09:00</dc:date>
    <utime>1139989450</utime>
  </item>
  </rdf:RDF>
