Update vm_smb_sync.bat

This commit is contained in:
zgqq 2025-05-26 10:15:30 +00:00
parent 2a399de582
commit 499dfe18eb

View File

@ -65,9 +65,12 @@ goto :eof
:copy_files :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" set "DESKTOP=%USERPROFILE%\Desktop\win11common"
echo to %~dp0 @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%"
echo to %DESKTOP%
if errorlevel 1 ( if errorlevel 1 (
echo Copy failed with error code %errorlevel% echo Copy failed with error code %errorlevel%