wsh
Windows: Cancel WOW6432Node mapping of registry keys when running reg command from 32-bit Java
I tried making registry changes by running WScript that runs reg, but it still gets re-routed to WOW6432Node.[详细]
2023-04-13 01:46 分类:问答cscript crashes when starting a process from ASP.NET Application
I´m having a problem with my ASP application. I´m getting an error from the cscript when I run a process on the server.[详细]
2023-04-11 04:40 分类:问答Keep App in Focus
I use wscript to l开发者_运维知识库aunch an application on my machine. I then use this app for 30 seconds before I kill it. I do this using python -[详细]
2023-04-10 12:22 分类:问答Have PDF-Creator suppress warning dialog not to halt build process
I have a msbuild script that includes creation of a few PDF\'s using PDF creator. It\'s the Convert2PDF.vbs that\'s being used, converting doc\'s to PDF\'s, and a while ago it stopped working and none[详细]
2023-04-09 10:44 分类:问答handle security popup using vbscript (without QTP/Selenium)
I am automating an application login using vbscript. I am using the code - Dim objIE Set objIE = Wscript.CreateObject(\"InternetExplorer.Application\")[详细]
2023-04-08 06:42 分类:问答Classic ASP - Running .exe from a Web Page on Localhost
I am trying to execute a .bat to launch notepad.exe on my localhost(server-side) with the following code:[详细]
2023-04-05 11:27 分类:问答prompt in window for vbscript
I have a vbscript that runs on the command line in xp. It accepts one argument for the path to a directory.Is there a simple wa开发者_运维知识库y to prompt the user in the command line box for this?[详细]
2023-04-05 02:26 分类:问答Windows Scripting can't find reference
I have a windows script file that doesn\'t work anymore. The script look like this <job> <reference object=\"Some.Component.1\" />[详细]
2023-04-02 00:39 分类:问答WScript.Echo throwing object required error in vbscript
I\'m trying to display messages as my vbscript program runs. It runs off a command prompt in xp, for example: cscript.exe test.vbs.I don\'t want to use msgBox while this is running as I just want it t[详细]
2023-04-01 18:45 分类:问答How to enumerate my environmental variables in JScript?
How do I enumerate my process\'s environ开发者_运维技巧mental variables in JScript, and, say, output them to the screen?The solution is the same as in this answer, only you use WshShell.Environment(\"[详细]
2023-03-31 21:22 分类:问答