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.

 
Top VB Script Solutions: 151 - 175 of 752
 
Hi All, Actually, I am writing the vbscript with html code for creating a employee table. Where 1st column is the Emp ID, 2nd column is Emp Name and the 3rd column should display the ad...
how to change value of default registry key. i.e. suppose u open registry hkey_classes_root/qyplayer/default now i want to change value of this default key created wtih qtplayer. pls...
Hi Experts, I currently have the attached script working as a .vbs file on my desktop, but I didn't write it and I don't have any experience in this kind of thing, which is causing me a pro...
Can anyone help me in creating a VBScript which will delete all the files & folders in the c:\windows\temp and %tmp%, following folders. Also it should search for *.tmp; *.chk & $*$ and delete...
Hello experts!  need VBS script that deletes full backup, but the name of backup is constantly changing. For example, 137-0 and 138-0. I have tried with the script for a time but then I delet...
I have a large macro which preps a excel document to be converted to a database. In a few columns i replace newlines in the cells with ", " Some of the cells start with a newline. In the curr...
I'm totally new to writing scripts.  I've been tasked to write a login script that will determine the OS version of the machine someone is logging into.  Based on the input from that, it will ...
I have a script that takes pops up an input box and takes a computer name, it then impersonates my currently logged in credentials and grabs a computers serial number. I want to take it to the...
Ok lets see if I can define this. I currently have a HTA script that contains 4 textboxes and 4 clickable boxes, 1 for each script contained in the HTA, these includes a backup, a restore, ...
on windows xp, one of my script use in WSH/VBS: dat01=left(now-8,10) this return a date like this: 2008-08-18 same function in vista return: 18/08/2008 my settings on both machine ...
I have the following code attached that will browse and choose a file in VBscript. Instead of choosing a file, I want to choose a directory: How do  I do that?
My situation is that 100 users have a Y:\ mapped to a non-existent share and I want to change that to the correct share through a login script.  I tried just remapping, but it won't work becau...
Hey guys I have a script here for a .bat that i would like in .vbs as well. The script needs to find the OS version then run the selected .exe to that os. This is what i have for the .ba...
I am needing a VBScript to that will query a txt file of user names, and then create an output csv file containing the follwoing information from Active Directory about the users. First Nam...
i have some boolean checks to check that some of my passed in variables have value...but i must have my syntax incorrect because even if nothing is passed in, they return true (1).  i have tri...
I have a macro that runs within Word that reads a bunch of excel files in a defined path set in the Macro and extract them into the Word document.  But the path needs to be define where the fi...
Can someone help me with a procedure to run in Windows to automatically delete *folders* older than a configurable number of days?  I have a script that I use to delete files - one line of cod...
Hi, I'm creating a script to compare files in a users favorites folder on a local computer and a copy of the users favorites folder on a server system. if a file doesn't exist on the server...
A simple VB script does just fine in moving a lot of files between PCs or a PC to/from an external drive.  I monitor it pretty often.  My current script shows the number moved and the end time...
Hi, i want to write a stand alone vbscript that get 5 numbers and return 2 results, the sum and the multipling of this 5 numbers. i need to run this vbscript from java code and use the return...
vbs code that enable cd autorun for all types of files in vista. as in vista we have to set autorun condition individually for different formats.
I need to find the number of client connections (RDP) to a remote server, using VBS. When you use Computer Management to manage a remote server, under: Computer Management \ System Tools...
Hello experts, I need some help in figuring out how to detect when Internet Explorer window that I'm opening from VBS is closed and then stopping the script if that happens? Right now VB...
Through the help of this forum I've managed to make a VBScript that sucks in a txt file, parses it up, and spits out some legible data. I have it spit out a file that's in *.cvs format. The pr...
I have a vbscript that creates a .bat file.  The purpose of this batch file is to execute a print job of a pdf document out on the network via a network printer.   The batch file contains the...