From 59eebb9fd7dc88c8c3aa21d0183fb2e54721291e Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 10 Aug 2025 12:55:35 +0300 Subject: [PATCH] recursive delete? --- data/configurations/[all]/AIMP.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/configurations/[all]/AIMP.bat b/data/configurations/[all]/AIMP.bat index fe7df25..8b4c297 100644 --- a/data/configurations/[all]/AIMP.bat +++ b/data/configurations/[all]/AIMP.bat @@ -6,7 +6,7 @@ set "app=AIMP" set "from_1=%storage%\%app%" set "to_1=%appdata%\%app%" -rd /q "%to_1%" +rd /S /Q "%to_1%" mklink /D "%to_1%" "%from_1%"