<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Переход по url из файла]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12693&amp;type=atom" />
	<updated>2017-05-25T11:04:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12693</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переход по url из файла]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=116019#p116019" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong> Спасибо за помощь! Проблема решена.</p>]]></content>
			<author>
				<name><![CDATA[Veranda]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33724</uri>
			</author>
			<updated>2017-05-25T11:04:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=116019#p116019</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переход по url из файла]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=116018#p116018" />
			<content type="html"><![CDATA[<p>Как-то так:<br /></p><div class="codebox"><pre><code>f1::
Loop, read, spisok.txt ; полный путь, тут надо указывать
{
MsgBox, Содержимое строки - %A_LoopReadLine%
Run %A_LoopReadLine%
}
return

f2:: pause
f3:: reload</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-05-25T11:01:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=116018#p116018</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Переход по url из файла]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=116017#p116017" />
			<content type="html"><![CDATA[<p>Добрый день, уважаемые форумчане!</p><p>Есть необходимость сделать скрипт, который будет по очереди открывать url из файла через браузер.<br /></p><div class="codebox"><pre><code>f1::
{
 Loop, Read, spisok.txt
 MsgBox, Содержимое строки - %A_LoopReadLine%
 Run, %A_LoopReadLine%, &quot;C:\Program Files\Google\Chrome\Application\chrome.exe&quot;
}
return

f2:: pause
f3:: reload</code></pre></div><p>Файл &quot;spisok.txt&quot;&nbsp; - список из нескольких url для перехода.</p><p>Проблема: при запуске скрипта - выводит только&nbsp; MsgBox с содержимым строки - перехода по url из данной строки не происходит.</p><p>Что я делаю не так? Почему не происходит переход по url из переменной %A_LoopReadLine%? <img src="//forum.script-coding.com/img/smilies/yikes.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Veranda]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33724</uri>
			</author>
			<updated>2017-05-25T10:49:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=116017#p116017</id>
		</entry>
</feed>
