I tried making registry changes by running WScript that runs reg, but it still gets re-routed to WOW6432Node.
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.
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 -
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
I am automating an application login using vbscript. I am using the code - Dim objIE Set objIE = Wscript.CreateObject(\"InternetExplorer.Application\")
I am trying to execute a .bat to launch notepad.exe on my localhost(server-side) with the following code:
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?
I have a windows script file that doesn\'t work anymore. The script look like this <job> <reference object=\"Some.Component.1\" />
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
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(\"