wsh
WScript.Shell error "method '~' of object '~' failed"
public sub Main() Set objShell = CreateObject(\"WScript.Shell\") strCommand = \"C:/Program Files/s/schedule.exe\"[详细]
2022-12-19 22:55 分类:问答setTimeout not working in windows script (jscript)
When I try to run the following code in my program setTimeout(\"alert(\'moo\')\", 1000); I get the following error[详细]
2022-12-19 07:26 分类:问答JavaScript killing a process
I am writing using JavaScript. I have a PID of a process. H开发者_JS百科ow do I kill it? You can terminate by a name using WMI, How can you do it using PID?[详细]
2022-12-19 04:05 分类:问答check if a registry key exists with WScript
im trying to check if a registry key exists and no matter what i try i always get the error message \"unable to open registry key for reading\"[详细]
2022-12-16 22:36 分类:问答Capturing output from WshShell.Exec using Windows Script Host
I wrote the following two functions, and call the second (\"callAndWait\") from JavaScript running inside Windows Script Host.My overall intent is to call one command line program from another.That is[详细]
2022-12-16 19:15 分类:问答How to set Authentication Methods in IIS programmatically
We are working on automating the deployment of some IIS applications.I\'ve used cscript.exe inside a windows batch file to create the web app and such.There are however a few s开发者_JAVA技巧ettings c[详细]
2022-12-13 15:52 分类:问答Is there a way to get access to a window handle in windows using WSH, or WMI or similar?
Is there a way to get access to a window handle in windows using WSH, or WMI or similar? I just want to flag a window as always-on-top. Ideally I\'d use windows script host for this.[详细]
2022-12-12 21:28 分类:问答How can you get STDIN input to a WSH script using cscript.exe?
I\'m trying to use WSH in place of D开发者_开发知识库OS/Batch files. Thanks for the input!Use WScript.StdIn[详细]
2022-12-12 20:39 分类:问答How to touch a file with JScript?
Is there a way to touch a file (i.e. change its modification time) from a JScript? There is a DateLastModified property in FileSystemObject (ActiveXObject开发者_StackOverflow社区), but it\'s read-only[详细]
2022-12-11 17:04 分类:问答Can I initialize objects written in JScript from VBScript?
I am trying to write a WSH logon script. Administrators throughout the company need to be able to customize the execution of the script, and execute addit开发者_开发知识库ional scripts, for specific l[详细]
2022-12-10 19:13 分类:问答