<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS: Создание папки в 64х разрядной системе]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11873&amp;type=atom" />
	<updated>2016-08-03T14:10:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11873</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106562#p106562" />
			<content type="html"><![CDATA[<p><strong>TAOSoft</strong><br />Хорошо. Будем знать. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T14:10:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106562#p106562</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106561#p106561" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong></p><p>Верно, показывает Ложь.</p><p>а так:<br /></p><div class="codebox"><pre><code>
MsgBox CreateObject(&quot;Scripting.FileSystemObject&quot;).FolderExists(&quot;C:\Windows\Sysnative\Test&quot;)
</code></pre></div><p>показывает Истина.</p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T13:59:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106561#p106561</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106560#p106560" />
			<content type="html"><![CDATA[<p>Гуд. Кстати, интересно, если создать в system32 папку Test, такой скрипт <em>Ложь</em> покажет?:<br /></p><div class="codebox"><pre><code>MsgBox CreateObject(&quot;Scripting.FileSystemObject&quot;).FolderExists(&quot;C:\Windows\system32\Test&quot;)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T13:52:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106560#p106560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106559#p106559" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong></p><p>Да уважаемый, именно.... Опередили на несколько минут....</p><div class="codebox"><pre><code>
Dim SysFolder, NewFolder
SysFolder = &quot;C:\Windows\Sysnative\&quot;
NewFolder = &quot;New_Folder&quot;

Set objShellApp = CreateObject(&quot;Shell.Application&quot;)
&#039;Set objFolder = objShellApp.NameSpace(SysFolder)
&#039;objFolder.NewFolder(NewFolder)
Set objFolder = Nothing
Set objShellApp = Nothing
</code></pre></div><br /><p>Sysnative - решение проблемы!<br />Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T13:48:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106559#p106559</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106558#p106558" />
			<content type="html"><![CDATA[<p>А если так?<br /></p><div class="codebox"><pre><code>SysFolder = &quot;C:\Windows\sysnative\&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-08-03T13:44:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106558#p106558</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106557#p106557" />
			<content type="html"><![CDATA[<p><a href="http://shot.qip.ru/00QFc1-6h2kGxVyr/"><span class="postimg"><img src="http://f6.s.qip.ru/~h2kGxVyr.jpg" alt="http://f6.s.qip.ru/~h2kGxVyr.jpg" /></span></a></p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T13:28:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106557#p106557</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106556#p106556" />
			<content type="html"><![CDATA[<p>Похоже стандартными средствами эту проблему не обойти. <a href="http://www.cyberforum.ru/visual-basic/thread636329.html">Подробнее</a>.</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T13:25:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106556#p106556</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106551#p106551" />
			<content type="html"><![CDATA[<p><strong>TAOSoft</strong><br />А что такой скрипт показывает?:<br /></p><div class="codebox"><pre><code>With CreateObject(&quot;WScript.Shell&quot;)
  .CurrentDirectory = &quot;C:\Windows\System32&quot;
  .PopUp .CurrentDirectory &amp; vbCr &amp; CreateObject(&quot;Scripting.FileSystemObject&quot;).GetAbsolutePathName(&quot;&quot;)
End With</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T13:08:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106551#p106551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106550#p106550" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong><br />Оба из Ваших вариантов создали папку в C:\Windows\SysWOW64.</p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T12:58:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106550#p106550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106545#p106545" />
			<content type="html"><![CDATA[<p><strong>TAOSoft</strong><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=106539#p106539">Тут</a> ещё точки не хватает.</p><p>Попробуйте:</p><div class="codebox"><pre><code>SysFolder = &quot;C:\Windows\System32\&quot; -
NewFolder = &quot;New_Folder&quot;

CreateObject(&quot;WScript.Shell&quot;).CurrentDirectory = SysFolder
CreateObject(&quot;Scripting.FileSystemObject&quot;).CreateFolder NewFolder</code></pre></div><p>В крайнем случае:<br /></p><div class="codebox"><pre><code>SysFolder = &quot;C:\Windows\System32\&quot;
NewFolder = &quot;New_Folder&quot;
CreateObject(&quot;WScript.Shell&quot;).Run &quot;cmd /c md &quot; &amp; SysFolder &amp; NewFolder, 0, True</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T12:24:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106545#p106545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106544#p106544" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong><br />Я учел Ваше замечание, оно было уместным.... Надеюсь, что на текущий момент оформление Вас устаревает.</p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T12:20:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106544#p106544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106543#p106543" />
			<content type="html"><![CDATA[<p><strong>TAOSoft</strong><br />Я понимаю, что открытый. Моя задача - ждать ваших действий. Вариант &quot;на будущее&quot; не про данный форум, так уж сложилось. См. концовку по ссылке.</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T12:12:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106543#p106543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106542#p106542" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong><br />Понял, принял.... На будущее учту Ваше замечание… <br /><strong>ypppu</strong>&nbsp; &nbsp;Спасибо Вам добрый человек...</p><p>Но вопрос все же открытый....</p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T12:07:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106542#p106542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106540#p106540" />
			<content type="html"><![CDATA[<p><strong>TAOSoft</strong>, Вам бы посты <a href="http://forum.script-coding.com/viewtopic.php?id=10437">поправить</a>.</p><p><strong>ypppu</strong> частично помог (с заголовком), а стоило таки эту ссылочку дать.</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-08-03T12:00:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106540#p106540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Создание папки в 64х разрядной системе]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106539#p106539" />
			<content type="html"><![CDATA[<p>Папка создалась в C:\Windows\SysWOW64.</p>]]></content>
			<author>
				<name><![CDATA[TAOSoft]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26905</uri>
			</author>
			<updated>2016-08-03T11:47:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106539#p106539</id>
		</entry>
</feed>
