<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14135&amp;type=atom" />
	<updated>2018-09-04T12:31:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14135</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128477#p128477" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong>, пробелы тут не при чём.<br />Просто A_ProgramFiles зависит от битности AHK.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-09-04T12:31:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128477#p128477</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128472#p128472" />
			<content type="html"><![CDATA[<p>Через cmd запускается? start &quot;&quot; &quot;C:\Program Files\Adobe\Adobe Photoshop CS6 (x64)\Photoshop.exe&quot;</p>]]></content>
			<author>
				<name><![CDATA[rowe]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33506</uri>
			</author>
			<updated>2018-09-04T05:01:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128472#p128472</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128471#p128471" />
			<content type="html"><![CDATA[<p>А убрать %A_ProgramFiles%. Так запускает? </p><div class="codebox"><pre><code>NumPad4::
Run, &quot;C:\Program Files\Adobe\Adobe Photoshop CS6 (x64)\Photoshop.exe&quot; 
return</code></pre></div><p> Если параметр содержит пробелы, надёжнее всего заключить его в двойные кавычки.</p>]]></content>
			<author>
				<name><![CDATA[rowe]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33506</uri>
			</author>
			<updated>2018-09-04T04:51:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128471#p128471</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128470#p128470" />
			<content type="html"><![CDATA[<p><strong>Murka</strong>, Скрипт всё равно выполнит всё до <strong>return</strong>.<br />Если не запускается вообще, не знаю где ошибка.</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-09-03T20:01:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128470#p128470</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128461#p128461" />
			<content type="html"><![CDATA[<p>У тебя только 1 двоеточие, нужно так писать, Numpad4::</p>]]></content>
			<author>
				<name><![CDATA[Murka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39392</uri>
			</author>
			<updated>2018-09-02T18:17:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128461#p128461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как запустить фотошоп(или другую програму через AHK)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128460#p128460" />
			<content type="html"><![CDATA[<p>Помогите! Что написать в скрипте чтобы когда нажимаю NumPad4 открывался Фотошоп? Пытался писать NumPad4:<br />Run, %A_ProgramFiles%\Adobe\Adobe Photoshop CS6 (x64)\Photoshop.exe<br />return<br />Но когда нажимал на NumPad4 был звук ошибки и ничего не запускалось</p>]]></content>
			<author>
				<name><![CDATA[Todo Kirin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39499</uri>
			</author>
			<updated>2018-09-02T17:46:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128460#p128460</id>
		</entry>
</feed>
