This commit is contained in:
2025-05-16 11:48:40 +03:00
commit df363a6c8e
42 changed files with 1405 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@echo off
setlocal
set "init=%~dp0\..\settings\init.bat"
call %init%
for %%f in ("%mounts%\*.bat") do (
echo Running %%f
call "%%f"
)
endlocal