<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBScript: Открыть ссылку в браузере по умолчанию]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7302&amp;type=atom" />
	<updated>2012-06-25T07:57:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7302</id>
		<entry>
			<title type="html"><![CDATA[Re: VBScript: Открыть ссылку в браузере по умолчанию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61186#p61186" />
			<content type="html"><![CDATA[<p>Спасибо, работает.</p>]]></content>
			<author>
				<name><![CDATA[prog5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28208</uri>
			</author>
			<updated>2012-06-25T07:57:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61186#p61186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBScript: Открыть ссылку в браузере по умолчанию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61185#p61185" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2012-06-25T07:42:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61185#p61185</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBScript: Открыть ссылку в браузере по умолчанию]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61184#p61184" />
			<content type="html"><![CDATA[<p>Как открыть ссылку, например &quot;http://yandex.ru&quot; в браузере по-умолчанию?</p>]]></content>
			<author>
				<name><![CDATA[prog5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28208</uri>
			</author>
			<updated>2012-06-25T06:25:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61184#p61184</id>
		</entry>
</feed>
