Files
winos/data/configurations/[archive]/beets.bat
T
oqyud d2683cd8be 123
2025-06-14 23:11:35 +03:00

13 lines
152 B
Batchfile

@echo off
setlocal
set "app=beets"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /s /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal