运行程序的hta
运行程序的hta
发布时间:2016-12-28 来源:查字典编辑
摘要:工具栏functionRun(strPath){exe.value=strPath;try{varobjShell=newActiveXOb...

<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>工具栏</title>

<style>

<>

</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('找不到文件"'+strPath+'"(或它的组件之一)。请确定路径和文件名是否正确,而且所需的库文件均可用

。')

}

}

</SCRIPT>

<p>请保存为HTA文件,再运行<br>

请输入要运行的程序:<br><input name=exe type=text size=20 value="regedit"><BUTTON class=button>确定

</BUTTON><BUTTON class=button onclick=exe.value="";>重新输入</BUTTON><br>

<BUTTON class=button>记事本</BUTTON><br>

<BUTTON class=button>画图板</BUTTON><br>

<BUTTON class=button>计算器</BUTTON><br>

<BUTTON class=button>cmd</BUTTON><br>

<BUTTON class=button>Regedit</BUTTON><br>

<BUTTON class=button>Msconfig</BUTTON><br>

<BUTTON class=button>WINAMP</BUTTON><br>

<BUTTON class=button>IE</BUTTON><br>

<BUTTON class=button>..</BUTTON><br>

<BUTTON class=button>%windir%</BUTTON><br>

<BUTTON class=button>%temp%</BUTTON><br>

</p>

</body>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新hta学习
热门hta学习
脚本专栏子分类