I have a VBS script that i wrote a while ago that uses the wscript object to run dos commands (an interface to an old application). In the process it asks a series of questions in a rather cumbersome way. I decided that a form style interface would be better so I put together a form in Frontpage and inserted my script, modifying it to run inside the form. The problem is that now all the wscript references don’t work. The bottom line is that I need to issue these DOS commands from the script that runs under this page. Is this possible? If so, how do I go about it?
I will be the first to admit that I know just enough about VBS to get into trouble, so forgive me if I’m asking a seemingly stupid question.
Thanks.