First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
Regular Expression - Subnet
Dear All, I have the following regular expression to check that a subnet has been entereted correctly during a server prep script that I am writing. It works fine if a number other than 0 is entered as the last octet however if i enter more than one zero it accepts it as a valid subnet. i want it to check ... 30 Jun 2008 10:40
How can I manipulate Sharepoint Lists in VBScript?
Is there a simple way to read from and write to Sharepoint Lists in VBScript. I tried to create an Access MDB with a link to a Sharepoint List and use ADO to read it, but it gives an error... Error Number: -2147467259 Could not find installable ISAM. Is there a Sharepoint object for VBScript? -- /* Don... 7 Jul 2008 18:41
What folder does Outlook 2007 use for scripts?
I have a script (.vbs) which I wish to run upon receiving certain messages. What is the default directory path in which to place the script so that I may invoke it with a rule? Thanks! ... 28 Jun 2008 04:32
Help with Logon script error
Below is a logon script that I've basically put together from various other examples. The intention of the script is to map a set of common drives for my users. The script should check to see if a drive mapping already exist, if so, then remove it, then map the drive letter back to what I want. I kow/think t... 1 Jul 2008 13:22
When do I have do define variables with "DIM" ?
Occasionally I saw VBS script where local variables were declared on top with a statement like DIM myvar However most of my own vbs script run without such declaration. When do I need them and when not? Tony ... 29 Jun 2008 12:09
Modifying HKCU or HKU subkey that has been restricted
Does anybody have an idea on how to edit the HKCU or HKU part of the registry? Here is my problem. We have changed from outlook to Lotus notes. And outlook is still trying to set itself as default mail client. I know where the key is to turn off the check, but during the configuration of Office the key has been... 27 Jun 2008 14:13
Map network drive for user using VB/ASP.NET
Hello, I'm trying to create an admin page that can run miscellaneous scripts for our IT department. Currently, I'm trying to create a script that can map a network drive for a user (e.g. a form where I can input \\path\folder, drive letter, and domain\user). Is this possible? If so, can someone point me in ... 29 Jun 2008 04:00
SQL Query in VBScript
Hi, I am trying to write a SQL query in vbs. I have been able to write a script which queries a single table. My problem now is that I am not sure how to structure the query for two tables. This is what I have got so far: -----------------------------------------------------------------------------------------... 30 Jun 2008 06:34
Running an Excel macro usning .vbs
Hi: I've got a script that runs fine if I run it through the VB Editor, but won't run when done through a script. I'm not sure where I'm going wrong here, so if anyone has any ideas I'd appreciate it. Sub openexcel() Dim xlObj Set xlObj = CreateObject("excel.application") xlObj.Workbooks.Open "C:\Do... 27 Jun 2008 15:15
vbs question
I have a VBS script that is scheduled to run through windows scheduler. (Automation). I am looking for a command to place it in the script to generate verbose/debugging mode to see exactly the flow of the script. thanks ... 27 Jun 2008 08:02
First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72