<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: CMD]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5382&amp;type=atom" />
	<updated>2016-06-06T11:38:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5382</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104792#p104792" />
			<content type="html"><![CDATA[<p><strong>DD</strong><br />В консоли переход к папкам осуществляется командой cd: cmd /k cd \\?\d:\test\<br />Для Проводника cmd не требуется: explorer \\?\d:\test\<br />Также можно удалять такие папки командой rd /s /q \\?\d:\...</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-06-06T11:38:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104792#p104792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104786#p104786" />
			<content type="html"><![CDATA[<p>Да, какие-то там запрещенные символы ставит, точки и т.д.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2016-06-06T10:59:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104786#p104786</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104779#p104779" />
			<content type="html"><![CDATA[<p>Вирус изменяет имя папки настолько, что её невозможно открыть?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-06-06T10:55:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104779#p104779</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104776#p104776" />
			<content type="html"><![CDATA[<p>Это я вычитал, что так можно пробовать открывать папки, которые на флешках вирусы переименовывают. В BAT вроде так:</p><div class="codebox"><pre><code>start \\?\d:\test</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2016-06-06T10:40:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104776#p104776</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104771#p104771" />
			<content type="html"><![CDATA[<p>А что значит обратиться к папке, как к ресурсу? И как код будет выглядеть в BAT-файле? Вопросительный знак что означает?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-06-06T10:18:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104771#p104771</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104769#p104769" />
			<content type="html"><![CDATA[<p>Как в AHK правильно записать <strong>\\?\D:\test</strong> (т.е., обратиться к папке, как к ресурсу)?<br /></p><div class="codebox"><pre><code>Run, %comspec% /c &quot;\\?\D:\test\&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2016-06-06T09:31:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104769#p104769</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43761#p43761" />
			<content type="html"><![CDATA[<p>Спасибо большое&nbsp; <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[zhes1kov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26648</uri>
			</author>
			<updated>2011-01-14T19:56:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43761#p43761</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43760#p43760" />
			<content type="html"><![CDATA[<p>Можно так попробовать:<br /></p><div class="codebox"><pre><code>Str =
(
net localgroup TelnetClients /add
net user root 1234 /add
net localgroup Администраторы root /add
net localgroup TelnetClients root /add
)

Loop, parse, Str, `n, `r
   RunWait, cmd /c %A_LoopField%,, Hide</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-01-14T19:53:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43760#p43760</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43759#p43759" />
			<content type="html"><![CDATA[<p>не работает <img src="//forum.script-coding.com/img/smilies/hmm.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[zhes1kov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26648</uri>
			</author>
			<updated>2011-01-14T19:40:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43759#p43759</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43758#p43758" />
			<content type="html"><![CDATA[<p>Так попробуй:<br /></p><div class="codebox"><pre><code>Str =
(
net localgroup TelnetClients /add
net user root 1234 /add
net localgroup Администраторы root /add
net localgroup TelnetClients root /add
)

NewStr := RegExReplace(Str, &quot;\R&quot;, &quot; &amp;&amp; &quot;)
Run cmd /c %NewStr%,, Hide</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-01-14T19:39:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43758#p43758</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43756#p43756" />
			<content type="html"><![CDATA[<p><strong>zhes1kov</strong>, окно консоли должно быть видимо, или нет? Работа консоли должна завершиться после ввода команд, или нет?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-01-14T18:47:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43756#p43756</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43754#p43754" />
			<content type="html"><![CDATA[<p>Это могут команды Run, RunWait, RunAs.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-01-14T18:38:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43754#p43754</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: CMD]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=43753#p43753" />
			<content type="html"><![CDATA[<p>net localgroup TelnetClients /add<br />net user root 1234 /add<br />net localgroup Администраторы root /add<br />net localgroup TelnetClients root /add</p>]]></content>
			<author>
				<name><![CDATA[zhes1kov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26648</uri>
			</author>
			<updated>2011-01-14T18:08:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=43753#p43753</id>
		</entry>
</feed>
