Are you looking for something like this? If not, be a little more specific. This script will open your htm page and run an exe file (or any file for that matter).
<html>
<head>
<script language='vbscript'>
function open_files
dim my_shell, my_path, htm_page, exe_file...