Hi Guys,
I have the following stored procedure in SQL Server 2005 Express (Please see code area) which takes the brand name and time of call as input parameters and carries out a number of ...
Hi,
ive got the following code within my spreadsheet, which stops a user saving a file, when they should hit a button to do this (and other things) for them.
HOWEVER
I have this code in...
I am trying to setup a file transfer between two windows boxes. It looks like SFTP is the right solution.
I installed the OPENSSH server on machine "A". I setup the users that I want. Then I ...
Hi, I have a macro in Excel that opens up two instances of Google Maps and takes a few parameters from a spreadsheet to look up addresses on Google Maps. I wrote the code in VBScript earlier, ...
Hi All
Is there a way in VBS to add an outlook rule for a User?
I like vbs because It can use envirometal variables to get user information which would be perfect for building my script. If ...
I am executing the following conde in a vbs. Is there a way to execute this code in the backgroup.
This will be part of the loggin script so I want to avoid the 5 black screen pop-up's tha...
Is there a vbs function to convert "Wed Sep 09 09:16:24 EDT 2009"
to yyyy-mm-dd hh:mm:ss format?
Hi
I have been given a script that creates an additional email folder in Outlook when users log on. The script works fine. When a user logs on and the script runs, it displays a command pr...
I am trying to figure out how to write a VB script to check if a computer exists in AD. If it does, Delete the computer record. Computers will exist in different OUs and containers in the doma...
I am trying to create a batch that closes outlook "correctly" on client machines from the server. I know killing outlook would be easy enough, but i don't want outlook scanning files every mo...
I am having a major headache with an ASP based VBSCRIPT file - I have already posted one question on this subject but it ground to a halt. Now I've had more time to think about it, I want to ...
I am trying to create a VBScript that will create calendar appointments on calendars for which I have been identified as a delegate. I have the code attached working fine for my own calendar, ...
Hi,
I have this script in VBS that generates a list of results sorted by name.
How can I sort also by last modified??
I need a sort by name and next, sort by last modified.
Can you he...
I'm trying to write a script that will look at a XML file and check to see if an Element exists. If it does exist then it looks at the child nodes to return the text of each of them. Wheneve...
Hi guys,
Id like to write a vbs script using the computer object attribute below:
(O) userAccountControl
to find out what machines in our AD are Enabled or Disabled.
I believe this i...
I have a zip file that I want to open and extract the files to a 'Temp' folder. The zip file is password protected but it is always the same. I have created some code that opens a drop down bo...
I am looking for a VB script to automatically add a site to the local intranet zone in internet explorer to avoid getting the Security window when executing a file, program, etc.
Currently ...
I'm overlooking somethign here. This script is saved as "location.vbs" and returns the name of the folder that location.vbs is in when run, and the parent folder. It works correctly when place...
I need a script that will delete all network printers and the drivers for them. This script is going to be run as part of a login script. I am writting in .vbs, however if there is a better ...
I want to list all Security Groups within our Active Directory Domain, can I have
a VBscript that can automate this process?
Hello,
Overview: I would like a VB script to display a list of level 1 sub directories names and next to that the folder size of the entire sub directory.
I am wanting a script to help ...
I use the script below to automate the configuration of new laptops in our network. The script is run from a local account (i.e. no domain privelages). Everything works perfectly, but I would ...
I need a VB Script to do the following:
Rename the most recently logged on profile to .old and then add an entry to the run once registry key to copy the users favorites, .nk2 and desktop b...
Is there a way to show the progress of a ftp download in DOS?
I enabled "hash" but all it does it show a bunch of ##########
For a 750MB download, that may get kind of annoying. Is there a...
Hi
I am installing a piece of software which overwrites the registry key
HKLM \ SOFTWARE \ PRODUCT_NAME \ GENERAL. What I want to do is extract a couple of values from the GENERAL registry ...