예제 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            string exe        = @"D:\Anaconda\python.exe";
            string dosCommand = @"D:\Download\SolarPaneDetection_application-master\SolarPaneDetection_application-master\SolarPaneDetection_application\test.py";

            dosCommand = dosCommand + " " + comboBox1.Text;

            string output = DosCommandOutput.Execute(exe, dosCommand);
        }
예제 #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     string exe        = @"D:/Anaconda/python.exe";
     string dosCommand = @"E:/Project/python_/sentinel/auto_downloading.py";
     string output     = DosCommandOutput.Execute(exe, dosCommand);
 }
 private void button1_Click(object sender, EventArgs e)
 {
     string exe        = @"D:/Anaconda/python.exe";
     string dosCommand = @"E:/Project/matlab_/mean_std_texture/histogram_contras.py";
     string output     = DosCommandOutput.Execute(exe, dosCommand);
 }