<HTML><HEAD><TITLE>tincoLauncher</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<HTA:APPLICATION
BORDER = "dialog"
INNERBORDER = "no"
MAXIMIZEBUTTON = "no"
MINIMIZEBUTTON = "no"
SCROLL = "no"
/>
<script>
var tincoShell = new ActiveXObject("WScript.Shell");
function tincoRun(tincoName) {tincoShell.Exec(tincoName);self.close();}
</script>
<style>button { width: 6em }</style>
</HEAD>
<BODY onLoad="resizeTo(120,480);moveTo(0,0);">
<button onclick="tincoRun('CALC');">電卓</button><br>
<button onclick="tincoRun('explorer /e,/root,C:\\');">C:\を開く</button><br>
<button onclick="tincoRun('C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE
http://pc2.2ch.net/test/read.cgi/software/1064275857/l50');">IEでスレ見る</button><br>
</BODY></HTML>
メモ帳を開けて、これを貼り付け、tincoLauncher.hta とかいう名前で保存、
できたファイルをダブルクリックで起動。
<button onclick="tincoRun('ここに起動したいプログラムのパスを書く'">プログラム名</button><br>
これを(手作業で)追加していくだけで、項目を増やせるぞ。
注意:プログラムのパス名は、\ を \\ にする必要がある。
例:'C:\WINDOWS\WINFILE.EXE' → 'C:\\WINDOWS\\WINFILE.EXE'
さぁやってみよう。
スレ違いなのでsage