<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Копирование файлов по условию (Если в файле найдена строка)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7560&amp;type=atom" />
	<updated>2012-09-12T13:51:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7560</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Копирование файлов по условию (Если в файле найдена строка)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=63799#p63799" />
			<content type="html"><![CDATA[<p>спасибо!!</p>]]></content>
			<author>
				<name><![CDATA[xsanekk]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27386</uri>
			</author>
			<updated>2012-09-12T13:51:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=63799#p63799</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Копирование файлов по условию (Если в файле найдена строка)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=63792#p63792" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>for /f &quot;usebackq delims=&quot; %i in (`findstr.exe /m /i /c:&quot;QWERTY&quot; &quot;c:\1\*.txt&quot;`) do @move &quot;%i&quot; &quot;c:\2\&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2012-09-12T12:22:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=63792#p63792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Копирование файлов по условию (Если в файле найдена строка)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=63786#p63786" />
			<content type="html"><![CDATA[<p>Привет! Ребята подскажите как сделать такой скрипт</p><p>Задача: Есть &quot;директория 1&quot;, там куча файлов TXT. Надо найти в каждом из этих файлов строчку, если она там есть, то перемещаем в &quot;директорию 2&quot;, если нет то ничего не делаем.</p>]]></content>
			<author>
				<name><![CDATA[xsanekk]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27386</uri>
			</author>
			<updated>2012-09-12T09:24:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=63786#p63786</id>
		</entry>
</feed>
