What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top VB Script Solutions: 1 - 25 of 628
 
I get the following error during a product installation: Error 1720.There is a problem with this Windows Installer package. A script required for this install to complete could not be run. ...
I want a vb script that runs something like this. I understand "ingroup" is something used by a program called kix?   SO i need the vb or whatever equivilent I found lots of examples onlin...
Code below works fine.. If run from command line with cscript "File Name" My Issue I need the same Function but I need it to use a pop up box for both prompts and on top of that I need i...
I've attached the script I'm using to join a domain but I want to integrate this with another script I'm developing.   The problem is the script below has arguments that are passed to it when ...
Hi Guys, I have the following stored procedure in SQL Server 2005 Express (Please see code area) which takes the brand name and time of call as input parameters and carries out a number of ...
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...
Hi, I have a macro in Excel that opens up two instances of Google Maps and takes a few parameters from a spreadsheet to look up addresses on Google Maps. I wrote the code in VBScript earlier, ...
Is there a vbs function to convert "Wed Sep 09 09:16:24 EDT 2009" to yyyy-mm-dd hh:mm:ss format?
I am trying to setup a file transfer between two windows boxes. It looks like SFTP is the right solution. I installed the OPENSSH server on machine "A". I setup the users that I want. Then I ...
Hi All Is there a way in VBS to add an outlook rule for a User? I like vbs because It can use envirometal variables to get user information which would be perfect for building my script. If ...
I am executing the following conde in a vbs. Is there a way to execute this code in the backgroup. This will be part of the loggin script so I want to avoid the 5 black screen pop-up's tha...
I am trying to figure out how to write a VB script to check if a computer exists in AD. If it does, Delete the computer record. Computers will exist in different OUs and containers in the doma...
I'm trying to write a script that will look at a XML file and check to see if an Element exists.  If it does exist then it looks at the child nodes to return the text of each of them.  Wheneve...
I am trying to create a VBScript that will create calendar appointments on calendars for which I have been identified as a delegate. I have the code attached working fine for my own calendar, ...
I am having a major headache with an ASP based VBSCRIPT file - I have already posted one question on this subject but it ground to a halt.  Now I've had more time to think about it, I want to ...
Hi VBScript Gurus, I'm trying to automate some tasks and have come up with the following code below. It is supposed to move all files with proper extensions to folders, but I am having diff...
Hi I have been given a script that creates an additional email folder in Outlook when users log on. The script works fine. When a user logs on and the script runs, it displays a command pr...
Right now I have a dos boot disc that I use on the laptops to change the asset tag, service tag, and owner tag, and then I have it boot into Ghost. The problem is now we are going to switch to...
Hi, I have this script in VBS that generates a list of results sorted by name. How can I sort also by last modified?? I need a sort by name and next, sort by last modified. Can you he...
I want to list all Security Groups within our Active Directory Domain, can I have a VBscript that can automate this process?
Within my script, I am setting a source and target folder as follows: srcfolder = "c:\Documents and Settings\fred\Application Data\Microsoft\Internet Explorer\Quick Launch\" tgtfolder = "F...
I have a zip file that I want to open and extract the files to a 'Temp' folder. The zip file is password protected but it is always the same. I have created some code that opens a drop down bo...
Does anyone have a vbs script that can display the members of AD groups? Let's say I want to display all members of group X.
I am trying to create a batch that closes outlook "correctly" on client machines from the server.  I know killing outlook would be easy enough, but i don't want outlook scanning files every mo...
I have the following script that works until the last part of the loop. the objMSSQLDC1.Execut (strSQL) command stops after the first 23 records. If I comment out that line and use just Wscr...