|
First
|
Prev |
Next
|
Last
Pages: 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
calling imgadmin.ocx (Imaging for Windows) I would like to call imgadmin.ocx from an hta or html to do things like get the total number of pages in a TIFF. I have no experience with calling activex objects. I've been googling and reading docs at MS and Global360 regarding this object, but found nothing in the way of VBScript examples. I am running Win... 17 May 2005 11:13
Microsoft.XmlHttp in VB script I am trying to write a script that can test if a number of websites are up and running on a server. I use the objects from Microsoft.XmlHttp. http.open "GET", URL, FALSE will give me a corect result if I use a full URL. complete with hostname. However I need to send the GET request, and then the host: ... 16 May 2005 18:39
HTA "Safety settings ..." Error I have an HTA which works fine for me on Win98 SE and WinXP SP2. However, it doesn't work on my client's WinXP SP2 laptop. The error message is: "Safety settings on this computer prohibit accesing a data source on another domain." The URL is file://C:\Documents and Settings\Test.hta It fails when it tries t... 22 Apr 2005 22:38
"Can't find script engine VBScript for script" I got the following error "Can't find script engine VBScript for script". I then download and tried to reinstall Windows Script 5.6 for Windows XP. Then I got the following error? Error registering the ocx C:\windows\system32\vbscript.dll What can I try next? ... 3 Apr 2005 19:27
error 80041004: Provider Failure in accessing CD-Rom ello, I am writing a vbscript to access/write to the cdrom drive. The script fails with the above number/message. I have also ran <wbemtest.exe> in a command windown, used the root\cimv2 namespace to lookup the W32_CDROMDrive class and after selecting the class (double clicking on it), if I then 'interroga... 3 Apr 2005 03:57
IP Address Reporting and MAC address Ok, I finally got the IP addresses for a machine to list out via the following code... Next 'IP Address Wscript.Echo " " Wscript.Echo " " Wscript.Echo " IP Addresses " Wscript.Echo " " Wscript.Echo " " Set IPConfigSet = objWMIService.ExecQuery("Select IPAddress from Win32_NetworkAdapterConfigurati... 3 Apr 2005 23:03
Does WMI Provide NIC Speed/Duplex Info Somewhere? I know I can get NIC speed info from "MSNdis_LinkSpeed" but so far have not found a WMI bucket for TX duplex (e.g., half/full) info. Also, I've noticed WMI NIC linkspeed values of 200MBps (they're usually 100MBps and 1000MBps in the network I'm monitoring). Could 200MBps perhaps indicate 100MBps Full Duplex? ... 25 Mar 2005 14:14
Scripting the *.reg file execution Hi to All, I need to change the Registry setting with administrative rights on "normal user workstations". I expected runas is the right choice, but the script that I intend to encrypt to hide the admin password does not work. There may be some missing agreement with the reg file execution as it is in manual exe... 14 Mar 2005 03:49
Parsing .CSV files - no luck whatsoever As a VBScript newbie I am unable to successfully parse a .CSV plain text file using VBScript depite cutting and pasting sample scripts from two Microsoft scripting books and one from their Script Repository. It keeps throwing "Subscript out of range" errors or empty returns. I've tried using a plain text .CSV f... 7 Mar 2005 15:07
Call XML WebService in vbscript Hi everybody, I've done a XML WebService in .NET and I want to call it in a VBScript, but I've got the following error when I try to call the WebService: Script: script.vbs Line: 4 Char: 1 Error: WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: Ac... 7 Mar 2005 05:43 |