First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
Trying to run a non-Win32 Application
Hi, I don't know if I am in the correct newsgroup. If I am not, please let me know. I have a dilemma that starts with MS Outlook. I am trying to install updates onto the outlook Calendar without user intervention by using a vbScript. The problem that is happening is that if a user clicks on a button in... 23 Dec 2009 18:34
HTA VBscript MapIP Printing
I have a script that works ok for the most part, I still need to add more to map the other 5 printers. Here is the script: <html> <head> <title>Map Printer</title> <HTA:APPLICATION ID="oMyApp" APPLICATIONNAME="Map printer" Border="thin" CAPTION="yes" ICON="Printer.ico" SHOWINTASKBAR="yes" SIN... 22 Dec 2009 17:04
access denied getobject
Hi I want to monitor a folder on a remote server with this littlæe script. But - access denied.. How do I put in user and password? strComputer = "remoteserver" Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\cimv2") Set colMonitoredEv... 22 Dec 2009 19:18
VBS Signature for Outlook - Containing a Hyperlink
Hello All, I have a client that would like a generic outlook signature throughout the company. I want to be able to do this with VBS. I have a VBS scirpt that grabs the users Name, title, phone, fax, address, and email. That part of the script is working fine. I then want to have 3 web sites linked in as ... 21 Dec 2009 09:06
Copy file from one directory to a new directory, using excel spreadsheet as reference for items to be copied
All- I have an excel spreadsheet containing 7509 rows (Products), and I have a directory containing 16,421 image files. The images are all named by the Product Number, which is also a row in my excel spreadsheet. I need to query the excel spreadsheet to get all the product numbers, then check my current direct... 17 Dec 2009 15:58
Remove specific items from file name in folder
Greetings all- I have a directory that contains image files (lots of them) that all end with "_STD.jpg". I need to remove the "_STD" portion of all the file names, as well as return a count of all files processed. Any help would be much appreciated. ... 18 Dec 2009 16:09
Starting a 64bit program from a 32bit .HTA?
I've created a program that starts remote assistance (msra.exe) from Windows Vista/7. We use it alot in the IT-department. The program is just a normal vbscript, but wrapped into a .HTA file for some GUI (buttons etc), so it's still a Vbscript. The problems came when people installed Windows 7 x64. The HTA still ru... 22 Dec 2009 05:59
VB Script - Check user for default password on remote workgroup machine
Hi all, I need a VB script code to verify whether a specific Local user ID on a remote machine, in workgroup, is having a specific password. For instance I need to check whether target machine consists a local user "DSADMIN" 's password set to "Pa55word". If the target machine consists this user account and the ... 14 Dec 2009 13:15
Problems Opening Explorer.exe from VBScript
I wrote the following script a couple of years back and just revisited it. While explorer opens, it fails to open to the designated folder. Exploer only opens to root C:\ sub openFolder (target) Set objShell = CreateObject("Wscript.Shell") objShell.Run "explorer.exe /e " & targetFol... 11 Dec 2009 10:15
How to pass argument to VBScript NOT via WScript
Hi All, I need to create a VBScript to run in a 3rd-party application which does not support WScript. Most of the ways in internet pass argument to VBScript via WScript. Is there any other way to do so? Thanks and Regards, Cherry ... 10 Dec 2009 13:27
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61