wsh
Getting javascript to run a process if it's not already running
I want to have Javascript run say cmd.exe if there is already not one running. I was hoping there is a way to have javascript look 开发者_如何转开发at running processes and then if the name is in the[详细]
2023-03-23 14:42 分类:问答Showing running script progress in winform progressbar
I have the following code: Process scriptPr开发者_如何学Pythonoc = new Process(); scriptProc.StartInfo.FileName = @\"cscript\";[详细]
2023-03-23 09:16 分类:问答Creating an excel file in a users profile (on Desktop) with vbs
(edit) - I was able to figure it out, in case anyone ever needs it... Just needed to add a few lines:[详细]
2023-03-18 01:47 分类:问答jscript function pointer
In MS JScript I can write WSH.Echo(\"hello world\"); And run it through command line cscript.exe which works as expected.[详细]
2023-03-15 03:19 分类:问答Windows Script Host cannot find the file on startup
I am having here a vbs-file which starts a batch script. The batch should run invisible, so i use this vbs-script:[详细]
2023-03-11 21:57 分类:问答How do I identify a tab if it is open and refresh with the new hyperlink in Vbscript?
I have a script that opens a hyperlink with a variable to pull up the particular account on the intranet. However, if the \"module\" is open already (80% of the hyperlink is the same), I would like to[详细]
2023-03-08 13:56 分类:问答VBScript set focus on a window in IE
I\'m updating an old piece of code that uses VBScript to pull up a window in IE.For some reason, it likes to open up behind IE.Google gave me the following couple lines for setting window focus in VBS[详细]
2023-03-06 01:45 分类:问答VB: What is missing in scripting host while it is present in "full" VB?
When programming (scripting) in VB scripting host, how can I learn what is implemented and what not?[详细]
2023-03-03 16:31 分类:问答in JavaScript, when finished with an object created via new ActiveXObject, do I need to set it to null?
In a Javascript program that runs within WSH and creates objects, let\'s say Scripting.FileSystemObject or any arbitrary COM object, do I need to set the varia开发者_JS百科ble to null when I\'m finish[详细]
2023-03-02 04:58 分类:问答PHP Web services problem
i need to implement a web service using PHP , i tried WSO2/WSF PHP framework but it was every hard to install on Apache (XAMPP) ... followed many tutorials but i think because of a version problem it[详细]
2023-03-01 04:14 分类:问答