diff --git a/WinPE/Scripts/Deployment/Build.bat b/WinPE/Scripts/Deployment/Build.bat index b4e506a..967eaaf 100644 --- a/WinPE/Scripts/Deployment/Build.bat +++ b/WinPE/Scripts/Deployment/Build.bat @@ -22,7 +22,7 @@ if %folderCnt% EQU 1 ( set /p "selection=Image: " ) if not "!folder%selection%!"=="" ( - call ApplyImage.bat \!folder%selection%! + call ApplyImage.bat "\!folder%selection%!" call ApplyRecovery.bat ) else ( echo No Wim files were found.