<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Почему не открывается браузер?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14695&amp;type=atom" />
	<updated>2019-04-07T14:12:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14695</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133395#p133395" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>zxcvbn2049 пишет:</cite><blockquote><p>назначена клавиша для запуска, но браузер вообще не открывается.</p></blockquote></div><p>А в каком виде клавиша записана в ярлыке?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-04-07T14:12:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133395#p133395</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133393#p133393" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>А какая вообще взаимосвязь межу Numpad6:: и ярлыком на рабочем столе?</p></blockquote></div><p>https://pc-user.ru/view_post.php?id=164<br />Создав таким способом ярлык можно назначить ему клавишу для запуска, например Numpad6, и страница по адресу будет открываться.</p><p>Ладно, разобрался. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[zxcvbn2049]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39026</uri>
			</author>
			<updated>2019-04-07T14:00:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133393#p133393</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133391#p133391" />
			<content type="html"><![CDATA[<p>А какая вообще взаимосвязь между Numpad6:: и ярлыком на рабочем столе?<br />Запустить браузер с определённым адресом можно по-разному.</p><div class="codebox"><pre><code>Run, &quot;Серый форум.url&quot; ;запускает ярлык, лежащий в одной папке со скриптом
Run, &quot;http://forum.script-coding.com&quot; ;открывает сайт в браузере по умолчанию
Run, &quot;C:\Program Files\Mozilla Firefox\firefox.exe&quot; &quot;http://forum.script-coding.com&quot; ;открывает сайт через конкретный браузер</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-04-07T13:00:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133391#p133391</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133390#p133390" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Run, https://www.google.com</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-04-07T12:58:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133390#p133390</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133388#p133388" />
			<content type="html"><![CDATA[<p>Ярлык на рабочем столе.<br />Run тоже не срабатывает.</p>]]></content>
			<author>
				<name><![CDATA[zxcvbn2049]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39026</uri>
			</author>
			<updated>2019-04-07T12:33:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133388#p133388</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133383#p133383" />
			<content type="html"><![CDATA[<p>Вам обязательный именно такой метод реализации? Сайт можно открыть в браузере по умолчанию командой Run. Если браузеры поддерживают аргументы командной строки (более опытные товарищи думаю подскажут), в таком случае можно через тот же Run запускать и в других браузерах сайты.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-04-07T10:21:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133383#p133383</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133382#p133382" />
			<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>2019-04-07T09:20:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133382#p133382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133380#p133380" />
			<content type="html"><![CDATA[<p><strong>zxcvbn2049</strong><br /><span style="color: #008000">Код стоит оформлять тегом code, исправьте недостатки. Кроме того я рекомендую вам ознакомится с <a href="http://forum.script-coding.com/rules.html">полной версией правил форума</a>, либо с выпиской <a href="http://forum.script-coding.com/misc.php?action=rules">важнейших правил поведения на форуме</a> чтобы избежать подобных ошибок в будущем.</span></p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-04-07T06:21:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133380#p133380</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Почему не открывается браузер?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133379#p133379" />
			<content type="html"><![CDATA[<p>Создан ярлык для открытия сайта, назначена клавиша для запуска, но браузер вообще не открывается.<br /></p><div class="codebox"><pre><code>Numpad6::
Send, {sc47} ; клавиша для запуска сайта
Sleep, 100
Send, {sc1D Down}{sc2F}{sc1D Up} 
Send, {sc1C}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[zxcvbn2049]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39026</uri>
			</author>
			<updated>2019-04-07T06:06:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133379#p133379</id>
		</entry>
</feed>
