|
回复 #1 maanu 的帖子
the isocmd.bat is win batch script, cannot be used in grub4dos,
it should be used in gui installation, press shift + F10, and then run isocmd.bat
in fact, it is to mount the iso file manually, and then, to continue the installation
:findiso
set /p fn=Input the ISO file name:
for %%i in (z,y,x,w,v,u,t,s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c) do (
set fn=%%i:\%fn%
if exist %%i:\%fn% goto load
)
cls
echo Search done, can not find the %fn%!
echo Hit any key to re-input the ISO fine name...
pause >nul
goto findiso
about the FISO, I am sorry, I do not konw, I also have no success... |
|