big migration to csv started

This commit is contained in:
2025-10-07 18:25:38 +03:00
parent 672334640d
commit 4829e210e9
50 changed files with 354 additions and 1049 deletions
+27
View File
@@ -0,0 +1,27 @@
@echo off
setlocal
set "app=AIMP"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
if "%1"=="" goto reconnect
if /I "%1"=="disconnect" goto disconnect
if /I "%1"=="connect" goto connect
:disconnect
rd /Q "%to_1%"
goto end
:connect
mklink /D "%to_1%" "%from_1%"
goto end
:reconnect
rd /Q "%to_1%"
mklink /D "%to_1%" "%from_1%"
goto end
:end
endlocal
+5
View File
@@ -0,0 +1,5 @@
App,From,To,Type,Enabled,Extra-Variables,Extra-Connect,Extra-Disconnect
AIMP,%storage%\%app%,%appdata%\%app%,default,0,,,
KeePassXC,%storage%\%app%,%appdata%\%app%,default,0,,,
gramps,%storage%\%app%,%appdata%\%app%,default,0,,,
EqualizerAPO,%storage%\%app%,%ProgramFiles%\%app%,isolate,1,"set ""from_1=%storage%\%app%"" && set ""to_1=%ProgramFiles%\%app%"" && set ""FabFilter_Pro-Q_3=%ProgramFiles%\VSTPlugins\FabFilter\FabFilter Pro-Q 3.dll""","reg add ""HKEY_LOCAL_MACHINE\SOFTWARE\EqualizerAPO"" /v ""ConfigPath"" /t REG_SZ /d ""%storage%\%app%"" /f && mklink ""%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll"" ""%FabFilter_Pro-Q_3%""","for /f ""delims="" %%i in ('dir /aL /b %to_1%\config') do del ""%%i"" && del /q ""%to_1%\config\*"" && del /q ""%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll"""
1 App From To Type Enabled Extra-Variables Extra-Connect Extra-Disconnect
2 AIMP %storage%\%app% %appdata%\%app% default 0
3 KeePassXC %storage%\%app% %appdata%\%app% default 0
4 gramps %storage%\%app% %appdata%\%app% default 0
5 EqualizerAPO %storage%\%app% %ProgramFiles%\%app% isolate 1 set "from_1=%storage%\%app%" && set "to_1=%ProgramFiles%\%app%" && set "FabFilter_Pro-Q_3=%ProgramFiles%\VSTPlugins\FabFilter\FabFilter Pro-Q 3.dll" reg add "HKEY_LOCAL_MACHINE\SOFTWARE\EqualizerAPO" /v "ConfigPath" /t REG_SZ /d "%storage%\%app%" /f && mklink "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll" "%FabFilter_Pro-Q_3%" for /f "delims=" %%i in ('dir /aL /b %to_1%\config') do del "%%i" && del /q "%to_1%\config\*" && del /q "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll"
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=64Gram Desktop"
set "from_1=%storage%\%app%\%computername%"
set "to_1=%appdata%\%app%\tdata"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=EqualizerAPO"
set "from_1=%storage%\%app%" && set "to_1=%ProgramFiles%\%app%" && set "FabFilter_Pro-Q_3=%ProgramFiles%\VSTPlugins\FabFilter\FabFilter Pro-Q 3.dll"
for /f "delims=" %%i in ('dir /aL /b %to_1%\config') do del "%%i" && del /q "%to_1%\config\*" && del /q "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\EqualizerAPO" /v "ConfigPath" /t REG_SZ /d "%storage%\%app%" /f && mklink "%to_1%\VSTPlugins\FabFilter Pro-Q 3.dll" "%FabFilter_Pro-Q_3%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=KeePassXC"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=Nekoray"
set "from_1=%storage%\%app%\%computername%\config"
set "to_1=%localappdata%\Microsoft\WinGet\Packages\MatsuriDayo.NekoRay_Microsoft.Winget.Source_8wekyb3d8bbwe\nekoray\config"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=Playnite"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=Powertoys"
set "from_1=%storage%\%app%\%computername%"
set "to_1=%localappdata%\Microsoft\PowerToys"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=PrismLauncher"
set "from_1=%storage-games%\%app%"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+15
View File
@@ -0,0 +1,15 @@
@echo off
setlocal
set "app=Sublime Text"
set "from_1=%storage%\%app%\Config"
set "to_1=%AppData%\%app%"
set "from_exe_1=%storage%\%app%\Patched\Windows\sublime_text.exe"
set "to_exe_1=%ProgramFiles%\%app%\sublime_text.exe"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=SumatraPDF"
set "from_1=%storage%\%app%"
set "to_1=%localappdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=Syncthing"
set "from_1=%storage%\%app%\%computername%"
set "to_1=%localappdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=transmission"
set "from_1=%storage%\%app%\%computername%"
set "to_1=%localappdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=VSCodium"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=beets"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=glzr"
set "from_1=%storage%\%app%"
set "to_1=%USERPROFILE%\.%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=gramps"
set "from_1=%storage%\%app%"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=xdg-configs"
set "from_1=%storage%\%app%"
set "to_1=%userprofile%\.config"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+13
View File
@@ -0,0 +1,13 @@
@echo off
setlocal
set "app=ludusavi"
set "from_1=%storage%\%app%\cfg"
set "to_1=%appdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=v2rayN"
set "from_1=%storage%\%app%"
set "to_1=%localappdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=EqualizerAPO"
set "from_1=%storage%\%App%" && set "to_1=%ProgramFiles%\%App%" && set "FabFilter Pro-Q 3=%ProgramFiles%\VSTPlugins\FabFilter\FabFilter Pro-Q 3.dll"
for /f "delims=" %%i in ('dir /aL /b %To%\config') do del "%%i" && del /q "%To%\config\*" && del /q "%To%\VSTPlugins\FabFilter Pro-Q 3.dll"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\EqualizerAPO" /v "ConfigPath" /t REG_SZ /d "%storage%\%App%" /f && mklink "%To%\VSTPlugins\FabFilter Pro-Q 3.dll" "%FabFilter Pro-Q 3%"
endlocal