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%" diff --git a/settings/vars.bat b/settings/vars.bat index b8fc23e..8731be7 100644 --- a/settings/vars.bat +++ b/settings/vars.bat @@ -31,4 +31,4 @@ set "user-name=oqyude" :: Main Folder set "games=%disk-label%\Games" set "storage=%userprofile%\Storage" -set "storage-games=C:\Games" \ No newline at end of file +set "storage-games=N:\Games\.storage" \ No newline at end of file