<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как сделать, чтобы при запуске скрипт был уже на Suspende?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5126&amp;type=atom" />
	<updated>2011-05-03T12:14:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5126</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтобы при запуске скрипт был уже на Suspende?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48049#p48049" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Suspend, On
Return
F1::
Suspend
If (A_IsSuspended)
   {
      SoundBeep, 2500, 100
      Sleep, 50
      SoundBeep, 2500, 100
   }
Else
   {
      SoundBeep, 2500, 100
   }
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-05-03T12:14:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48049#p48049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтобы при запуске скрипт был уже на Suspende?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41258#p41258" />
			<content type="html"><![CDATA[<p>Поставить в самом начале suspend, например:</p><div class="codebox"><pre><code>suspend
F1::
i:=10
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2010-11-05T20:33:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41258#p41258</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать, чтобы при запуске скрипт был уже на Suspende?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=41257#p41257" />
			<content type="html"><![CDATA[<p>Нужно чтобы скрипт запускался неактивным и я уже активировал его уже сам, когда мне это нужно. Помогите, пожалуйста. Нигде не нашел такой команды.</p>]]></content>
			<author>
				<name><![CDATA[sergeant.coolagin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25809</uri>
			</author>
			<updated>2010-11-05T20:16:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=41257#p41257</id>
		</entry>
</feed>
