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!

 
Time Tested VB Script Solutions: 101 - 125 of 2821
 
I have a VBScript which need to be run on 200 systems (phaze by phaze). Users dont have admin rights on there system. When ever i want to run this script on users system, i have to go to IE > ...
I'm startign with this basic script to read the last modifed date of a file.  I want to take this concept and expand it a bit.  This script gives me the date and time of the last time the file...
Hello, I want to deploy the HOSTS file using GPO by launching a VBSCRIPT at start logon. But I can't replace the existing file by the new because I must keep the existing Hosts file, then n...
I need to be able to tell whether or not a computer is a member of an AD group. I have tried using the IsMember() method. I can get an object for the group and an object for the computer. I th...
We have been running Word 2000 and have built a number of macros to streamline users access to our document storage location. The macro in 2000 simply changes the file open directory based on ...
I am developing a site using ASP with VBScript. I need to take a string and convert it to UTF-8 format. The reason is that this string is being used as part of an XML document that needs t...
I need a script file to modify the local host file of a domain machine. i want to add to this to a gpo. Below is the code i have I need to modify this so that it doesn't re write the host entr...
Hi All, I have a vbscript which adds data to different sheets in 1 workbook. I works great, the code is below. The problem is that when there is new data which needs a new sheet ( anApp.AppN...
We are migrating to a new server and totally redesigning how we manage data. Currently, have a "Home" drive mapped at login.  They also have a default cofiguration of "My Documents" contain...
Hello, We recently removed Novell from our environment.  We had run a login script to automatically remove the Novell client upon login.  Once we felt confident that all clients had been re...
I wish to first give credit to the gentleman who wrote the original script, as it works beautifully under Windows XP: http://www.members.optushome.com.au/~wskwok/poptop_ads_howto_11.htm The...
I need to stop and disable several services in MS Windows XP Pro via a vbscript.  Can someone assist me with a script template for this?
Hello, I want to use standalone VBSCRIPT to open an outlook mailbox, but I want to specify the mail profile.  Here's the code I'm using.  I couldn't find where to specify the profile, or if i...
Hi All - Another forum member (thanks P.K.) was kind enough to provide me with the following code.  As luck would have it, i have had to restructure my workbook and need to revise the code.  W...
Have the following Script to create a printer object: wscript.Echo " Pressing OK, Will map you to the Xerox 721p Wide Format with FreeFlow Accxes PS (IP 10.4.4.45) Plotter this will take abou...
Hello experts, I need a vb lscript that will check the users computer OS and if it's XP will run the following to disable Windows Firewall: Set objFirewall = CreateObject("HNetCfg.FwMgr"...
I use a program that outputs a report as an Excel spreadsheet.  The problem is that it is a raw data dump and the data is difficult to read.  I can make a vbscript run after the program comple...
How can I send the following keys in VBscript? While holding down ctrl and shift, press enter.   I just need what follows objShell.SendKeys   "?"
Is there any way I can create a gui in VBS? even if its just a basic one.
We have the USB Storage locked down, and there's also a support group to whom we're giving access to open or disbale again the usb storage. The script to enable usb storage is: Set WSHSh...
This script remotely retrieves the status of the "Patch Link" service from Windows XP workstations. When it works the workstation's Ip address and service status is written to a file.  Here is...
Hi People, I use this VBScript below to delete files older than a certain number of days, it looks in the folder defined in FolderSpec and also any subfolders but I need to to also look ins...
Hello Experts, I am using VNC (running as a Service) on a Server.   Sometimes it crashes. I am looking for a way of ensuring the VNC Service (winvnc.exe) gets restarted if it crashes. ...
Hey guys, I need help fast.   I have this script that only allows me to add one printer to the network.  I want this script to be able to add 10 more printers and I dont know how to modify it ...
i need a script to read a text file and extract lines that have specific words then email those lines. An example is below of the information note the path and file that it is refering to u...