First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
Automating Remote Desktops MMC Snapin
Hi, I'm trying to write a scrip to automate adding hosts to the Remote Desktops MMC snap in. I can create a new MMC session and open the Add New Connection dialogue, but have got stuck there. [code] Option Explicit Const ForReading = 1 Wscript.Echo "This script uses the MMC 2.0 Application object." ... 22 Sep 2008 11:16
MD5 Hashing in VBScript
I have scoured the Net and haven't had any luck finding what I need. I've been asked to take a C# SSO web page and convert it to a VBScript. The problem I'm having is that in the SSO web page, we're taking a user name and appending it to a shared key, turning it into a UTF8 byte array, MD5 hashing it, and then con... 9 Sep 2008 07:41
How can I manipulate Sharepoint Lists in VBScript?
Hi I'm currently working on the same subject - linked sharepoint list in Access - although in Access 2007. I found that installing the 2007 Office System Driver: Data Connectivity Components solved the ISAM problem. Have you found a solution to this problem. This works great for Vbscript, but we are stil... 8 Sep 2008 09:07
Using VBS to install MS Loopback Adapter
Hi, I am trying to use VBS to install the Microsoft Loopback adapter on either a 32 or 64 bit machine. I am able to determine the OS type (in my case either 32 or 64 bit Win2003), however, I am getting a VBS error when doing the run command under the 64 bit scenario. When running on a 32 bit machine everyt... 22 Aug 2008 15:04
integrating VBS into macro
IBM says this is Visual Basic Script. I am bewildered. Is there a way to modify this to change 'ct6AP95001' from a list or an array, where this script will run and go to the next series number? My thanks for any consideration. Macro as follows: [PCOMM SCRIPT HEADER] LANGUAGE=VBSCRIPT DESCRIPTION=(Add-change-... 4 Jun 2008 16:42
Cannot locate recource error
The following VBS code: '''''Starts here Main Sub Main() Dim wPage, sURL, sPage sURL = "http://api.fastsms.co.uk/api/api.php" _ & "?Username=USERNAME&Password=PASSWORD&Action=Send" _ & "&DestinationAddress=TELEPHONENUMBER&SourceAddress=SENDER" _ & "&SourceTON=5&Validity=86400&Body=This+is+a+te... 4 Jun 2008 04:56
How do I run an .exe with command line arguments.
I need to run an .exe with arguments like this.exe address: 192.168.168.100 logfile: c:\logfile.log How can I do this? -- Thanks! ... 16 Apr 2008 11:35
Looks right but... Error 80040E37 - Table does not exist
Goal: Domain-wide (all container) search for any object Class/Category (input at start of script) The LDAP query looks correct and I've tried several options... LDAP:// DCname / FullPATH LDAP:// FulllPATH LDAP:// FQDN ....etc I've tried replacing objectCategory with objectClass in the query, same result. ... 17 Jan 2008 21:08
Hex to string
How to do Hex transfer to string by vb script ? I want to transfer to the 4D006F006E00690074006F0072 to string, and ignore the 00 . The string is Monitor Thanks. ... 12 Dec 2007 20:32
Reference for InternetExplorer.Application
Where's the reference about InternetExplorer.Application? Set objIE=CreateObject("InternetExplorer.Application") Have some properties of objIE or objIE.Document to let the IE window to be on the top (Active) and cann't be closed? Thanks, -Andrew ... 9 Dec 2007 22:17
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67