Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
microsoft . public . scripting . vbscript
This is a Usenet group - learn more
Find or start a Google Group about vbscript.
Group info
Language: English
Group categories: Not categorized
More group info »
Related Groups
Microsoft scripting newsgroup.
Low activity, Usenet
Microsoft Windows newsgroup.
Low activity, Usenet
Microsoft scripting newsgroup.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 66407  Older »
Description: Microsoft scripting newsgroup.
 

Create a folder structure path 
  Hello Is there a easy way to create the folder path c:\folder1\folder2\folder3 ?
By Jason  - 1:09pm - 3 new of 3 messages    

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.
By Yusuf  - 6:44am - 1 new of 1 message    

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.... more »
By iTWeb  - 3:58am - 3 new of 3 messages    

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?
By Jason  - Mar 17 - 3 new of 3 messages    

vbscript start excel run macro not working 
  I am trying to run a vbscript that opens excel then executes a macro. I have code that works but I get an error saying "The macro "sort" can not be found. I found that if you open excel by the script it does not load any of the macros. I did some searching and found that by opening excel via automation does not load all addins and startup files to load... more »
By khstng50  - Mar 17 - 1 new of 1 message    

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.AddWindowsPrinterCo nnection PrinterPath WshNetwork.SetDefaultPrinter PrinterPath When the user logs on for the the first time the receive an error... more »
By wuzzle  - Mar 17 - 5 new of 5 messages    

Running exchange powershell command from vbscript 
  Hi! :) I need to run one powershell command from vbscript. I have no problem running a command like Get-Command but what I need to run is an Exchange command (Set-Mailbox). How can I do this? I tried: Dim objShell : Set objShell = CreateObject("Wscript.Shell") objShell.Run("C:\Windows\Syste m32\WindowsPowerShell\v1.0\pow ershell.exe -noexit... more »
By Sofia  - Mar 17 - 1 new of 1 message    

Group membership query fails because of special character 
  Hello All. Consider the following script: (watch for word wrap) strComputer = "atl-ws-01" strGroup = "Administrators" Set objGroup = GetObject("WinNT://" & strComputer & "/" & strGroup & ",group") For Each objUser in objGroup.Members Wscript.Echo objUser.Name Next This script works fine; except if there's a dollar sign ($) in the... more »
By Highlander  - Mar 16 - 3 new of 3 messages    

Type Mismatch Error After Converting vbs to wsf 
  Have a fairly simple vbscript application that was originally coded in a single .vbs file. Includes one function (MJLogTypeIdFromAbbr) that I wanted to move to a common "library" so that I could make it available for use in other vbscript apps. So, I split that function out into a separate .vbs file, and created a wsf... more »
By kamyers1  - Mar 15 - 3 new of 3 messages    

force reading csv fields as text 
  I'm trying to put together a vbscript that will read a .csv file using the ADODB tools. However I'm running into an issue with IP addresses in this .csv. It looks like it is treating them as decimal numbers. So my question is, is there a sane way to force the reading of .csv fields (that are not surrounded by quotes) as string values, if you... more »
By JayCee  - Mar 15 - 4 new of 4 messages    

1 - 10 of 66407   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google