paths are relative to current directory. I've tried tens of combinations of quoting, not quoting, changing to parent directory and removing the ..
, but I always get a FileNotFound error.
bridge_process = System.Diagnostics.Process.Start(
@"../Tools/RunHidden",
@"../My-Bridge.bat");