Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested VB Script Solutions: 201 - 225 of 2608
 
Hi, Can you help me with a vbscript for running a Winscp ssh session to a UNIX server to get some of the files to the local C drive? I have 3 text files with list of servers. text1: serv...
Hi, I am trying to write a VBscript that will rename a mail enabled group in AD 2000 and then amend some of the attributes. If I hard code the LDAP query it works fine, but when I try to us...
Looking for a VBscript that will disable a group of user accounts in a W2K3 AD from a list of sAMAccountNames in a .csv file.   -The CSV file will only have 1 column with the first cell title...
I'm trying to see how Video/Audio works under RDP protocol.  When I log in to TS using RDP the Video plays but not the sound.  I looked at the policies in place and enabled Audio in RDP, and t...
I have a series of data in rows as below which started at row 17A x 1 2 3 4 5 6 7 8 9 10 y 1 2 3 . . I WANT TO MAKE IT LOOK LIKE, x 1 2 3 4 5 6 7 8 9 10 y 1 2 3 4 5 6...
Hi I am new to experts exchange and dont really have much scripting experience. I need a script to check the size of a folder and send an email if the folder reaches 12 Gb, i was planning ...
Why should this VBscript cause (Bad File Mode) I have tried everthing to resolve it ran out of ideas. The files is created OK and you can open it. the folder is on C:\scripts and has no odd pe...
I wish to first give credit to the gentleman who wrote the original script, as it works beautifully under Windows XP: http://www.members.optushome.com.au/~wskwok/poptop_ads_howto_11.htm The...
I'm working on a script to backup servers running under Microsoft Virtual Server, modifying a script posted at redmongmag.com (http://redmondmag.com/columns/print.asp?EditorialsID=2324) VS ...
Hello, Is there a command line or a script that would be the equivalent of repairing a network connection? The same as opening the Network Connections control panel > right click connection ...
Is tehre a way that vbs can run and then when it gets to a certin point wait for a file to be in a directory before completeing?
Hi, I need to be able to launch an IE Window without an address bar or the tool bar (i.e. Tools, File) from a VBscript, or batch file. Just a basic Window frame is all I require with a w...
I have been able to map drives based on OU membership using a VBscript, now I would like to manage these printers in a more granular way and set each user's default printer based on their user...
There is text on the cells of a non-editable grid.  Some of the cells are BLANK. Could get visible text from one row of a grid as a string and can save in to a variable. Need to seperate the...
how do I prompt a user for multple input boxes and save to varaiables. Please provide examples. thanks
Hi there experts - never used VBScript before to please be gentle. Need to get VBScript to read a file that will contain 1 server name on each line and pass this entry into the script.  Onc...
I found this script that will read the local administrators groups on a member and report the nested groups members that it contants. I need some help getting this to output to .csv file. I am...
Hi,  I have a Vbscript that read an Excel file and searches for bad Email addresses in one Column.  So Far, most of the script is working.  I ask user to enter a Column number containing Email...
Hi.. I am using the below code to send email in lotus notes. But how do I send memo to multiple recipients???? But i am not able to send to multiple recipients!!!!!!!!!! (please do not provi...
Hello all, I am trying to figure out a way to close all open excel workbooks with VB. The code I have selects the first instance of Excel and closes all workbooks within that, but if there is...
Hi Experts: How do I call client side VBScript using an HTML button? My application is PHP5, HTML,  MySQL  based running on WinXP Pro, SP2.  I'm using WAMP2 as my LAMP.  (http://www.wam...
Hi, I found this script , see attached and I'd like to change "text1" with %USERNAME%, or any other environment variable I understand scripts, but nothing high end, and I need this s...
Hi, I'm still new to VBA  and I have to use VBA to determine of a weekly list, the top 20 unique counterparties failing for trades over 30 days. I read the Dictionary object is the most ef...
The code below is fantastic for my use for files in one location. However, is there a way to utilize an array name origPathArray with, say these items in it: C:\PDF Copy Test\Orig\ C:\PDF Co...
I wonderd if there is a way to get a list of AD computer objects together with the OU path? Example: /computers/homecomputers/XPmachines/Host1.mydomain.test /computers/homecomputers/XPmac...