You could "brute force" your way from D: to Z: looking to see if the program exe exists (FileExists Method and the DriveExists Method) and when you find it, run it

Paul