Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested VB Script Solutions: 176 - 200 of 2608
 
I want to programatically set the formula in cell B based on the contents of cell A. example below shows the following. A1:C3 - matrix that can contain red/amber/green, yes/no, or Low/Me...
I am looking for a VB Script to use in a login script that checks the login username and if it is part of a certain list it calls another vb login script. Reason for this is because most of my...
Hello All: I need some help here.  I am new to Active Directory concept but have some basic knowledge in VBScript.   I need a VBScript to update the LDAP Active Directory file which contain...
I've written a small vbscript that reports if a specific process is running.  The name of the exe being looked for is hard-coded into the script.  I want to make the script a little more unive...
I am trying to write a vb script code that will enable me to read and compare data from 2 excel files. if a matach is found i put a flag. All i need is the part where it binds to the 2 files, ...
I've been developing/testing a vbscript which we intend to add as a login script that will automatically create an Outlook profile verses our Exchange server if the user does not have one on t...
We're in the middle of upgrading Win2000 PCs to XP Pro. We need to copy user files off of the PC and store them on a network share. The user's PCs have a D drive partition and also stuff store...
OK, IM stuck. No matter what permissions I Set I keep getting "Permission Denied" Error  (see the code error below) This code...   Set objFile_ErrorLog = Server.CreateObject( "Scripting.Fi...
Basically I have a script that analyses a serious of log files. I want to check if a log file is in by the system (i.e. if it is still logging/writing to it) before I start searching through ...
I am looking to create a script that will change the path of the wallpaper for the logged in user. If thats not possible, I need a script to find the location of the existing wallpaper and rep...
I need a VBS Script that I can add to my exisiting logon script, that will copy a shortcut from a server share, to the users desktop on logon.
I have a VBScript to add users to AD using a .csv file for input.  I want to add a Home Drive and Directory to the profile.  I have the directory as '\\server\users\%username%" .  When I proce...
I've been working on getting a script created that will set the pagefile settings on all our workstations.  Workstations are Win 2K SP4 and Win XP SP2.  Current company policy:  no pagefile on...
How to write a VBScript to list all window handles with an identical window title? How can FindWinowA to find the second window handle of the same title windows? Foir example, 1578152 - Sun...
I want to get a list of the computers in the domain and then run a gpupdate /force /boot on those computers.  I was thinking the best way to do this is to run a psexec after the list is genera...
I'm using VBScript to return the current date time in YYYYMMDD HHMMSSSS format.  However I need to have 4 digits seconds which is up to milliseconds.  How to do it?
At the end of an excel vba program I select all the columns being used and set the columns to autofit with the following code:       ActiveSheet.Columns("A:I").Select Selection.Columns.Auto...
Dear All,    My question is how to use vbscript to config "Regional and Language Options" such as change location in Regional Options page in Control panel? thank you Tommy
I'm using the following script to run in SecureCRT. It's basically a script to go out and change all the root passwords on our servers. The problem I'm having is that when it does a cat se...
I've seen a few alleged wildcard searches in vbscript that either use the file extension, or basic string parsing.  But none seem to provide proper wildcard functionality.  So I decided to pos...
I am trying to attach a file when I send an email.  The email sends fine unless I add the attachment line, then it breaks.  All of the examples I've seen require a hard path except the line I ...
I am trying to write a Visual basic Script to export multiple registry keys and append them all to one .reg file. For example, I want to export the following entries; HKEY_CURRENT_USER\Netw...
I need to restart a windows service using vbs script the service name is "Papercut Application Server". Is there any way to do this via vbs script ?
Hi, I have some very large txt files which i cant unfortunatly load into excel (unless someone can suggest a way this is possible?) 366kb is the biggest (!) in these txt files i am doing a...