<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: открывать ярлык вместо chrome.exe]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12424&amp;type=atom" />
	<updated>2017-02-10T09:52:04Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12424</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: открывать ярлык вместо chrome.exe]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=112104#p112104" />
			<content type="html"><![CDATA[<p>Почитайте про команду <a href="https://autohotkey.com/docs/commands/Run.htm">Run</a> (ссылка на англ.).<br />Можно просто посылать ярлыку команду, что-либо открыть.<br /></p><div class="codebox"><pre><code>Run, C:\chrome.lnk www.script-coding.com</code></pre></div><p>Или открывать приложение с теми-же параметрами, что и прописаны в ярлыке:<br /></p><div class="codebox"><pre><code>ExePath := &quot;C:\Program Files\Google\Chrome\Application\chrome.exe&quot;
Url := &quot;www.script-coding.com&quot;
Run, % ExePath &quot; -incognito &quot;&quot;&quot; Url &quot;&quot;&quot;&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2017-02-10T09:52:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=112104#p112104</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: открывать ярлык вместо chrome.exe]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=112100#p112100" />
			<content type="html"><![CDATA[<p>Хром браузер по умолчанию?</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-02-10T09:11:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=112100#p112100</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: открывать ярлык вместо chrome.exe]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=112085#p112085" />
			<content type="html"><![CDATA[<p>Каким способом можно максимально просто автоматизировать открытие ссылок с помощью ярлыка chrome.exe? У меня на ярлык свойства прописаны.</p>]]></content>
			<author>
				<name><![CDATA[hxxxrz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34494</uri>
			</author>
			<updated>2017-02-10T03:59:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=112085#p112085</id>
		</entry>
</feed>
