mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 14:08:19 +00:00
6 lines
117 B
Batchfile
6 lines
117 B
Batchfile
if exist "%APPDATA%\DDNet\" (
|
|
@start explorer "%APPDATA%\DDNet\"
|
|
) else (
|
|
@start explorer "%APPDATA%\Teeworlds\"
|
|
)
|