<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBScript: определение пути к файлу зерегистрированного WSC-сервера]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=32&amp;type=atom" />
	<updated>2006-07-08T20:49:16Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=32</id>
		<entry>
			<title type="html"><![CDATA[VBScript: определение пути к файлу зерегистрированного WSC-сервера]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=44#p44" />
			<content type="html"><![CDATA[<p>Можно программно в скрипте определить путь к файлу зерегистрированного WSC-сервера, зная его ProgID (в примере - &quot;OpenConf.Registry&quot;), следующим способом:<br /></p><div class="codebox"><pre><code>Set oShell = CreateObject(&quot;WScript.Shell&quot;)
MsgBox oShell.RegRead(&quot;HKCR\CLSID\&quot;+oShell.RegRead(&quot;HKCR\OpenConf.Registry\CLSID\&quot;)+&quot;\ScriptletURL\&quot;)</code></pre></div><p>Идею опубликовал <strong>smaharbA</strong>.</p>]]></content>
			<author>
				<name><![CDATA[The gray Cardinal]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2</uri>
			</author>
			<updated>2006-07-08T20:49:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=44#p44</id>
		</entry>
</feed>
