<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; CMD/BAT: Поиск и удаление определенного файла повсюду]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9211</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9211&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «CMD/BAT: Поиск и удаление определенного файла повсюду».]]></description>
		<lastBuildDate>Tue, 04 Feb 2014 13:18:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CMD/BAT: Поиск и удаление определенного файла повсюду]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=79754#p79754</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Как сделать, чтобы файл &quot;desktop.ini&quot; его искали повсюду и удалял.</p></blockquote></div><div class="codebox"><pre><code>del /f /q /s c:\desktop.ini</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (alexii)]]></author>
			<pubDate>Tue, 04 Feb 2014 13:18:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=79754#p79754</guid>
		</item>
		<item>
			<title><![CDATA[Re: CMD/BAT: Поиск и удаление определенного файла повсюду]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=79753#p79753</link>
			<description><![CDATA[<p><span style="color: Green"><strong>qb2090</strong>, на первый (и последний) раз я поправил заголовок темы и содержимое. </span></p>]]></description>
			<author><![CDATA[null@example.com (alexii)]]></author>
			<pubDate>Tue, 04 Feb 2014 13:16:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=79753#p79753</guid>
		</item>
		<item>
			<title><![CDATA[CMD/BAT: Поиск и удаление определенного файла повсюду]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=79751#p79751</link>
			<description><![CDATA[<p><span style="color: Green"><strong>П</strong></span>омогите пожалуйста<span style="color: Green"><strong>. Е</strong></span>сть файл desktop_1.cmd<span style="color: Green"><strong>.</strong></span></p><p><span style="color: Green"><strong>В</strong></span> нем содержимое ниже<br /></p><div class="codebox"><pre><code>@echo off
Title &quot;AntiDesktop.ini &quot;
if not exist desktop.ini title &quot;AntiDesktop file not found&quot;
cls
if exist desktop.ini del /F /Q &quot;desktop.ini&quot;
cls
if exist desktop.ini title &quot;AntiDesktop file found&quot;
desktop_2.cmd

exit</code></pre></div><p><span style="color: Green"><strong>И</strong></span> есть файл desktop_2.cmd<span style="color: Green"><strong>,</strong></span> содержимое ниже<br /></p><div class="codebox"><pre><code>desktop_1.cmd</code></pre></div><p><span style="color: Green"><strong>Т</strong></span>о есть происходит повтор оборотный ц<span style="color: Green"><strong>и</strong></span>кл <span style="color: Green"><strong>—</strong></span> 1 файл запускает 2го и так далее<span style="color: Green"><strong>. К</strong></span>ак сделать<span style="color: Green"><strong>,</strong></span> чтобы файл &quot;desktop.ini&quot; его искали повсюду и удалял<span style="color: Green"><strong>. П</strong></span>рошу о помоши.</p><p><span style="color: Green"><strong>З</strong></span>наю есть find и for и мож<span style="color: Green"><strong>е</strong></span>т еше ч<span style="color: Green"><strong>то-то,</strong></span> но я неразобрался в них<span style="color: Green"><strong>.</strong></span></p>]]></description>
			<author><![CDATA[null@example.com (qb2090)]]></author>
			<pubDate>Tue, 04 Feb 2014 13:03:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=79751#p79751</guid>
		</item>
	</channel>
</rss>
