Seite 1 von 1

Autodarts Client ohne Desktop aufrufen

Verfasst: 11. Feb 2025 22:54
von Frankomio
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" }```