<?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>ArcGISやAutoCADの使い方 &#187; DOS</title>
	<atom:link href="http://arcgis.ezwords.net/tag/dos/feed" rel="self" type="application/rss+xml" />
	<link>http://arcgis.ezwords.net</link>
	<description>ArcGISというGISソフトウェア（ESRI社製）の初心者向け解説サイトです。なるべく専門用語を使わずに、単純明快な操作方法の説明を心がけています。ArcMap（ArcView）の使い方に関連して各種データの入手や加工方法、AutoCAD,Excel,illustrator,GPS,GoogleEarthなどの話題もチラホラあります。</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:02:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>フォルダ内のテキストファイルを全て結合する方法</title>
		<link>http://arcgis.ezwords.net/kiji/text_combine.html</link>
		<comments>http://arcgis.ezwords.net/kiji/text_combine.html#comments</comments>
		<pubDate>Sat, 09 Feb 2008 05:13:05 +0000</pubDate>
		<dc:creator>gisuser</dc:creator>
				<category><![CDATA[freesoft]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[データ管理]]></category>
		<category><![CDATA[雑学]]></category>

		<guid isPermaLink="false">http://arcgis.ezwords.net/kiji/text_combine.html</guid>
		<description><![CDATA[複数のTEXTファイルやCSVファイルを結合するためのフリーソフトが多数ありますが、なかなか良いものが見つからなかったため、私が普段行っている、処理速度が速くかつ簡単な方法を紹介してみます。 といっても、コマンドプロンプ &#8230; <a href="http://arcgis.ezwords.net/kiji/text_combine.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>複数のTEXTファイルやCSVファイルを結合するためのフリーソフトが多数ありますが、なかなか良いものが見つからなかったため、私が普段行っている、処理速度が速くかつ簡単な方法を紹介してみます。</p>
<p>といっても、コマンドプロンプト（DOS窓）を開き、<br />
copy c:\data/*.csv c:\data2/output.csv <br />
と入力するだけです。</p>
<p>そうすると、c:\dataにあるcsvファイルを全て結合して、同じフォルダにoutput.csvというファイル名で出力することが可能です。</p>
<p>ただ、上記のようにフォルダ名を指定するのが面倒なので、任意のフォルダをベースにDOS窓を開いてくれるソフト、たとえばFolderPrompt（<a href="http://www.vector.co.jp/soft/winnt/util/se421559.html">http://www.vector.co.jp/soft/winnt/util/se421559.html</a>）などをインストールします。</p>
<p>そのようなソフトをインストールしてあると、フォルダを選択→右クリックでコマンドプロンプトを表示して、<br />
copy *.csv output.csv<br />
という短いコマンドを入力するだけでファイルを結合できてしまいますので、結合するためのフリーソフト等を立ち上げるよりも手っ取り早いです。<br /><strong>関連しているかもしれない記事：</strong>
<ul class="similar-posts">
<li><a href="http://arcgis.ezwords.net/kiji/cadycycicaceaeeaaiezaieoyaaeeayyyeyeyyoece.html" rel="bookmark" title="2006/4/19 水曜日">三次元のラインをポリラインに変換する</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/explorer_shorcut.html" rel="bookmark" title="2006/5/30 火曜日">デスクトップ上のショートカットを少しだけ使いやすくする</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/text_editor.html" rel="bookmark" title="2008/4/24 木曜日">1000万行を超える巨大なテキストファイルを扱う</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/index-polygon-arcscript.html" rel="bookmark" title="2008/8/8 金曜日">Index polygonを作るArcScriptの紹介</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/raster_index.html" rel="bookmark" title="2008/5/27 火曜日">複数のラスタの配置図を作る</a></li>
</ul>
<p><!-- Similar Posts took 9.594 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://arcgis.ezwords.net/kiji/text_combine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

