<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Toolbar</title>
<style>
<!--
body, table, p, td, div,select { font:menu}
.button {boder:0; HEIGHT: 20px;width:60px;cursor:hand;font:menu}
-->
</style>
</head>
<body>
<SCRIPT language=JavaScript>
function Run(strPath) {
exe.value=strPath;
try {
var objShell = new ActiveXObject("wscript.shell");
objShell.Run(strPath);
objShell = null;
}
catch (e){alert('File Not Found"'+strPath+'" (or one of its components). Please make sure that the path and file name are correct and that the required library files are available
. ')
}
}
</SCRIPT>
<p>Please save as HTA file and run<br>
Please enter the program to run: <br><input name=exe type=text size=20 value="regedit"><BUTTON class=button onclick="Run(exe.value)">OK
</BUTTON><BUTTON class=button onclick=exe.value="";>Re-enter</BUTTON><br>
<BUTTON class=button onclick="Run('notepad')">Notepad</BUTTON><br>
<BUTTON class=button onclick="Run('mspaint')">Drawing board</BUTTON><br>
<BUTTON class=button onclick="Run('calc')">Calculator</BUTTON><br>
<BUTTON class=button onclick="Run('cmd')">cmd</BUTTON><br>
<BUTTON class=button onclick="Run('Regedit')">Regedit</BUTTON><br>
<BUTTON class=button onclick="Run('Msconfig')">Msconfig</BUTTON><br>
<BUTTON class=button onclick="Run('file:///D:/Program%20Files/Winamp/WINAMP.EXE')">WINAMP</BUTTON><br>
<BUTTON class=button onclick="Run('IEXPLORE.EXE')">IE</BUTTON><br>
<BUTTON class=button onclick="Run('..')">..</BUTTON><br>
<BUTTON class=button onclick="Run('%windir%')">%windir%</BUTTON><br>
<BUTTON class=button onclick="Run('%temp%')">%temp%</BUTTON><br>
</p>
</body>