ddnet/other/config_directory.bat

6 lines
117 B
Batchfile

if exist "%APPDATA%\DDNet\" (
@start explorer "%APPDATA%\DDNet\"
) else (
@start explorer "%APPDATA%\Teeworlds\"
)