<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Перейти в конец открытого файла txt]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9484&amp;type=atom" />
	<updated>2014-04-14T03:32:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9484</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Перейти в конец открытого файла txt]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81750#p81750" />
			<content type="html"><![CDATA[<p>Спасибо, работает!</p>]]></content>
			<author>
				<name><![CDATA[ольга]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32087</uri>
			</author>
			<updated>2014-04-14T03:32:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81750#p81750</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Перейти в конец открытого файла txt]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81740#p81740" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>@echo off
(
echo .LOG
type &quot;file.txt&quot;
)&gt;.tmp
move .tmp &quot;file.txt&quot;&gt;nul
start &quot;&quot; &quot;notepad.exe&quot; &quot;file.txt&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Yury]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30230</uri>
			</author>
			<updated>2014-04-13T16:56:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81740#p81740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Перейти в конец открытого файла txt]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81739#p81739" />
			<content type="html"><![CDATA[<p>Понятно! Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[ольга]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32087</uri>
			</author>
			<updated>2014-04-13T16:50:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81739#p81739</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Перейти в конец открытого файла txt]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81737#p81737" />
			<content type="html"><![CDATA[<p>В самом начале файла первой строкой написать <br /></p><div class="codebox"><pre><code>
.LOG
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Rumata]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24846</uri>
			</author>
			<updated>2014-04-13T16:42:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81737#p81737</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Перейти в конец открытого файла txt]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81736#p81736" />
			<content type="html"><![CDATA[<p>Здравствуйте Уважаемые программисты!<br />Подскажите пожалуйста, как подправить код ниже, чтобы после открытия файла &quot;file.txt&quot; с помощью Блокнота, курсор перешел на последнюю строку (т.е. выполнилась комбинация клавиш Ctrl+End)?</p><div class="codebox"><pre><code>CD\
C:
CD SUPPORT
start &quot;&quot; notepad file.txt</code></pre></div><p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[ольга]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32087</uri>
			</author>
			<updated>2014-04-13T16:28:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81736#p81736</id>
		</entry>
</feed>
