Precisa destas duas linhas
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("H:\app.exe")
Lembrando que este comando só vai funcionar se o drive H: já estiver disponivel no momento desta execução.
Ref.:
WshShell.Run
http://ss64.com/vb/run.html
Fábio de Paula Junior