I finally got it to run BUT it is totally unacceptable . You have to name the FULL Path as in RunApp ("C:Users\Lance\DoorRunner\DoorRunner.exe","") and NOT ("raw:C:\DoorRunner\DoorRunner.exe","") .
This would be fine except how would you get it to run on someone else's PC .
Another try and I got it to run from the app I was calling it from . It all depends on where the original program was built and saved . I build all my projects on the desktop and save them there . The app folder being called should be in the same folder as your project calling it ( in my case thats where I put it)
All things that are on the desktop when you turn on your PC aren't necessarily on the 'C : desktop' . I love Windows
Lance