<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.scripting.vbscript Google Group</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript</link>
  <description>Microsoft scripting newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: Has groups.google.com gone bonkers?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/06f80144aa89d926/1911681a1eb1b984?show_docid=1911681a1eb1b984</link>
  <description>
  As previously mentioned, there are a number of &amp;quot;mirror&amp;quot; &lt;br&gt; (a.k.a. copies) of the various ng postings, and with &lt;br&gt; the implication that searching the copy-cats may be &lt;br&gt; just as fruitful as googling the original. &lt;br&gt; Today, I stumbled across a copy of THIS ng, which is &lt;br&gt; hosted by microsoft (gasp!). For a quick look, here
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/06f80144aa89d926/1911681a1eb1b984?show_docid=1911681a1eb1b984</guid>
  <author>
  kindlyreplytonewsgr...@notmail.com
  (mr_unreliable)
  </author>
  <pubDate>Fri, 20 Nov 2009 17:46:18 UT
</pubDate>
  </item>
  <item>
  <title>How to connect to server?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/8808a328a45acebf/fe1f34c709e96526?show_docid=fe1f34c709e96526</link>
  <description>
  I&#39;m trying to write a script to update the Exchange flag for out of &lt;br&gt; office and set the message. &lt;br&gt; It seems to be working except when I execute the objMAPISession.Logon &lt;br&gt; statement, I get a dialog box to connect to the server. How can I get &lt;br&gt; it to make the connection without that dialog, or to use that dialog
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/8808a328a45acebf/fe1f34c709e96526?show_docid=fe1f34c709e96526</guid>
  <author>
  edoug...@blockhouse.com
  (Eric)
  </author>
  <pubDate>Fri, 20 Nov 2009 17:01:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regular Expression Question</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/82238d66a934a547/6e5f34cf8a5f6f1f?show_docid=6e5f34cf8a5f6f1f</link>
  <description>
  ... &lt;br&gt; This was a highly interesting problem because I think it &lt;br&gt; exposes a bug in VBScript Regular Expression object. In &lt;br&gt; particular, the regular expression which finds the number &lt;br&gt; of such matches is: &lt;br&gt; (?=\d{4}) &lt;br&gt; That is &lt;br&gt; subject = &amp;quot;sfsdf1234567sdfsdf&amp;quot; &lt;br&gt; Set regExM = New RegExp &lt;br&gt; regExM.Pattern = &amp;quot;(?=\d{4})&amp;quot; &lt;br&gt; regExM.Global = True
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/82238d66a934a547/6e5f34cf8a5f6f1f?show_docid=6e5f34cf8a5f6f1f</guid>
  <author>
  paulr...@cableone.net
  (Paul Randall)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:11:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: total size of files</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/c1cbae3b80d3f7e3/38ee07cf0928e217?show_docid=38ee07cf0928e217</link>
  <description>
  Then I need not say anything about it... ;-) &lt;br&gt; Of course, this type of thing would be even easier in Powershell (another &lt;br&gt; non-vbscript language), in which files and folders are objects with &lt;br&gt; properties like &amp;quot;size&amp;quot;, and in which numbers with more than 9 digits &lt;br&gt; overflow. &lt;br&gt; /Al
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/c1cbae3b80d3f7e3/38ee07cf0928e217?show_docid=38ee07cf0928e217</guid>
  <author>
  aland...@hotmail.com
  (Al Dunbar)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:09:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: check if a user is member of a group?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/149a23075103fa83/b6c95c0d4fe67e0a?show_docid=b6c95c0d4fe67e0a</link>
  <description>
  I assume your text file has &amp;quot;pre-Windows 2000 logon&amp;quot; names. A VBScript &lt;br&gt; program can use the FileSystemObject to read the names from the file, use &lt;br&gt; the NameTranslate object to convert the names to Distinguished Names, then &lt;br&gt; check for membership in a specified group. You should specify the &lt;br&gt; Distinguished Name of the group. For example:
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/149a23075103fa83/b6c95c0d4fe67e0a?show_docid=b6c95c0d4fe67e0a</guid>
  <author>
  rlmueller-nos...@ameritech.nospam.net
  (Richard Mueller [MVP])
  </author>
  <pubDate>Fri, 20 Nov 2009 02:33:45 UT
</pubDate>
  </item>
  <item>
  <title>check if a user is member of a group?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/149a23075103fa83/d24a01c0f664b2eb?show_docid=d24a01c0f664b2eb</link>
  <description>
  I have a text file listing some userID&#39;s. I need to read the users from this &lt;br&gt; list and check if they are a member of a specifc group in Active Directory. &lt;br&gt; I checked and checked but cant seem to find anything to do what i need. Can &lt;br&gt; anyone help?
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/149a23075103fa83/d24a01c0f664b2eb?show_docid=d24a01c0f664b2eb</guid>
  <author>
  gu...@discussions.microsoft.com
  (Gunna)
  </author>
  <pubDate>Fri, 20 Nov 2009 01:34:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: total size of files</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/c1cbae3b80d3f7e3/6504d6377e863c00?show_docid=6504d6377e863c00</link>
  <description>
  I ran the above script against a 2TB drive. Here is the script output &lt;br&gt; (after 2 hours &amp;amp; 55 minutes of parsing the data): &lt;br&gt; Invalid number. Numbers are limited to 32-bits of precision. &lt;br&gt; Invalid number. Numbers are limited to 32-bits of precision. &lt;br&gt; Invalid number. Numbers are limited to 32-bits of precision.
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/c1cbae3b80d3f7e3/6504d6377e863c00?show_docid=6504d6377e863c00</guid>
  <author>
  n...@microsoft.com
  (Pegasus [MVP])
  </author>
  <pubDate>Thu, 19 Nov 2009 21:41:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: total size of files</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/c1cbae3b80d3f7e3/23141ebf2a6d5233?show_docid=23141ebf2a6d5233</link>
  <description>
  I ran the above script against a 2TB drive. Here is the script output &lt;br&gt; (after 2 hours &amp;amp; 55 minutes of parsing the data): &lt;br&gt; Invalid number. Numbers are limited to 32-bits of precision. &lt;br&gt; Invalid number. Numbers are limited to 32-bits of precision. &lt;br&gt; Invalid number. Numbers are limited to 32-bits of precision.
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/c1cbae3b80d3f7e3/23141ebf2a6d5233?show_docid=23141ebf2a6d5233</guid>
  <author>
  usernetu...@yahoo.com
  (Tom1)
  </author>
  <pubDate>Thu, 19 Nov 2009 21:27:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveX warning box - how to inhibit?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/3db05571f5363140?show_docid=3db05571f5363140</link>
  <description>
  Jeez, I guess I am just trying to make things too hard on myself. &lt;br&gt; I think this will do fine. Thanks! &lt;br&gt; Ed
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/3db05571f5363140?show_docid=3db05571f5363140</guid>
  <author>
  e...@discussions.microsoft.com
  (EdB)
  </author>
  <pubDate>Thu, 19 Nov 2009 21:01:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveX warning box - how to inhibit?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/987fd968055b2726?show_docid=987fd968055b2726</link>
  <description>
  Here is a little example that does that ... &lt;br&gt; &amp;lt;html&amp;gt; &lt;br&gt; &amp;lt;script language=vbs&amp;gt; &lt;br&gt; dim g_oWdw &lt;br&gt; sub window_onload &lt;br&gt; set g_oWdw = window.open(&amp;quot;about:blank&amp;quot;, &amp;quot;Test&amp;quot;, &lt;br&gt; &amp;quot;resizable=yes,location=no,men ubar=no,toolbar=no&amp;quot;) &lt;br&gt; end sub &lt;br&gt; sub btn1_onclick &lt;br&gt; g_oWdw.location = &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/987fd968055b2726?show_docid=987fd968055b2726</guid>
  <author>
  tglba...@cox.net
  (Tom Lavedas)
  </author>
  <pubDate>Thu, 19 Nov 2009 20:18:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveX warning box - how to inhibit?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/f2e6668f26a1d22a?show_docid=f2e6668f26a1d22a</link>
  <description>
  I am doing it that way because I would like to reuse the newly-opened window &lt;br&gt; to navigate to other URLs. I do not know of a way to do this with &lt;br&gt; window.open. I want to avoid having lots of IE windows all over the &lt;br&gt; desktop, if possible. &lt;br&gt; Having an instance of IE available allows me to call navigate(url). This is
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/f2e6668f26a1d22a?show_docid=f2e6668f26a1d22a</guid>
  <author>
  e...@discussions.microsoft.com
  (EdB)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:31:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regular Expression Question</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/82238d66a934a547/bb291bd25b09db22?show_docid=bb291bd25b09db22</link>
  <description>
  ... &lt;br&gt; This was a highly interesting problem because I think it &lt;br&gt; exposes a bug in VBScript Regular Expression object. In &lt;br&gt; particular, the regular expression which finds the number &lt;br&gt; of such matches is: &lt;br&gt; (?=\d{4}) &lt;br&gt; That is &lt;br&gt; subject = &amp;quot;sfsdf1234567sdfsdf&amp;quot; &lt;br&gt; Set regExM = New RegExp &lt;br&gt; regExM.Pattern = &amp;quot;(?=\d{4})&amp;quot; &lt;br&gt; regExM.Global = True
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/82238d66a934a547/bb291bd25b09db22?show_docid=bb291bd25b09db22</guid>
  <author>
  dans...@gmail.com
  (Csaba Gabor)
  </author>
  <pubDate>Thu, 19 Nov 2009 19:02:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveX warning box - how to inhibit?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/4a32d30df69f9b00?show_docid=4a32d30df69f9b00</link>
  <description>
  Why are you doing it that way? That is nothing but problems, as &lt;br&gt; you&#39;ve found. The user must change there security settings too low &lt;br&gt; for this to be useful, is a terrible idea and is outside of your &lt;br&gt; control. Why are you not using window.open? &lt;br&gt; _____________________ &lt;br&gt; Tom Lavedas
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/4a32d30df69f9b00?show_docid=4a32d30df69f9b00</guid>
  <author>
  tglba...@cox.net
  (Tom Lavedas)
  </author>
  <pubDate>Thu, 19 Nov 2009 15:50:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveX warning box - how to inhibit?</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/7da2597c48e94e83?show_docid=7da2597c48e94e83</link>
  <description>
  Presumably this is local? You can&#39;t change settings &lt;br&gt; for visitors to a website. And if it&#39;s local then can&#39;t &lt;br&gt; you use an HTA? &lt;br&gt; If it&#39;s local and you want to make IE safe, you can &lt;br&gt; set these values in the Registry: &lt;br&gt; Every object has a ProgID in HKCR. In this case it&#39;s &lt;br&gt; InternetExplorer.Application. Under that key look for
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/2bdaaef71a30f2d6/7da2597c48e94e83?show_docid=7da2597c48e94e83</guid>
  <author>
  mayaxxy...@rcxxn.com
  (mayayana)
  </author>
  <pubDate>Thu, 19 Nov 2009 15:45:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Regular Expression Question</title>
  <link>http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/82238d66a934a547/f34a3326cc9be4b3?show_docid=f34a3326cc9be4b3</link>
  <description>
  The best I could do was find all contiguous digits greater than four &lt;br&gt; and then post process that ... &lt;br&gt; sMatch = RegExpFind(&amp;quot;\d{4,}&amp;quot;, &amp;quot;sfsdf1234567sdfsdf&amp;quot;) &lt;br&gt; if sMatch &amp;lt;&amp;gt; &amp;quot;&amp;quot; then &lt;br&gt; Redim aMatches(Len(sMatch) - 3) &lt;br&gt; aMatches(0) = Left(sMatch, 4) &lt;br&gt; For i = 1 to Len(sMatch) - 4 &lt;br&gt; aMatches(i) = Mid(sMatch, i + 1, 4)
  </description>
  <guid isPermaLink="true">http://groups.google.com.gh/group/microsoft.public.scripting.vbscript/browse_frm/thread/82238d66a934a547/f34a3326cc9be4b3?show_docid=f34a3326cc9be4b3</guid>
  <author>
  tglba...@cox.net
  (Tom Lavedas)
  </author>
  <pubDate>Thu, 19 Nov 2009 14:54:19 UT
</pubDate>
  </item>
  </channel>
</rss>
