<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; VBS: Открыть папку, расположенную возле скрипта]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=6813</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6813&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «VBS: Открыть папку, расположенную возле скрипта».]]></description>
		<lastBuildDate>Mon, 13 Feb 2012 10:01:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: VBS: Открыть папку, расположенную возле скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=56741#p56741</link>
			<description><![CDATA[<p>Спасибо! Оказалось, без пробела пробовал.</p>]]></description>
			<author><![CDATA[null@example.com (DD)]]></author>
			<pubDate>Mon, 13 Feb 2012 10:01:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=56741#p56741</guid>
		</item>
		<item>
			<title><![CDATA[Re: VBS: Открыть папку, расположенную возле скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=56736#p56736</link>
			<description><![CDATA[<p>Думаю так:<br /></p><div class="codebox"><pre><code>
WshShell.Run &quot;explorer.exe &quot; &amp; GetParentDir &amp; &quot;\имя_папки&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (BeS Yara)]]></author>
			<pubDate>Mon, 13 Feb 2012 07:45:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=56736#p56736</guid>
		</item>
		<item>
			<title><![CDATA[VBS: Открыть папку, расположенную возле скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=56733#p56733</link>
			<description><![CDATA[<p>Пример ниже откроет &quot;test.txt&quot; из каталога, в котором находится.</p><div class="codebox"><pre><code>
Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;)
sPath = GetParentDir(WScript.ScriptFullName)

Function GetParentDir(sPath)
   GetParentDir = Left(sPath, InStrRev(sPath, &quot;\&quot;, -1, 1)-1)
   WshShell.Run GetParentDir &amp; &quot;\test.txt&quot;
End Function</code></pre></div><p>Имеется ли что-то похожее для открытия папки?</p>]]></description>
			<author><![CDATA[null@example.com (DD)]]></author>
			<pubDate>Mon, 13 Feb 2012 07:38:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=56733#p56733</guid>
		</item>
	</channel>
</rss>
