Hello,
I need to have vbscript call a network file for installation. The problem is that I can call msiexec.exe but vb never can find the network file. What am I missing?
I need a simple VBSCRIPT that will call a stored procedure in SQL2005. May need to pass one or two parameters.
Please let me know how can I rename multiple files using a vb script
At Line 18 I read in all of the files in a directory into a collection called 'FileNames' I then try to iterate through all F in FileNames. I get an error on Line 25 because "F does not supp...
I need a script that recursively deletes IIS log files
The log files are in a log folder within each website
I found this script
http://www.experts-exchange.com/Programming/Languages/Visua...
I'm trying to create a VBScript for XP to copy a file from a server location to the local client, and register it. I keep getting the following error:
script: \\server4\Software\IT...
Hi,
We have finally had to cave in, and begin looking at Vista. Currently we run XP across the domain.
We have a logon script that works fine in XP however fails in Vista.
The general...
Hello. Is it possible to rename a network connection and disable it using a vb script.
For example, I have a network connection called Local Area Connection 4. I would to be able to rename ...
Hello,
I'm trying to align text to the left within the right header
With use of vbCR it will be
Name
Company Name
Number
Address
It looks silly with the default right alignment.
...
Office is running a cumbersome virus scan upon opening. My initial thought was that this was related to our AV Software. But after disabling the AV Plugin for Office for our AV (AVG 7.5) Off...
How to write a VBScript to meet the following requirements:
1. Given Sub MyTodoList(Param1,Param1,Param1,Param1,Param1,Param1,Param1,...etc. );
2. How can I find out the number of paraments ...
is there away to get vbscript to create a scheduled task? the scheduled task needs to reboot the PC at a certain time. I could use and example.
I've found a script that gather some information for me that I want to use for my login script. Basically, I want the script to query the domain controller(s), get the username, the last time...
As part of our login script, there is a part to clean up the Start Menu for each user, as we have several Windows XP workstations running on a Windows Server 2003 network. Currently I'm using ...
How do convert a time hh:mm:ss (1:23:58 PM) to Military time HH:mm:ss (13:23:58) in vbscript
I know that FormatDateTime will do a 24-hour format using vbShortTime but I need to keep the seco...
Hello. I am trying to find a script that runs a setup.exe with switches. For example, the script would run setup.exe -install.ini.
I have located plenty of examples for running just setup.e...
I am attempting to improve this script, that imports new users from an Excel file, and joins them to the domain. The code that is posted, works, I just wanted it to do more. I want the script,...
I have a form that is using GET to send three (3) integers to a processor page. The processor page (code attached) is verifying that values were passed onto the processor. If no values were ...
Dear EE Experts
It seems I must once again ask the EE people for the solution to a question that has been bugging me.
I have recently managed to make a small script that deletes computer...
I have a command that works perfectly in command-prompt (cmd.exe), but when I run it in a vb-script it does not work. What is the difference between WScript.Shell and cmd.exe? The command Im r...
Hopefully this is simple to do, but since I'm not too versed (yet) in VB scripting I thought I'd ask all you 'gurus' out there for assistance. I can read scripts ok, but am not familiar with t...
I received the folllowing code to run an Excel Macro from an SSIS package.
'===================
strExcelFile = Replace(WScript.ScriptFullName, WScript.ScriptName, "") & "Act_...
I would like to search for certian installed components and uninstall these components using the WMI interface. I have attached a code snippit (.vbs) that shows some but not all of the install...
I need help finding a piece of login script that can detect the active directory Site the user is loging on to. In our login script we have desktop / quicklaunch shortcuts, msi files to be run...
Hi '
i need help with script that will map drivers based on ip & subnet of the client machine .
Thx