:dos
cls
echo Opening MS-DOS Prompt
echo.
:: next 3 lines added on 9/10/02, L.Ebright, DimIPS
echo Diskette drive A: has been re-assigned due to the CD-ROM boot process
echo and is NOT available when the system is started using the CD.
echo To use the Diskette drive, use drive letter B:
echo.
echo A RAMDISK drive is available for this boot cycle as %RAMD%:
echo It contains several Hard Drive setup tools. Please use these
echo tools only under the direction of Dell Support Staff.
echo.
echo Type "exit" to go back to the menu.
echo.
command
goto loop
@echo off
:mini_BEGIN
if exist mini_dd.txt del mini_dd.txt
minito /nohp /p /ifs>mini_dd.txt
strings lines=LINESIZE mini_dd.txt
if %lines%#==0# goto fail
strings lines=add %lines%,1
set line=1
echo 硬盘信息:
:mini
strings line=add %line%,1
if %line%#==%lines%# goto mini_1
strings lined=read mini_dd.txt,%line%
strings row1=left %lined%,3
strings row3=mid %lined%,8,2
strings row5=mid %lined%,19,3
strings row7=right %lined%,7
if %row5%#==YES# set actp=%row1%
set lastp=%row1%
set lastd=%row3%
set lastk=%row7%
if not %lined%#==# echo %lined%
goto mini