First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
compile hta file
http://www.windowsitpro.com/Article/ArticleID/50569/50569.html testing this article but can't get it to compile an ".hta" file. It creates an ".exe" file, but when opened, it returns a command dialog box instead of running the hta file. "C:\Program Files\DotNetWrapper\DotNetWrapper.vbs" "C:\Tools.hta" ".ht... 20 Aug 2006 16:17
How to use COMAdminCatalog.ServiceCheck?
Hi all, I would like to check the status of a COM+ component from a VBScript. I found the COMAdminCatalog.ServiceCheck function which seems to do exactly what I want but I can not find where to get the parameter for this function from. The function expects a parameter of type "long" that defines which service/co... 26 Jul 2006 08:34
how to call vbe from wsf ?
Hello, Does anyone know how to call vbe from wsf ? vbe is encoded vbscript file with screnc.exe. I make func.vbs and sample.wfs. sample.wfs code is like below. <Job id="sample1"> <Script Language="VBScript" src="func.vbs"></Script> <Script Language="VBScript"> Dim str str = func("aaa") WScript... 24 Jul 2006 00:17
Calling csv file
I'm getting runtime error 800A0035 when I run the following code. The labs.csv file is located in the same folder (NETLOGON folder) as the script and it still can't find it. any suggestions? '******************************************************** '*Title: Mapping Group Drive and Printer * '*Author: Mandy D... 26 Jul 2006 15:33
WMI
When I run the wmi tool to check for errors I get the following: ROOT/WMI, InstancesOfAsync, CPQ_Asm, 0x80041016 - (WBEM_E_INVALID_OPERATION) Requested operation is not valid. This error usually applies to invalid attempts to delete classes or properties. PLEASE HELP! ... 4 Jul 2006 06:33
vbs -> HTA
Is is possible to write a vbs script to write to an iframe in an external HTA file that is running? I have a vbscript runs at login for mapping drives, etc. The script opens an html dialog to display the login results as they are processed. I would like to convert the html dialog to an hta application so I don... 27 Jun 2006 21:24
Scripts in console - color coding output
Is there a way when running vb scripts in the console to change the color of the output dynamically. if error wscript.stdOut {in RED} "some error" if info wscript.stdOut {in White} "some error" etc. ? Any thoughts or help would be appreciated. Thank you! ... 14 Mar 2006 17:34
modifying "name" attribute in AD.
I am trying to write a script to manage leavers. I can not find an attribute or method to modify the ?Name? field used to display a users name in ADUC. The cn, distinguisedName and name attributes are RDN?s and can not be directly modified. In the ADUC GUI, it is possible to double click on the ?Name? of the ... 28 Feb 2006 17:08
ERROR: The pipe is being closed
Help! I have been pulling my hair out trying to get this to work! Here is my code: Dim WshShell, oExec Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("telnet.exe") wscript.sleep 500 oExec.StdIn.Write "set logfile PKLog.txt" & vbCRLF I get the following error on line 8: (8, 1) (nul... 28 Feb 2006 18:10
Microsoft VBScript runtime error '800a0009'
I am getting this error on my website. Microsoft VBScript runtime error '800a0009' Subscript out of range: '[number: 3]' C:\CONTENT\../redboard/outlogin.asp, line 195 Any comment would be appreciated. Thanks. Justin ... 23 Feb 2006 20:35
First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67