<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>炎の作品 ― flamework.net ― &#187; Powershell</title>
	<atom:link href="http://flamework.net/archives/category/powershell/feed" rel="self" type="application/rss+xml" />
	<link>http://flamework.net</link>
	<description>こちらは「.NET Framework」ではありません。「flamework.net」です。</description>
	<lastBuildDate>Tue, 03 Jan 2012 06:23:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>テキストエンコーディングの変換</title>
		<link>http://flamework.net/archives/66</link>
		<comments>http://flamework.net/archives/66#comments</comments>
		<pubDate>Tue, 03 Jan 2012 06:21:56 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[テキストエンコーディング]]></category>

		<guid isPermaLink="false">http://flamework.net/?p=66</guid>
		<description><![CDATA[Convert-Encoding.ps1 は、文字列エンコーディングを自動判別して内容を出力したり、特定のエンコードでテキストファイルに書き込むスクリプトです。 -InputEncoding を指定しなかった場合、入力エ [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>テキストエンコーディングの自動解析(2)</title>
		<link>http://flamework.net/archives/56</link>
		<comments>http://flamework.net/archives/56#comments</comments>
		<pubDate>Sun, 01 Jan 2012 05:26:08 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[テキストエンコーディング]]></category>

		<guid isPermaLink="false">http://flamework.net/?p=56</guid>
		<description><![CDATA[前回(テキストエンコーディングの自動解析)ご紹介したスクリプトを改良しました。 変更点は、-LiteralPath に対応したことと、複数のファイル名を扱えるようになったことです。 その他、細かなバグを修正しました。 ダ [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/56/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>テキストエンコーディングの自動解析</title>
		<link>http://flamework.net/archives/40</link>
		<comments>http://flamework.net/archives/40#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:14:28 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[テキストエンコーディング]]></category>

		<guid isPermaLink="false">http://flamework.net/?p=40</guid>
		<description><![CDATA[指定したファイルまたは入力のテキストエンコーディングを解析して出力します。 対応するエンコーディングは、UTF32 UTF32BE UTF16(Unicode) UTF16BE UTF8 JIS(ISO-2022-JP) [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/40/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>コマンドバッファスタック(2)</title>
		<link>http://flamework.net/archives/36</link>
		<comments>http://flamework.net/archives/36#comments</comments>
		<pubDate>Mon, 21 Apr 2008 02:54:59 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[コマンドバッファスタック]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/36</guid>
		<description><![CDATA[コマンドバッファスタックで掲載した Set-CommandBufferStack.ps1 ですが、コマンドラインに引用符が含まれる場合に期待した動作にならないことがわかりました。修正して再掲載します。 ダウンロード 以下 [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/36/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>コマンドバッファスタック</title>
		<link>http://flamework.net/archives/35</link>
		<comments>http://flamework.net/archives/35#comments</comments>
		<pubDate>Sun, 20 Apr 2008 07:41:06 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[コマンドバッファスタック]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/35</guid>
		<description><![CDATA[概要 Zsh というシェルには、コマンドバッファスタック(コマンドラインスタック)と呼ばれる機能があります。何かコマンドを打っている途中で他の作業がしたくなった時、今まで打ったものを一時的に退避させておき、後で再利用する [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows PowerShell Get-Enjoy コンテスト</title>
		<link>http://flamework.net/archives/34</link>
		<comments>http://flamework.net/archives/34#comments</comments>
		<pubDate>Tue, 15 Apr 2008 04:35:26 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[コンテスト]]></category>

		<guid isPermaLink="false">http://flamework.net/?p=34</guid>
		<description><![CDATA[昨年末、マイクロソフト主催の「Windows PowerShell Get-Enjoy コンテスト」というコンテストにスクリプトを応募しました。「Windows PowerShell」の名を冠しながら「Windows P [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/34/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(7) ― PInvoke</title>
		<link>http://flamework.net/archives/30</link>
		<comments>http://flamework.net/archives/30#comments</comments>
		<pubDate>Thu, 20 Mar 2008 05:49:26 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/30</guid>
		<description><![CDATA[概要 New-Class.ps1 を使い、PowerShell から Win32API を呼び出します。 用例 Beep 関数を使って音を鳴らします。 PS&#62; New-Class Class11 { &#62;&#038;gt [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(6) ― インターフェース</title>
		<link>http://flamework.net/archives/27</link>
		<comments>http://flamework.net/archives/27#comments</comments>
		<pubDate>Wed, 19 Mar 2008 06:21:13 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/27</guid>
		<description><![CDATA[概要 New-Class.ps1&#160;でインターフェースを実装する方法を解説します。 用例 IDisposable インターフェースを実装するクラス Class10 を作成します。 PS&#62; New-Class [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(5) ― メソッド</title>
		<link>http://flamework.net/archives/26</link>
		<comments>http://flamework.net/archives/26#comments</comments>
		<pubDate>Tue, 18 Mar 2008 02:05:50 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://flamework.net/archives/26</guid>
		<description><![CDATA[概要 次のスクリプトにより、PowerShell で使える新しいクラスを作ることができます。詳しい作り方を 新しいクラスを作る(1) より少しずつ解説していますので、順にご覧ください。今回は、メソッドの作り方を解説します [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新しいクラスを作る(4) ― プロパティ</title>
		<link>http://flamework.net/archives/18</link>
		<comments>http://flamework.net/archives/18#comments</comments>
		<pubDate>Fri, 30 Nov 2007 03:02:34 +0000</pubDate>
		<dc:creator>flamework</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[新しいクラスを作る]]></category>

		<guid isPermaLink="false">http://next.flamework.net/archives/18</guid>
		<description><![CDATA[プロパティの定義 プロパティは、次のように定義します。 Property &#60;型&#62; &#60;名前&#62; &#60;実装&#62; &#60;型&#62;は、Type で、&#60;名前&#62; は、string、&#038;lt [...]]]></description>
		<wfw:commentRss>http://flamework.net/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

