hai,
still are you looking a solution for this,
if please make a file .hta file and paste following code, and call the hta file. it will open you the exe file without warning.
exeopen.hta
<HTML>
<title>Scan</title>
<HTA:APPLICATION
ID="Test"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="yes"
SYSMENU="yes"
WINDOWSTATE="normal"
MAXIMIZEBUTTON="no"
MINIMIZEBUTTON="yes">
<SCRIPT>
function PROCRun()
{
var shell = new ActiveXObject("WScript.Shell");
shell.run('"C:\\WINDOWS\\notepad.exe"', 1, false );
self.close();
}
</SCRIPT>
<BODY onload='PROCRun();'>
</form>
</BODY>
</HTML>
surendran
(Anything is Possible)
http://ssuren.spaces.msn.com