First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Server Check Health Script Needed
Does anyone have any scripts already written which does any of the following: DCDIAG NETDIAG Extract and List Errors and Warnings from Event Logs including the results of NT Backup Check Disk Fragmentation Check Disk Free Space Check AV Status (Landesk) Check the results of Scheduled tasks Check AD Replicat... 21 Jun 2010 03:44
PnPCapabilities, powermanagement and Windows 7
Don't know if this would be better off in a Windows 7 board or not, but here goes. We're rolling out Windows 7 with SCCM and want to ensure that no matter what, the nic adapter settings are the way we want them. So I'm using one of the standard vbscripts found via goggle to enumerate through nics and set the ... 19 Jun 2010 17:50
Can this VBA be translated to VBScript?
Thanks. I took out the Dim statements - but when I do that the statement p.MyContacts fails. ======= Const MPHONE_TYPE_WORK = 1 Sub showContacts() Dim p As CommunicatorAPI.Messenger Dim s As CommunicatorAPI.IMessengerContacts Dim t As CommunicatorAPI.IMessengerContact Dim o As Communica... 22 Jun 2010 10:29
Reading XML objNode Value
Right now I just want to be able to read (Echo out) the Value of "VALUE" in an XML element node, and eventually modify it. This will be run with the Windows Scripting Host from a Windows command line. Here is the line of XML I want to read from: <IP_ADDRESS VALUE = "0.0.0.0"/> Here is the code I have rig... 21 Jun 2010 10:14
Ubound Suscript Error in Multidimensional array
Dear All, Please help with the Ubound subscript error I am receiving. I get an error on the line: ReDim PRESERVE arrFileType(2, UBOUND(arrFileType, 2) +1 ) This code is heavily abbreviated but the flow is still shown. I am confused and I would like someone to put me out of my misery. Thanks again. Al... 21 Jun 2010 12:28
VBScript to VBA controlling SAP Script Editor
I hope this helps, as not only am I relatively new to programming, but even more so to SAP interfaces. In VB.Net, rather than having the program look to see if it was an object, I merely dimensioned them as such. i.e. dim sapguiauto as object dim sapapplication as object .... and so on. Where before it did n... 18 Jun 2010 09:08
Monitor what programs get started by user.
Hi, I am wondering if it's possible for a vbs script to monitor anything the user loads, Then output it to a text file. thanks, Chris ... 17 Jun 2010 17:54
How to tell when user has last touched his keyboard or mouse
Is there a VBScript/COM-Obect can provide the time in minutes that has past since the user has last touch his keyboard or mouse? I'd like to write a script that shows you what you see in MS-Office Communicator. (Does Communicator have a manipulatable COM object?) Thanks. ... 17 Jun 2010 14:33
ANN: VBScript add-ons for (Microsoft) SysInternals BgInfo
Moral Volcano's BgInfo VBScript Add-Ons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BgInfo comes with a set of built-in configuration details that can be displayed on the desktop wallpaper. BgInfo also allows the user to create custom configuration details. The built-in ones are good but they are not great. ht... 16 Jun 2010 22:09
FileSystemObject OpenTextFile (for writing) permission denied
I'm writing some VBScript to convert one text file in to another format. If I hard code the names input = FSO.OpenTextFile("file1.txt", 1) output = FSO.OpenTextFile("file2.txt",2,true) Then everything works fine, and file1 is converted in to file2 successfully. However if I utilise arguments, and drag and dr... 17 Jun 2010 00:19
First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29