Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wsh

How To Include A Javascript File In Another Javascript File That Is Not Run From Inside A Browser?

I know that many similar questions have been asked before. The difference in my case is that I am u… Read more How To Include A Javascript File In Another Javascript File That Is Not Run From Inside A Browser?

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.FileSyste… Read more In Javascript, When Finished With An Object Created Via New Activexobject, Do I Need To Set It To Null?

Capturing Output From Wshshell.exec Using Windows Script Host

I wrote the following two functions, and call the second ('callAndWait') from JavaScript ru… Read more Capturing Output From Wshshell.exec Using Windows Script Host