home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 July
/
VPR9607B.BIN
/
driver
/
adaptec
/
p35ja2b3
/
drvname.bat
next >
Wrap
DOS Batch File
|
1995-06-29
|
2KB
|
117 lines
@echo off
cls
echo --------------------------------------------------------------------
echo 使用するフロッピードライブ名をタイプして下さい。
echo 中断するには (スペース) を押して下さい。
echo --------------------------------------------------------------------
keyin /ABCDEFGHIJKLMNOPQRSTUVWXYZ" "
if errorlevel 27 goto abort
if errorlevel 26 goto z
if errorlevel 25 goto y
if errorlevel 24 goto x
if errorlevel 23 goto w
if errorlevel 22 goto v
if errorlevel 21 goto u
if errorlevel 20 goto t
if errorlevel 19 goto s
if errorlevel 18 goto r
if errorlevel 17 goto q
if errorlevel 16 goto o
if errorlevel 15 goto o
if errorlevel 14 goto n
if errorlevel 13 goto m
if errorlevel 12 goto l
if errorlevel 11 goto k
if errorlevel 10 goto j
if errorlevel 9 goto i
if errorlevel 8 goto h
if errorlevel 7 goto g
if errorlevel 6 goto f
if errorlevel 5 goto e
if errorlevel 4 goto d
if errorlevel 3 goto c
if errorlevel 2 goto b
if errorlevel 1 goto a
:a
set dn=a
goto end
:b
set dn=b
goto end
:c
set dn=c
goto end
:d
set dn=d
goto end
:e
set dn=e
goto end
:f
set dn=f
goto end
:g
set dn=g
goto end
:h
set dn=h
goto end
:i
set dn=i
goto end
:j
set dn=j
goto end
:k
set dn=k
goto end
:l
set dn=l
goto end
:m
set dn=m
goto end
:n
set dn=n
goto end
:o
set dn=o
goto end
:p
set dn=p
goto end
:q
set dn=q
goto end
:r
set dn=r
goto end
:s
set dn=s
goto end
:t
set dn=t
goto end
:u
set dn=u
goto end
:v
set dn=v
goto end
:w
set dn=w
goto end
:x
set dn=x
goto end
:y
set dn=y
goto end
:z
set dn=z
goto end
:abort
set dn=@
:end