I have a small command line JScript routine that I usually run from the command line using cscript in Windows. I'd like to be able to pass in arguments hopefully along the lines of...
%:>cscript doSomethingToFile.js FileInQuestion.txt
Any insight on how to do this?
WScript.Arguments
. – Darrickdarrill