
Originally Posted by
SunshineBH
The easiest eay to do this is
shell(C:/iPhodroid.exe)
Hope this helps
Blasphemy!
He means:
VB.NET Code:
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.