<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; VBScript: Открыть ссылку в браузере по умолчанию]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=7302</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7302&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «VBScript: Открыть ссылку в браузере по умолчанию».]]></description>
		<lastBuildDate>Mon, 25 Jun 2012 07:57:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: VBScript: Открыть ссылку в браузере по умолчанию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=61186#p61186</link>
			<description><![CDATA[<p>Спасибо, работает.</p>]]></description>
			<author><![CDATA[null@example.com (prog5)]]></author>
			<pubDate>Mon, 25 Jun 2012 07:57:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=61186#p61186</guid>
		</item>
		<item>
			<title><![CDATA[Re: VBScript: Открыть ссылку в браузере по умолчанию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=61185#p61185</link>
			<description><![CDATA[<p>Например, так:<br /></p><div class="codebox"><pre><code>Option Explicit

Dim objWshShell

Set objWshShell = WScript.CreateObject(&quot;WScript.Shell&quot;)
objWshShell.Run &quot;http://yandex.ru&quot;, 1, False
Set objWshShell = Nothing

WScript.Quit 0</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (alexii)]]></author>
			<pubDate>Mon, 25 Jun 2012 07:42:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=61185#p61185</guid>
		</item>
		<item>
			<title><![CDATA[VBScript: Открыть ссылку в браузере по умолчанию]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=61184#p61184</link>
			<description><![CDATA[<p>Как открыть ссылку, например &quot;http://yandex.ru&quot; в браузере по-умолчанию?</p>]]></description>
			<author><![CDATA[null@example.com (prog5)]]></author>
			<pubDate>Mon, 25 Jun 2012 06:25:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=61184#p61184</guid>
		</item>
	</channel>
</rss>
