I try to explain my problem as good as possible.
I'm programming a c# tool where i call a batch file.
../Start_lokal.bat"; P.Start();
The batch file is opening but not doing what it should.
When i open the batch file directly from the directory it's working. but not from my running tool.
The batch file:
start "" "C:\Apps\R\bin\Rscript.exe" Skript.R /k
timeout 15
start "Skript.R" "http://127.0.0.1:7980/"
Maybe someone have an idea, what to do?