Quote Originally Posted by SunshineBH View Post
The easiest eay to do this is

shell(C:/iPhodroid.exe)

Hope this helps
Blasphemy!

He means:

VB.NET Code:
  1. Process.Start("C:\iPhodroid.exe")

Also, make sure you do the correct slashes. You used a forward slash, which isn't used in file paths and would not work.