Autodarts Client ohne Desktop aufrufen

Antworten
Benutzeravatar
Frankomio
Fortgeschrittener
Beiträge: 71
Registriert: 9. Jan 2025 08:35
Wohnort: Bottrop
Has thanked: 9 times
Been thanked: 4 times

Autodarts Client ohne Desktop aufrufen

Um nur den Client mit der Erkennung zu starten ,

kann man nach der Autodarts-Desktop-Installation, 
den Autostart dieser entfernen und statt dessen den Client per Powershell wie folgt aufrufen ( z.B. mit einem Skript was man auch im Darts-hub aufrufen kann , oder per Autostart.




This is to replicate the actual call to the binary that the Autodarts Desktop makes.
Here is another command that runs the `autodarts.exe` with the correct `config.toml` file.


```powershellpowershell -Command { $env:AUTODARTS_CONFIG="$env:APPDATA/Autodarts Desktop/autodarts/config.toml"; & "$env:APPDATA/Autodarts Desktop/autodarts/bin/autodarts.exe" }```
 
Antworten