Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

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

 
Top VB Script Solutions: 176 - 200 of 622
 
Hi, Have another VB Script newbie question. We have quite a few machines that are reporting this error: Security policies were propagated with warning 0x4b8: An extended error has oc...
There is a hidden dialog box that pops up when you first open Microsoft Word.  This dialog box causes problems at a great deal of my client sites.  I basically have to open Word before Outlook...
Hi, Would like to know whether there is a batch file command or VB Script command to retrieve the IP address of a PC?  The returned result is expected to be just an IP address but no more s...
Hi i need to list all folders and subfolder user permissions in from my file server, Is there any script or tool which can do this, i need help urgently, thank you.
I found the script below on the internet and would like to modify it so that I can run it against a list of computer names from a file, and write the results, listing all retrieved information...
Hello Experts, I have an txt file which contains the file path. I would like to create a folder based on this path and copy the file to that folder. The txt file contains.. C:\Test\testing\...
I want to include the dell service tag and express service code to this script, I also want only the computer that are active in the domain. This script currently gives me all the computer tha...
Hi, I have a number of filed sales reps who come into the office probably twice a week, they carry some documenst on their laptops that are updated frequently on our office server, so the...
I have a script that will change power scheme, users don't have rights to change power settings, I can runAs but it doesn't change power settings for user logging in, it changes the power sett...
I have a user that needs to save any csv attachement that comes from a specific email address, save it on a network drive and then move the email to a folder. i got the script from this sit...
Hello Experts I am returning data from the database and exporting the result to the .TXT , I am trying to save the file to .CSV instead. I am unable to do, please can someone advise the chan...
i am working on a log in script for our remote clients, they need to connect to a vpn connection to work. There are 2 profiles for them to use the system will choose the primary connection as ...
I have two files: one skeleton file that will be used as a base and the second containing the data to be inserted into the new file.  So file1 + information from file 2 = file 3.  File 1 conta...
I am looking for a solution for an issue we are having with the Cisco VPN Client and when the Application Launcher runs. We are needing to be able to map network drives once the VPN is connect...
Hi Im looking for vbs code to write all the names of subfolders within a directory, I found this code online which generates a text file but there is no data in the file. Is there a problem wi...
we have Server 2008 and currently have a user logon vbscript that maps drives for the users based on their ad group assignment.  What I would like to add to this script is some lines of code t...
Hi, I was wondering what is the easiest way of sorting an array (array2), based on the contents of another array (i.e a template - which in the example is array1).  The example that i have ...
I need to create a .bat file that will log into a remote ftp server and copy all .csv files down to the local host in a specified directory.  This needs to be an unattended script that doesn't...
Hi every one,  I have a vbs script that will delete all the local and network printers installed on the machines (please see the script attached) I have exclude the PDF printer in the script,...
Hi All experts I am new people in VBscript. Could anyone help me to convert the following code into vbscript.vbs? So I can run this .vbs as logon script. Thanks in Advance
this code basically should query a host and display information on the host such as HD space, dns information, ip address, service tag, and other things.  it outputs the information to a local...
I need a script that ask a user "did you remember to make your local backup) Y/N and if the user say no i'll like it to stop the computer shutdown is that poisble ??
HI. I have two table named actual and past. From this two tabels I generate 2 access data page. In the first page I have a button named "moverecord". I need, when I press the button to move t...
Way of making shortcut key that will maximize (or open) a particular application within Windows that I have specified beforehand. I would like to be able to automatically maximize a minimiz...
I have a vbscript that connects to an Oracle databse and writes some data to a table.  Normally all is fine, however there are occasions when the user enters an unexpected dataset that gets by...