HI, I would just like to ask for a vbscript code to check if the directory is empty.. if it is not empty it will execute a specific program.
Greetsings Experts,
I have a script that I was able to get a simple progress bar function to run on it. It works fine with no errors, but the only way that I can get it to work is to put i...
Hi,
I need to make a script in VBS able to find the last login time of any user in a workstation, i-e the last time a session has been open, anyway if it is a local user or a domain user (s...
I have been tasked with rolling out several hundred new computers.
The computers will all be imaged and will not be joined to the domain until they are physically on the clients desk. Th...
I am writing a vbscript that I need to query SQL Server 2000, the results of the query will be used to query/update AD. I'm having trouble figuring out the best way to do this. I have the SQ...
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...
I have a script that works pefectly for cleaning up all users on remote PC's located in the local administrators group. At least on all the test PC's(which are in the domain). When I run the...
All,
We have a hardware device connected to the computer that freezes up sometimes. It's a bug in the vendors hardware. The only way to get around it is to disable to the USB ports in the...
I have a VB 6 app. that is connected to Access 2003 DB. I'm currently using ADO for connection to the database. I would like to delete "yesterday's" records out of the database. Currently I'm ...
Hi Experts,
I am trying to get a vb script that will reboot all computers in several OU's I have in our Server 2003 environment (all clients are XP SP3).
Here's what the script should do...
I am looking for a way to resolve the computer name of multiple IP addresses via a .bat file or a VB script file rather than performing an nslookup command on each and every one of the IP addr...
I have created a vbscript that is designed to look into a text file for a specific search string. It is suppose to write all lines that search string is found in to an output file.
It is lo...
Hi,
ive got the following code within my spreadsheet, which stops a user saving a file, when they should hit a button to do this (and other things) for them.
HOWEVER
I have this code in...
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...
All,
I am trying to put together a vbscript that will map a user's network drives based on Active Directory group membership, and also map a drive to the letter H: based on the user's Home ...
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 know I'm going to feel very silly when I get an answer to this, as it seems like this should be straightforward, yet...I'm lost.
I am wanting to create a 2-dimensional array, which is som...
how do you get the current default printer name using VBScript ?
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, just trying this VB script in a test domain, need some help.
Set objUser = GetObject("LDAP://cn=Fred Flinstone,ou=Stone,ou=Users,dc=Testing,dc=com")
Set objLastLogon = objUser.Get("las...
I have just built a new File/Printer server. Currently we do not have any logon scripts in place. I would like to create a new logon script that does the following. I have found bits n' pie...
I need to search for a file on a specific drive using VB script and return the full path to a variable. I only want to provide the filename and extension of the file I am looking for. When ...
I need a script that will recursively delete all files, based upon a pattern, that are older than X days, from a starting directory.
Thank you!
Hi, I need an example VBScript which will ftp several files using wildcards onto an AS400 server
The following parameters should be met.
File name selection using wildcard (I.E. Z:\file*.T...