Hi there;
I have the following vb script that reads a file content as one line, aaa.bbb.ccc.ddd 00-12-f2-34-13-37
aaa, bbb, ccc and ddd are the numbers representing IP and I want arp -s ...
Hi Experts,
I need to convert a batch file to VB script, could you please do that. In the batch file at last one registry entry is there we can remove that from the VBScript. The reason for...
I have a list of GUID's that I want to run through and uninstall. The product may or may not be installed on the machine. What I want to do is run an msiexec /x and then get the result from...
I've tried this article: http://www.tek-tips.com/viewthread.cfm?qid=1489230&page=2
with a text file of usernames, one on each line, and can't get it to work.
Line 36
Char 1
Error: There...
I have an excel spreadsheet to modify but having trouble getting the information to pull in correctly. I am sure one of you experts can help. The excel spreadsheet has a button with a macro...
Hi there
I am running a vbscript to install some applications like below:
----------------------------------------------------
Set objShell = CreateObject("WScript.Shell")
strComputer = ...
Hello,
I am running a lab that has 30 stations running vmware server 2.0. each station has approx 5 VMs on it. currently when we ghost our lab we have to physically touch each machine and...
I'm looking for a script that will check if a software program is installed and if not give the user the option to install it. I'd like to call this from a login script and prompt the user th...
All I need in this VBS is to change the objFSO to a folder instead. Copying VBS works however, was a test and since decided to change to copy folders. Funny, I thought it would work.
Thanks...
Hi,
I'm looking for an easy way to change a user's attribute that can only be read via ADSI.
More specifically "generationQualifier" the idea is for a script that can to msgbox for a user n...
I need a script to just determine if a Windows machine is a workstation or a server OS.
I do NOT need to know the following....
1) If the OS is something other than Windows
2) The exact b...
I'm trying to run a vbscript, but it's giving me problems. I tested the script on a PC with windows XP, which included multiple files and folders and it worked great.
Now I'm trying to ru...
Looking to graph some logs that are dropped to my workstation nightly. A script would be preferable so I could just automate it to run.
This is what I have.
Two macros in excel, one to im...
I found this solution here on Experts Exchange for adding registry keys to allow right-click of MSI files to "install as".
- HKEY_CLASSES_ROOT\Msi.Package\Shell
- Create a New KEY Called "...
I just received an urgent request from my boss and, being relatively new to scripting, I could use some help.
I need to get the total space used by all files and files within any subdire...
Hi, Can someone please tell me why my script is failing at line 52?
I have a VBScript that I am using to set property value on accouts
something like:
Set objUser = GetObject("LDAP://cn=michael jackson,ou=test,dc=child,dc=microsoft,dc=com")
objUser.Pu...
Trying to make a script that is able to connect to an ftp server, download a zip file to the local c-drive, unzip the zip file, then run the setup.exe from within the unzipped folder.
Is th...
I'm a long time VB Script coder and have been following the arrival of PowerShell on the scene. What is the feeling of my peers an experts about VBS and PowerShell going forward? I'm partial...
I have a list of server names and I would like to get their IP addresses. I want this information exported to an excel file.
I would like the script to be written as a visual basic script. ...
Hey Guys-
I want to count the number of files in a directory that match a string I give the path, how can I do that? I have the following code which finds the number of items in a folder bu...
Hi !
I Need help . We recently deployed Acrobat reader 9 to our users... but now facing an issue with browser integration. Reader won't load. We are looking to downgrade reader to versio...
I am looking for a VB Script that will allow me to set the screensaver for the current user to a file located in the windows\system32 folder on XP PCs.
I need to create a formula whereby I can select just a group of records for a date minus x number of months. In other words, if I want to display records for August 2009 I need a formula that ...
Hello everyone. I am having some trouble finding information on this subject on the internet, so figured I'd try posting here...
Basically, I have a server rack, with 15 Win '03 machines. S...