This commit is contained in:
oqyud
2025-06-14 23:11:35 +03:00
parent df363a6c8e
commit d2683cd8be
9 changed files with 121 additions and 89 deletions
+13
View File
@@ -0,0 +1,13 @@
@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