Update vm_smb_sync.bat

This commit is contained in:
zgqq 2025-05-26 10:10:21 +00:00
parent b0523e6c29
commit 2a399de582

View File

@ -36,7 +36,9 @@ REM -- Main Loop: Iterate through mappings by index --
for /L %%i in (1,1,%MAPPINGS_COUNT%) do ( for /L %%i in (1,1,%MAPPINGS_COUNT%) do (
call :map_share "%%SHARE_%%i%%" "%%DRIVE_%%i%%" "%%USER_%%i%%" "%%PASS_%%i%%" call :map_share "%%SHARE_%%i%%" "%%DRIVE_%%i%%" "%%USER_%%i%%" "%%PASS_%%i%%"
) )
goto :eof
REM Continue to file copying section
goto :copy_files
:map_share :map_share
REM Parameters: %~1 = share, %~2 = drive, %~3 = user, %~4 = pass REM Parameters: %~1 = share, %~2 = drive, %~3 = user, %~4 = pass
@ -60,7 +62,7 @@ if errorlevel 1 (
goto :eof goto :eof
:copy_files
echo Copying files from Z:\git-repo\oh-my-windows\win11common... echo Copying files from Z:\git-repo\oh-my-windows\win11common...
xcopy /Y /E /I "Z:\git-repo\oh-my-windows\win11common\*" "%~dp0" xcopy /Y /E /I "Z:\git-repo\oh-my-windows\win11common\*" "%~dp0"