ProcessStartInfo psi = new ProcessStartInfo(); psi.FileName = @"k:\dizinadi\dosyaadi.xxx"; psi.CreateNoWindow = true; psi.WorkingDirectory = Path.GetDirectoryName(psi.FileName); Process p = new Process(); p.StartInfo = psi; p.Start();
How to create a Minimal, Reproducible Example The way to Go. World's most advanced open source (object-) relational Database. Flutter (for mobile, for web & desktop.