diff --git a/xCAT-server/share/xcat/netboot/windows/startnet.cmd b/xCAT-server/share/xcat/netboot/windows/startnet.cmd index 78195fe99..70b48788b 100644 --- a/xCAT-server/share/xcat/netboot/windows/startnet.cmd +++ b/xCAT-server/share/xcat/netboot/windows/startnet.cmd @@ -2,7 +2,7 @@ echo Initializing, please wait. wpeinit ping -n 60 127.0.0.1 > NUL 2>&1 -md \temp +md \xcat for /f "delims=: tokens=2" %%c in ('ipconfig /all ^|find "DHCP Server"') do set XCATD=%%c for /f %%c in ('echo %XCATD%') do set XCATD=%%c net use i: \\%XCATD%\install