I have an Antivirus program that sets a registry key with a time and date stamp in this format:
01-10-2008 00-31-41 which is:
DD-MM-YYYY HH-MM-SS
I want to use the vbscript function dated...
Hi,
Would like to set autofilter & color formatting based thru vbscript.
for example: would like to set
1. Autofilter from column A to I
2. A - B color in yellow, C - D green in col...
Require a VB script - that will select exchange custom attribute by number, and then add/append text to existing value
it should only make changes to the selected OU accounts
I'm looking for a script that I can run that will query the AD database scanning all users and return say a text file or CSV that lists the "User Name" OR "Display Name" AND the value of the L...
Hello
I am trying to run a command line utility from a VBS script but cannot get it to work. I can create a batch file with the command in and run it but i dont want to call external batch ...
I am attempting to use a VB Script to determine an intranet user's login id and see if the user is a member of the PilotUsers Active Directory group.
This is for an intranet site running on...
Hello,
I have a directory that contains many text files (a sample is attached) I would like a script/macro to create an excel (.xls) spreadsheet from each text file in the directory. I would ...
I am running vbscript in qtp. When it comes to creating the recordset it throws an error. I have taken the querry and executed it in winsql, successfully returning results. I have also trim...
Experts,
I need a way to look for a string in a string that isn't case sensitive. Please advise.
Thanks
Denis
I buy things for different customers from the same website. The website has the standard webform for the shipping address; name, addres, etc. I am looking for a program, script, anything that ...
I'm trying to debug a VBS in Visual Studio 2005 and I've done this before. For some reason my current attempts keep failing and I don't get it.
Ideally I will debug this script locally as ...
I am trying to use my login script to add printers to desktops when users login. The code is:
rundll32 printui.dll,PrintUIEntry /in /q /n\\sun\"SHARP MX-M850 PCL6"
When I run it I get ...
Hi,
I would like to change some text in the text file. There are five places where i would like to change the text.
I am not sure how to use array.
Can somebody help please?
Dear All,
Below is written in VBA with a purpose to retrieve the data out to spread sheet from a stored procedure in Sybase.
The database and user name has been all setup OKAY both in th...
Is it at all possible to detect, in any way, if the offline file feature is being used on a person's computer? I have a login script and would like to have a separate file for users who work f...
2 issues with VBScript:
(1) The outputfile is csv but I'd prefer xls, if possible. Would like to format header with bold and when Category changes, add a row in the file to separate the Cateo...
I've got a script that goes through and deletes a folder automatically based on criteria. The entire script works except on some profiles I get "access denied" or "path not found", when indee...
Hi guys,
Im reading in data from an excel sheet and therefore I need to scroll through each column of the sheet. Im trying to do this by creating a for loop with length = number of columns....
I am looping through nodes in an xml document and I want to change an existing attribute for each node to another value. How do I access the attribute and change its value? I tried .setAttri...
Hello,
I have this script which will display the current IP address. How do I include the adapter name as well (ie. Broadcom Wireless Gigabit Controller) ?
Here is the script I have:
...
Hi all,
What I would like is a couple of scripts to enable us Admins to log onto a PC, do our stuff and when we log off, to restore the previous username into the "last user logged on" entr...
Hi experts,
By way of a script, I need to create a couple of folders in the root of workstation C: drives, and then set the permissions so that Domain Users have Modify permissions. I need ...
i made a vbs file , i converted it into exe with primalscript software. i also tried to convert it into exe with exe script software. but starnge thing is vbs file is working fine and givinf s...
execution of vbs file stops when i press shift+A+B in same flow. Please provide code.
I need to create a command file that checks the time (HHMMSS at least) on a remote server. When I issue a NET TIME command, I get the hours and minutes only. I need the seconds to display as w...