mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
15 lines
222 B
Batchfile
15 lines
222 B
Batchfile
@echo off
|
|
|
|
if exist "%APPDATA%\DDNet\" (
|
|
start explorer "%APPDATA%\DDNet\"
|
|
exit /b
|
|
)
|
|
|
|
if exist "%APPDATA%\Teeworlds\" (
|
|
start explorer "%APPDATA%\Teeworlds\"
|
|
exit /b
|
|
)
|
|
|
|
echo No configuration directory was found.
|
|
pause
|