Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested VB Script Solutions: 1 - 25 of 2796
 
I have the following vbs script running as a logon script.  But everytime it runs, When the shortcut is created, it is created with the symbol of no icon.  How can I direct the icon location t...
Hi, I like to send email from a host that may not have SMTP service installed. I try the following sample code from Microsoft website and it does not work. I may miss some configuration here...
I'm a VBScript noob and could really use the collective's help.  I have a VBScript that I downloaded from this website that runs at user logon through Windows group policy.  Basically the scri...
Hi. Good Day to all. I have this problem. How can i do this in vbscript? I know this works in vb 6. On Error Goto ErrHandler  statement1 ' this is the line having an error  statement2. ...
I'm trying to automate Internet Explorer. The goal is to use IE to run a search on google for "wombat" then save the file on hard disk for later processing. I have a few syntax errors in my ...
I'm using MS Excel 2003. I want to programatically add a drop down list to a cell.    DROP DOWN:  ("RED", "AMBER", "GREEN")    DROP DOWN:  ("HIGH", "MEDIUM", "LOW") I'm testing 2 condi...
I found a VB script that allows me to get the service tag off of remote computers. However it doesn't work on all hardware, but I found another script that does work on all hardware, but this ...
Hey All, Look like am not getting right logic to strart the below scenario Okie here we go...  I have Folder A and Floder B,assume Folder A getting new files every one hour or may n...
I have a storage device which has pointers to file on another server. There seems to be a problem: some pointers are linked to missing files. Is there a way to run a script (VB) and chec...
Hi x-perts, Is there a way to write a Select Case statement with a FEW executable Case options, i.e. when a=true and b = true? of course, I can write all IF statements, but it would be m...
Hello, Looking for a script to search in a particular folder (which has many subfolders) for media file types such as mp3, wmv etc.. and store the result on a text file. Thank you.
Need create a vbScript to to the following steps: 1) To verify if the following key already exist. If it is, then a message pops up " The key already exist." Otherwires, go to step 2. \\HK...
I need to write a script to verify that a file does not exist. I know that the FileExists method is used to verify if a file exists, but is there an opposite method? Here's what I'm doing. I'm...
I am trying to update a file on a bunch of systems with a vbscript, the script finds the severs but it deletes the contents of the file, I read in the file, close it then write to it but it ap...
I have a logon bat file now and need to remap printers in MS Active Directory to a new server. I have worked with vbs logon scripts but never bat logon scripts, so can I call a vbs script from...
Hi Need a script to find files containing "corp" in all or part of their name within c: and subfolders (recursive) and the delete them. I.E: file name corp.txt; corporate.exe; coporatio...
Hi Experts, I have made some changes to the following script. I am having troubles adding support for nested groups. The script only shows the groups the user is a member of in AD. Can some...
I use a shutdown script and i have it set to delete the temp files and the temporary internet files, defrag, and run virus scan. The problem is, I just realized that it can't delete the intern...
Hi All, I have been working on a script that imports users from OUs in AD to Excel.  Got it working, it formats and all.  I do not know how I can get the script to delete Rows that contain Em...
Hello, I am looking for a solution to create a vbscript that will do the following: Check if a particular folder exists on the target pc.  If that folder exists, exit and do nothing.  If...
Hi Experts Current, i got a script that enables me to view the current settings of the computer's name... But upon display the name, i would like the user to have the option to change the e...
I have a small script in Excel VBA and I'm using a Dictionary object. I want to print all they key-value pairs  how do I do this? Debug.Print "Key=" & ???  & " Value=" & ??? Short exa...
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. ...
Can anybody help me with a simple syntax problem?   I'm sending form-posted data and appending it all to a string variable.  What is the syntax to telll if the string variable contains a certa...