Set WshShell = CreateObject("WScript.Shell" ) 
  WshShell.Run """C:\Program Files (x86)\hfs\hfs.exe""", 0
  Set WshShell = Nothing