Look for:

//*************************** //*** Launch Falcon BMS *** //*************************** //Launch Falcon BMS 4.33 system("spawn -w \"D:\\Falcon BMS 4.33\" \"D:\\Falcon BMS 4.33\\Launcher.exe\"");

And change it to:

//*************************** //*** Launch Falcon BMS *** //*************************** //Launch Falcon BMS 4.33 // system("spawn -w \"D:\\Falcon BMS 4.33\" \"D:\\Falcon BMS 4.33\\Launcher.exe\"");

Or you can delete that part alltogether, or set the path to where you have your BMS installed.

Mud