I was playing around with Mart's idea and wanted to 'step through' the Infopath Down Level Script.
So how do you debug wsh scripts?
That is a question that has been asked before in the newsgroups. The best answer I could find is this response by Michael Harris.
Solution:
wscript /d /x <script file>
where
- /d = Enable Active Debugging
- /x = Execute script in debugger
Cross-posted from tariqayad.com