I’m using Windows Script Host as, basically, a batch file processor. The little programs are stand-alone, and don’t run in a browser. VBScript under WSH is much better than DOS’s batch file facility. But I’d like to use a Windows FileOpenSave dialog facility, rather than type in a long file path and probably mess it up. Is there any way to declare Windows API’s like this for use by a pure VBScript program running under WSH (as opposed to one living in a web page)?
Jim Beard