Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top VB Script Solutions: 151 - 175 of 622
 
Hi there, I'm trying to implement some error handling in VB program which essentially creates a set of folders and names them based on a message box input.  I specifically want to flag if s...
Hello, I want to execute a excel macro (2003) of an already opened workbook with a VB Script. How can I do this ?
In my form i have 5 check boxes these are 1)GAS 2)ELEC 3)Heater 4)H.A.B 5)TANK The user can select any combination. i need the output to be as follows for example if the user selects in...
Hello VBS Experts, I have a bit of a problem with a small script I have tried to work out. What it does is getting the OS version, STD or ENT, of window server(s) specified in a txt file...
I need the attached VBS converted to VB.NET or VB 2008. Any takers?
I'm trying to install a printer with a VB script that i copied from a link here at EE. I'm getting the attached error and haven't a clue whats wrong. the line referred to seems to align ...
Hi X-perts, I am puzzled here. Have a look at the code attached. When the line WSdbFactors.Range("A2").CopyFromRecordset (Recordset) is executed, ALL the CELLS in the workbook change...
I need a script that I can run via GPO that will create a list of every users mapped network drives.  I found this script within Experts Exchange and deployed it via GPO.  It creates the outpu...
Hi I need urgently a logon printer script for the following situation: I have 3 rooms with 30 computers in each room and 1 networked printer per room installed on a print server. I hav...
We have 140 Windows XP workstations on Active Directory 2003.  I need a script to find out who is local administrators of their workstations.  This can be a batch or a VB script.  My knowledge...
I am trying to remove a computer account from the domain, but for whatever reason when I try to run even a simple 3 line computer removal script I get the attached error. What can I do to g...
I have the following script that when executed force a Windows computer to reboot. If I manually run the script the computer reboots fine. If I run the script on when the user logs off (...
For my own needs, I need a small application that would set the function keys to specific keystrokes: F1 set to CTRL+U + CTRL+M F2 set to CTRL+B + CTRL+M F3 set to CTRL+F + CTRL+M F4 set...
Hi, I have SQL Express 2008 and I am trying to schedule a backup of my database. The problem is I can't set this up in management studio so thought I could set a command line backup to run...
Hi guys hope you are well. What I would like to do is to do something like the following: <script.vbs> <domain> What this will do is: 1) Query Active Directory 2) Return a list of...
I've got a small network where I periodically perform a file copy operation. It's a workgroup only and not a domain environment. How can I pass user credentials in the script so that the scrip...
Script keeps erroring out on me with the message "Path not found" I believe it has something to do with the "\" in the code because it works with anything else in the quotes.  The part of t...
I've got a column in Excel where the month is pulled out of a date range. I'm trying to convert it to a letter code (ex: 01 = A, 02 = B, etc...), but it's not working out. It errors out every ...
Hi, I have a script that creates an XML file from a range, at present I use a separte prgramme to watch this file and upload this, hoever this then becomes tied to a specific machine. Is...
Need help editing my VB script. The below line in the VB script I need help editing. objFile.WriteLine "echo ""get " & Rec("NodeB") & """>>mod.txt" I need to add  rncmodule to the e...
I have a dire need for a special vbscript and can't seem to find the way to piece it all together.  Maybe I've just been too busy with other issues all night, and my brain's fried.  Anyway, th...
I have a backup software that does not take backup of files that have a total character count of above 240 characters in the file name (ex c:\sdfsfsdfsdf\sdfsfsdf\sdf......sfsdf\ssdfsdf\file.t...
Hi, I was wondering if anybody can help in writing a script to replace texts in a text file. I have attached a sample file. The criteria is that the search needs to start on the 2nd line as th...
Hi, I need some help trying to code an app. I need to pop up a image on a group of users computers at a certain time on monday everyweek. The image changes and at present someone is desi...
I have written a script that runs on a server  (server1) which is part of domain A. It runs the script from a remote server (server2) on domain B through a share. I have mapped the drive in wi...