You could use the following code in one of your launch pages. The path to the scheduleit.exe file may vary depending on your system and installation options.
Javascript Codet:
function launchApp() { appPath ="C:Program Files/Schedule it 7/scheduleit.exe"; WSH = new ActiveXObject("WScript.Shell"); WSH.run(appPath); }
Then add this code to your page link...
xxxxxxxxx="launchApp(); return false;"
You will get the normal ActiveX warnings but as this is internal you could look at getting the site as trusted globally.