powershell migration
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user