<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS: Special Folder in Windows 7]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7346&amp;type=atom" />
	<updated>2012-07-13T11:23:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7346</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Special Folder in Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61540#p61540" />
			<content type="html"><![CDATA[<p><strong>Serge Yolkin</strong>, это не SpecialFolders, а из той же области, что и: <a href="http://forum.script-coding.com/viewtopic.php?id=3768">WSH: перечень предопределённых символьных имён Shell.Application</a>.</p><p>В данном случае же было, скорее всего, это: <a href="http://www.script-coding.com/WSH/WshShell.html#2.3.">2.3. SpecialFolders</a>.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2012-07-13T11:23:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61540#p61540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Special Folder in Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61537#p61537" />
			<content type="html"><![CDATA[<p>Файл ShellFolders.hta:</p><div class="codebox"><pre><code>&lt;script type=&quot;text/jscript&quot; language=&quot;JScript&quot;&gt;
  var
   x=new ActiveXObject(&#039;Shell.Application&#039;),
   s=&#039;&#039;;
  for(i=1;i&lt;100;i++){
    try{
      s+=
       &#039;&lt;tr&gt;&lt;th&gt;&#039;+i+&#039;&amp;emsp;&#039;+
       &#039;&lt;/th&gt;&lt;td&gt;&#039;+&#039;\t&#039;+x.NameSpace(i).self.Name+
       &#039;&lt;/td&gt;&lt;td&gt;&#039;+x.NameSpace(i).self.Path+
       &#039;&lt;/td&gt;&lt;/tr&gt;&#039;
    }catch(e){};
  }
  window.onload=function(){
    document.write(&#039;&lt;table&gt;&#039;+s+&#039;&lt;/table&gt;&#039;);
  }
&lt;/script&gt;</code></pre></div><p>?</p>]]></content>
			<author>
				<name><![CDATA[Serge Yolkin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27503</uri>
			</author>
			<updated>2012-07-13T10:58:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61537#p61537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Special Folder in Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61534#p61534" />
			<content type="html"><![CDATA[<p><span style="color: Green">Что это было?</span></p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2012-07-13T10:34:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61534#p61534</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBS: Special Folder in Windows 7]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61528#p61528" />
			<content type="html"><![CDATA[<p><img src="//forum.script-coding.com/img/smilies/hmm.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Евген]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25253</uri>
			</author>
			<updated>2012-07-13T07:46:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61528#p61528</id>
		</entry>
</feed>
