<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS: Как открыть папку в проводнике на сетевом диске.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14226&amp;type=atom" />
	<updated>2018-10-10T06:41:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14226</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Как открыть папку в проводнике на сетевом диске.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129136#p129136" />
			<content type="html"><![CDATA[<p><strong>alexii</strong><br />Спасибо</p>]]></content>
			<author>
				<name><![CDATA[tmpnik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28427</uri>
			</author>
			<updated>2018-10-10T06:41:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129136#p129136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Как открыть папку в проводнике на сетевом диске.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129125#p129125" />
			<content type="html"><![CDATA[<p>Попробуйте так:<br /></p><div class="codebox"><pre><code>Option Explicit

Dim strShare


strShare = &quot;\\Server\blic&quot;

WScript.CreateObject(&quot;WScript.Network&quot;).MapNetworkDrive &quot;&quot;, strShare, False, &quot;user&quot;, &quot;passw&quot;
WScript.CreateObject(&quot;Shell.Application&quot;).Explore strShare

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>2018-10-09T16:30:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129125#p129125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBS: Как открыть папку в проводнике на сетевом диске.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129119#p129119" />
			<content type="html"><![CDATA[<p>Подскажите, как добавить параметры в следующий скрипт, чтоб открыть папку на сетевом диске \\Server\blic, без мапирования дисков(WshNetwork.MapNetworkDrive &quot;Z:&quot;, &quot;\\SERVER\blic&quot; ) логин user пароль passw. <br />Dim WshShell<br />set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;)<br />WshShell.Run &quot;explorer&quot;</p>]]></content>
			<author>
				<name><![CDATA[tmpnik]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28427</uri>
			</author>
			<updated>2018-10-09T09:03:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129119#p129119</id>
		</entry>
</feed>
