Microsoft VBScript runtime error '800a0009' Message-ID: <6ec475c91c6d4736939ce19d0ad43017(a)newspe.com> X-Mailer: http://www.umailcampaign.com, ip log:75.131.114.20 Newsgroups: microsoft.public.scripting.vbscript NNTP-Posting-Host: 22.bb.5446.static.theplanet.com 70.84.187.34 Path: TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl!newspe.com Lines: 1 Xref:... 24 Mar 2010 20:33
msgbox title issue hi, as per documentation msgbox will display "vbscript:" followed by user given title text. i want to get rid of it. it doesn't happen in my local browser (IE 7). but happens in another machine. can tht be handled in script. any advice is appreciated --- frmsrcurl: http://msgroups.net/microsoft.public.scripting.vbs... 24 Mar 2010 05:30
How to check a AD user's password Hello,Everyone Sorry for my poor english. I want to check a AD user's password to do a Authentication. How can i build my vbscript? ... 23 Mar 2010 00:09
Split function... popular topic today! Hey all, I'm trying to get split to get all the parameters minus one (the first one). For example: I get all the parameters needed with this: NewGroup = Split(OldGroup,",", -1) Then I create an Input box and try to get all of the members of the new array (minus the first one) like this: objOU=InputB... 23 Mar 2010 17:12
Split Method Hi there I'm trying to figure out what the following syntax for split means in the following line of the code arrTest[0].split('/')[0] what does ('/')[0] means in split('/')[0]? please can anyone explain ... 23 Mar 2010 00:09
Create a folder structure path Hello Is there a easy way to create the folder path c:\folder1\folder2\folder3 ? ... 18 Mar 2010 18:59
Diff in running VBScripts-WMI routuines from WinTaskSch & SQL Agen Is there a difference in running VBScripts-WMI routuines from WinTaskScheduler & SQLAgent. Because what is running all fine with cscript & WinTaskScheduler suffers with unlrelated errors when tried with a SQL JOB. Any insights. -- -yusuf ... 18 Mar 2010 03:45
How to convert to unicode in ADSI - "mail" attribute? Hi all, I made a vbs to add an extra e-maill address to a distribution list group. The e-mail address should be <group name>@dnv.com. As we are a Norwegian company, the group name sometimes contains Norwegian character such as "Ø". When I look into ADSI, the string with "Ø" do updates in "mail" attribute. ... 18 Mar 2010 13:01
Find a unused drive letter Hello I've got a to use the subst cmd on a PC, and when the script is run I won't know what drives are mapped at that time, so I'd like to be able to find a letter that isn't mapped, then I'll just use that in the subst cmd. My question, is how do i find a drive letter that isn't mapped? ... 18 Mar 2010 09:21
Installing a printer using WSH Hello, I am using a script to install printers but I get a strange error message Set WshNetwork = WScript.CreateObject("WScript.Network") PrinterPath = "\\server1\sharedName_hp1" WshNetwork.AddWindowsPrinterConnection PrinterPath WshNetwork.SetDefaultPrinter PrinterPath When the user logs on for the... 17 Mar 2010 23:26 |