powershell migration

This commit is contained in:
2025-10-07 21:21:47 +03:00
parent 4829e210e9
commit dc22461901
18 changed files with 158 additions and 97 deletions
+1 -5
View File
@@ -3,11 +3,7 @@ setlocal
set "init=%~dp0\..\settings\init.bat"
call %init%
for %%f in ("%legacy%\*.bat") do (
echo Running %%f - reconnect
call "%%f"
)
for %%f in ("%legacy%\*.bat") do (
for %%f in ("%apps-legacy%\*.bat") do (
echo Running %%f - reconnect
call "%%f"
)