I'm playing around with VB.NET once again since college and I'm trying to recreate a program that GeekSquad uses called the MRI for a friend.
Upon doing so, I have run into a few snags. The must present one is once I publish my application to a particular spot that also includes already setup folders with portable apps setup in them. I want to use
Process.Start("App Path")
where App Path is the drive letter of where the Custom Program exe is located and calling file Test1.exe in the test1 folder in the root.
Hopefully someone can help me. Thanks in advance.