Use the Shell command.
VB Code:
  1. Shell "Notepad.exe c:\thePath\Hello.txt", vbNormalFocus
You can also use the ShellExecute API function.