Update vm_smb_sync.bat

This commit is contained in:
zgqq 2025-12-11 14:39:09 +00:00
parent e295ef0eeb
commit 4be3253310

View File

@ -10,9 +10,9 @@ REM Define total number of mappings
set MAPPINGS_COUNT=3
REM Mapping #1
set SHARE_1=\\192.168.11.50\Share01
set SHARE_1=\\192.168.11.89\shared
set DRIVE_1=Z:
set USER_1=debian
set USER_1=zgqq
set PASS_1=zgqq
REM Mapping #2
@ -23,7 +23,7 @@ set PASS_2=1995826zgQ
REM Mapping #3
set SHARE_3=\\192.168.11.81\machines_snap
set SHARE_3=\\192.168.11.81\machines_cold
set DRIVE_3=X:
set USER_3=zgqq
set PASS_3=1995826zgQ
@ -68,7 +68,7 @@ echo Copying files from Z:\git-repo\oh-my-windows\win11common...
set "DESKTOP=%USERPROFILE%\Desktop\win11common"
@REM xcopy /Y /E /I "Z:\git-repo\oh-my-windows\win11common\*" "%~dp0"
xcopy /Y /E /I "Z:\git-repo\oh-my-windows\win11common\*" "%DESKTOP%"
xcopy /Y /E /I "Z:\git-repos\oh-my-windows\win11common\*" "%DESKTOP%"
echo to %DESKTOP%