-Fix path in windows genimage cmd script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2423 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-10-30 18:18:41 +00:00
parent fe130f94af
commit b3ec5243e0

View File

@ -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