I have an hta vbScript file which opens a second .hta file with the lines:
flnm = "Test.hta"
flnm = "c:/HTAFiles/" & flnm
open flnm
When this is run, the first thing it does is open Internet Explorer which then asks if I want to run it or save it. Is there any way to open this without it trying to open IE first? Both files reside on the local machine, although the second file runs a SQL query against the msdb database in SQL Server.



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks