diff --git a/Test_StartStopExtProgram/Form1.cs b/Test_StartStopExtProgram/Form1.cs index 9364ac1..19ba721 100644 --- a/Test_StartStopExtProgram/Form1.cs +++ b/Test_StartStopExtProgram/Form1.cs @@ -123,7 +123,7 @@ namespace Test_StartStopExtProgram //-------------------------------------------------------------- string programPath = @"C:\Windows"; //Programmpfad string programName = "Notepad.exe"; //Programm Name - string arg = @"H:\Programmieren\Git-WorkRepository\VisualStudio\_DLL\StartStopExtProgram.git\Daten\Test.txt"; //Argument das übergeben wird + string arg = @"C:\CAD\Git-WorkRepository\VisualStudio\_DLL\StartStopExtProgram.git\Daten\Test.txt"; //Argument das übergeben wird bool winStyleMinimized = false; //Anzeige des Programmfensters. false=Sichtbar, true=Minimiert //Nachfolgend die möglichen Aufrufvarianten