
Signature
Rich Milburn
[MVP - Directory Services]
I answered my own question... I added a msgbox line at the beginning of the
script so it would pause, added a breakpoint to the next line, and ran the
hta. Then switched to VS2005, Ctrl+Alt+P to attach to process, choose
mshta.exe process, and click OK on my msgbox. It stops at the breakpoint,
and I can step through with F11, point at variables and see their values,
etc! Awesome! I wish I had figured this out months ago.
Rich

Signature
Rich Milburn
[MVP - Directory Services]
> Hi - I have been creating some HTA files for various Windows deployment
> and configuration tasks, and I found that VS2005 does a pretty good job of
[quoted text clipped - 6 lines]
> Thanks
> Rich