<?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>forfiles &#8211; カミュプリィの雑多なメモ</title>
	<atom:link href="https://www.commuply.co.jp/technic/memo/tag/forfiles/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.commuply.co.jp/technic/memo</link>
	<description></description>
	<lastBuildDate>Thu, 26 Sep 2024 08:30:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://www.commuply.co.jp/technic/memo/wp-content/uploads/site-icon-150x150.png</url>
	<title>forfiles &#8211; カミュプリィの雑多なメモ</title>
	<link>https://www.commuply.co.jp/technic/memo</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[Windows]古いファイルをまとめて削除</title>
		<link>https://www.commuply.co.jp/technic/memo/forfiles/</link>
		
		<dc:creator><![CDATA[ume]]></dc:creator>
		<pubDate>Fri, 27 May 2022 01:18:54 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[forfiles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windowsバッチ]]></category>
		<category><![CDATA[ファイル削除]]></category>
		<category><![CDATA[ログファイル]]></category>
		<category><![CDATA[ワークファイル]]></category>
		<category><![CDATA[空き容量]]></category>
		<guid isPermaLink="false">https://www.commuply.co.jp/technic/notesdomino/?p=187</guid>

					<description><![CDATA[　コンピューターのファイルには、動作記録（ログ）や破棄されなかった一時ファイル（ワーク）が含まれます。長く動いているコンピューターにはこれら多くのファイルが残ります。ほおっておくと記憶領域（ハードディスク）の多くを占める [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">　コンピューターのファイルには、動作記録（ログ）や破棄されなかった一時ファイル（ワーク）が含まれます。長く動いているコンピューターにはこれら多くのファイルが残ります。ほおっておくと記憶領域（ハードディスク）の多くを占めるようになるかもしれません。<br>　更新日時が古いものを削除するには、次のようなWindowsバッチ（*.bat）をつくって動かします。毎月とか毎年など定期的に動かせば安心ですね！</p>



<pre class="wp-block-code"><code>forfiles /P "パス" /S /D -猶予日数 /C "cmd /C if false==@isdir (echo delete @file @fdate @ftime @fsize byte &amp; del @path)"
rem 『パス』の末尾は￥マークで終わらないこと！
rem 『猶予日数』は0から32768の範囲で指定します</code></pre>



<p class="wp-block-paragraph"><a href="https://docs.microsoft.com/ja-jp/windows-server/administration/windows-commands/forfiles">forfiles | Microsoft Docs</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
