google翻譯
google 翻譯僅供參考,詳細問題說明請使用商品問與答
厚紙に挟んで、定形郵便・110円で送ります。
以下に README.BAT を転記します。
「if "%1"=="" goto USAGE
if "%1"=="netware" goto NETWARE
if "%1"=="NETWARE" goto NETWARE
if "%1"=="nt_31" goto NT_31
if "%1"=="NT_31" goto NT_31
if "%1"=="os2" goto OS2
if "%1"=="OS2" goto OS2
if "%1"=="pcdu" goto PCDU
if "%1"=="PCDU" goto PCDU
:USAGE
echo For more information on one of the following topics, type README followed
echo by the name of the topic for which you want more information.
echo.
echo Type "README NETWARE" for Novell (R) Netware (tm) installation.
echo Type "README NT_31" for Microsoft (R) Windows NT 3.1 (tm) installation.
echo Type "README OS2" for IBM (R) OS/2 Warp (tm) installation.
echo Type "README PCDU" for information on the PCDU utility.
goto END
:NETWARE
call utils\readme.exe drivers\netware\readme.txt
goto END
:NT_31
call utils\readme.exe drivers\nt_31\readme.txt
goto END
:OS2
call utils\readme.exe drivers\os2\readme.txt
goto END
:PCDU
call utils\readme.exe utils\readme.txt
goto END
:END
echo.
」
>