<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[MaruMagi部落格之拷貝經驗]]></title> 
<link>http://maru.gates.tw/index.php</link> 
<description><![CDATA[別人耶經驗,著是我耶成功啦!!]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[MaruMagi部落格之拷貝經驗]]></copyright>
<item>
<link>http://maru.gates.tw/read.php/.htm</link>
<title><![CDATA[列出修改檔案資料夾權限]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[電腦技能]]></category>
<pubDate>Tue, 19 Aug 2008 01:41:38 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/.htm</guid> 
<description>
<![CDATA[ 
	資料夾及檔案權限的指令 CACLS 可以列出檔案的權限<br/>如果是一堆子資料夾的話怎麼辦...<br/><br/>將下列文字使用記事本存成 mycacls.bat<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">rem mycacls.bat<br/>@echo off<br/>echo 列出指定目錄下所有文件(含子目錄)的權限<br/>echo 使用格式:%0&nbsp;&nbsp;目錄<br/>echo 使用範例:%0 d:&#92;bt<br/>echo 結果保存在當前目錄下cacls.out文件中<br/>if "%1"=="" goto MYEND<br/>echo %0 %1 %date% >>cacls.out<br/>for /R %1&nbsp;&nbsp;%%I&nbsp;&nbsp;IN (.) do&nbsp;&nbsp;( cacls %%I&#92;* >>cacls.out)<br/>:MYEND<br/>echo on</div></div><br/><br/>在使用時請加參數,<br/>結果會輸出在下指令的目錄cacls.out這個檔案中<br/>Tags - <a href="http://maru.gates.tw/go.php/tags/%25E7%25B6%25B2%25E8%25B7%25AF%25E6%258A%2580%25E8%25A1%2593windows/" rel="tag">網路技術windows</a> , <a href="http://maru.gates.tw/go.php/tags/xp/" rel="tag">xp</a> , <a href="http://maru.gates.tw/go.php/tags/2000/" rel="tag">2000</a> , <a href="http://maru.gates.tw/go.php/tags/2003/" rel="tag">2003</a> , <a href="http://maru.gates.tw/go.php/tags/%25E9%259B%25BB%25E8%2585%25A6%25E6%258A%2580%25E8%2583%25BD/" rel="tag">電腦技能</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/.htm#blogcomment</link>
<title><![CDATA[[評論] 列出修改檔案資料夾權限]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>