ddnet/other/config_directory.bat
def 790c1cc0aa Switch new players to DDNet config dir, support Teeworlds as fallback
This way new players will get DDNet directory, old ones can switch
directory if they want, or keep using the old one.

If we ever enforce a switch in a future version, this will make it
easier since older DDNet versions will also support the DDNet directory
already.
2022-04-25 09:50:45 +02:00

6 lines
111 B
Batchfile

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