<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>望遠鏡ドットコム &#187; バッチファイル</title>
	<atom:link href="http://www.boenkyo.com/archives/tag/%e3%83%90%e3%83%83%e3%83%81%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab/feed" rel="self" type="application/rss+xml" />
	<link>http://www.boenkyo.com</link>
	<description>「望遠鏡」って言葉の響きがね。</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:30:50 +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:link rel="alternate" media="handheld" type="text/html" href="http://www.boenkyo.com/archives/tag/%e3%83%90%e3%83%83%e3%83%81%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab/feed" />
		<item>
		<title>XPで起動時にネットワークドライブを自動マウントする</title>
		<link>http://www.boenkyo.com/archives/1153</link>
		<comments>http://www.boenkyo.com/archives/1153#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:11:03 +0000</pubDate>
		<dc:creator>masaki</dc:creator>
				<category><![CDATA[いろいろ]]></category>
		<category><![CDATA[TIPS]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[バッチファイル]]></category>

		<guid isPermaLink="false">http://www.boenkyo.com/?p=1153</guid>
		<description><![CDATA[Windows XPで起動時にネットワークドライブを自動マウントできないのはなぜだろうと思いつつもずーっと放置してましたが、たまたま windowsXPでネットワークドライブに自動的にログインする方法 &#8211; あ [...]]]></description>
			<content:encoded><![CDATA[<div class="social4i" style="height:29px;">
<div class="social4in" style="height:29px;float: left;">
<div class="socialicons s4twitter" style="float:left;margin-right: 10px;background:url(&quot;http://goo.gl/zjqd1&quot;) no-repeat;"><a href="http://twitter.com/share" data-url="http://www.boenkyo.com/archives/1153" data-counturl="http://www.boenkyo.com/archives/1153" data-text="XPで起動時にネットワークドライブを自動マウントする" class="twitter-share-button" data-count="horizontal" data-via=""></a></div>
<div class="socialicons s4fblike" style="float:left;margin-right: 10px;">
<div id="fb-root"></div>
<p><fb:like href="http%3A%2F%2Fwww.boenkyo.com%2Farchives%2F1153" send="false" layout="button_count" width="100" height="21" show_faces="false" font=""></fb:like></div>
<div class="socialicons s4plusone" style="float:left;margin-right: 10px;"><g:plusone size="medium" href="http://www.boenkyo.com/archives/1153" count="true"></g:plusone></div>
<div class="socialicons s4fbshare" style="position: relative;float:left;margin-right: 10px;">
<div class="s4ifbshare" ><a name="fb_share" type="button_count" share_url="http%3A%2F%2Fwww.boenkyo.com%2Farchives%2F1153" href="http://www.facebook.com/sharer.php"></a></div>
</div>
</div>
<div style="clear:both"></div>
</div>
<p>Windows XPで起動時にネットワークドライブを自動マウントできないのはなぜだろうと思いつつもずーっと放置してましたが、たまたま</p>
<blockquote><p><a href="http://d.hatena.ne.jp/kei_kei/20090602/1243953205">windowsXPでネットワークドライブに自動的にログインする方法 &#8211; あんだあどらいぶ</a></p></blockquote>
<p>にて、標準仕様だと起動時の自動マウントはできないことなのだと知りました。早速バッチファイルで4つ一気マウントしてみるとマウントされず、落ち着いてひとつずつコマンドラインにて実行してみると、エラーが出てusageが表示されます。</p>
<p>そこで</p>
<blockquote><p>net use x: \\サーバ名\共有フォルダ名 \user:ユー ザー名 パスワード</p></blockquote>
<p>となっているところを</p>
<blockquote><p>net use x: \\サーバ名\共有フォルダ名 パスワード /user:ユー ザー名</p></blockquote>
<p>としたところ無事に動作しました。途中で仕様が変わったのでしょうか。いずれにせよ、すっきりです。どうもありがとうございました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boenkyo.com/archives/1153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.boenkyo.com/archives/1153" />
	</item>
	</channel>
</rss>

