VBScript and SQL Server 2005 Hello, I need to develop a VBScript that can pull various configuration info on our SQL Server 2005 servers. More specifically, we have about 8 SQL Server 2005 servers, all running on W2K3 servers. We need to be able to pull as much of the SQL Server configuration as possible from each server so we can com... 9 Apr 2010 15:39
Need no-install (i.e. no admin rights) database to run from HTA on win7 x64 I need to be able to create a small HTA capable of running on Win 7x64 as well as WinPE3. I would have preferred to use the MS text driver and store the data in an simple CSV, but that is no longer included within the MDAC, and is not available in Windows 7 x64. There is no guarantee of administrative permissio... 25 Apr 2010 23:24
Windows Server 2008, CreateObject and a VB6 dll I hope some of you still follow this forum -- I realize I am joining the conversation 2 years late! I am encountering the exact same issue as Anthony (i.e. com object instantiation works with an exe but not with a VBScript call). I appreciate the solution, but can't figure out how to make it work. Specifically,... 6 Apr 2010 16:29
Support in script I need a batch or VB script if it can be for remote copying a file to a folder. The original path is C:\Documents and Settings\%userprofile%\Local Settings\Application Data\{ABCDEFGHI}\folder I need to copy all the% userprofile% of the computers and the folder {ABCDEFGHI} is random, changing the letters. The f... 30 Apr 2010 05:07
VB script Hi all I have a DTS package which has got a active x script. Am a sql developer and not aware of this code. Can some one tell me what exactly the below code does:: '********************************************************************** ' Visual Basic ActiveX Script '**********************************... 1 Apr 2010 21:22
Extract words from a .dita file To whom: I have a directory with a number of .dita files in it (each can be opened in notepad). Inside these files are differing numbers of 'keywords' and 'index terms'. Each of these words is between tags. eg: <keyword>help</keyword> or <indexterm>data administration</indexterm> I would like to be a... 2 Apr 2010 17:06
How to disable and enable my Local Area Connection using scripts Hi, I wish to disable and enable my Local Area Connection using scripts. Can anyone suggest a very simple script or command line using netsh etc for doing this? My main objective is to prevent virus attacks from the Internet when the machine is idle by disconnetcting my PC from the home network. Be... 5 Apr 2010 12:46
help with the script Hi all, windows 2003 SP2 server I just need to find out that new pdf files have been added to one directory ex:123 and sub directories every 15 days. Can anyone help me with the script? Thank you. ... 1 Apr 2010 09:03
how to call javascript function in vbs ? Hi, After load page with Set ie = CreateObject("InternetExplorer.Application") ie.navigate "http://www.random_web.com" i want call function javascript in this page, how to ? Thx ... 31 Mar 2010 17:44
Parsing file name I need to parse file names and compare to a database. The file names are delimited by an underscore "_" i.e. bobsmith_datetime.txt. I need to capture everything before the underscore. ... 29 Mar 2010 17:00 |