First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
.Forms - how?
On May 24, 11:19 am, mrk <no.ente...(a)hot.com> wrote: Hi I'm new in VBScript. I mean almost because at this time I've written scripts which operates on text files only. Now I would like to try automate Internet explorer. I wrote simple script opening page  >----------------------------< set oi... 24 May 2010 14:36
VbScript and Windows 7 x64 - in IEx64 vbscript works, but notin I
Ian Dendle wrote: We have a windows 7 x64 machine - a fresh install. We created a <script language="vbscript"> tag inside a web page, with a simple window.alert call. In the 64 bit IE, it works. In 32-bit IE, it doesnt. Tried to unregister and re-register the vbscript.dll in the syswow64 fo... 24 May 2010 13:29
RegOwner and RegCompany Objects of Win32_Product Class
I am using RegOwner and RegCompany Objects of Win32_Product Class to get the Product details of the Microsoft applications installed on my machine. I was using the code below StrComputer = "." Function DispList(StrComputer) DIM objFSO, objWMIService, colSoftware, objSoftware Set objFSO = CreateObject("Scripti... 27 May 2010 20:23
How to check each startup process processing time
Hi All My home computer take 6-7 mins to complete startup process. Before just 3 mins. Do you know how to check each startup process processing time by vbs ? Time to startup my computer. 1. Last Boot Up Time : 2010/05/21 12:20:54 PM 2. System Up Time : 00:07:33 3. Current Local Time : 2010/05/21 12:28:2... 22 May 2010 10:34
vbs script to list files in a directory and email results
Hi. Been trying to write something with out any luck. Im looking for a script that will look in a given directory (i.e. c:\mydata) and e-mail details of what files are in that directory, the details needed are file names, date modified and size. Anyone got any sample scripts ? Thanks ... 21 May 2010 18:23
length of IF..THEN statement in VBS......
Hi, i have an IF..THEN statment in a VBS script that uses the underscore as a continuation so that the conditions for the IF are on separate lines, for readability. eg: IF srvname = "A" or _ srvname = "B" or _ etc. question is: how long can this IF..THEN statement be? it is currently 42 lines... 20 May 2010 16:08
Reminder - Microsoft Responds to the Evolution of Community
What is Happening? This message is to inform you that Microsoft will soon begin discontinuing newsgroups and transitioning users to Microsoft forums. Why? As you may know, newsgroups have existed for many years now; however, the traffic in the Microsoft newsgroups has been steadily decreasing for the past sev... 20 May 2010 01:56
Select Case problem
Hi, I've been trying to modify this login script fom http://www.rlmueller.net/ to map network shares based on security groups in AD without using lots and lors of If Then statements. I've tried to convert it to use Select Case but although it will run the first select case statement and map the I drive, it d... 19 May 2010 19:24
Specify open file with Excel 2007
I have both Office 2003 and 2007 dual installed on my PC. I need to point my script to open certain files using 2007, but it defaults to 2003. Can someone please help me out with this? How can I specify for the script to use 2007 when opening an Excel file? Set oExcel = CreateObject("Excel.Application") oExce... 24 May 2010 10:08
Create script to gather workstation logs
Hi, I have trouble putting a VB script together to gather 2 different log files located on c:\root of each workstation Thanks for your help! Sam ... 1 Jun 2010 10:52
First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34