Opcja 1
@"C:\TEMP\Klikacz.exe"
Zastosowanie:
Process.Start(@"C:\TEMP\Klikacz.exe");
Opcja 2
"C:\\TEMP\\logi.txt"
Zastosowanie:
TextWriter tw = new StreamWriter("C:\\TEMP\\logi.txt", append: true);
Opcja 1
@"C:\TEMP\Klikacz.exe"
Zastosowanie:
Process.Start(@"C:\TEMP\Klikacz.exe");
Opcja 2
"C:\\TEMP\\logi.txt"
Zastosowanie:
TextWriter tw = new StreamWriter("C:\\TEMP\\logi.txt", append: true);