@echo off
if %1'==' goto x
set DIRCMD=/p /l /O:GN /a
echo Extracting Files to %ramd%:
md %ramd%:\Temp
set temp=%ramd%:\Temp
set tmp=%ramd%:\Temp
set path=%ramd%:\;%ramd%:\tools;%temp%;
if not exist %ramd%:\drivers.cab echo  !! drivers.cab not found !!
if not exist %ramd%:\drivers.cab goto finish
extract /y /e /l %ramd%:\ %ramd%:\drivers.cab >nul
del %ramd%:\drivers.cab >nul
if not exist %ramd%:\loadsys.exe echo !! problem with drivers.cab !!
if not exist %ramd%:\loadsys.exe goto finish
keyb %keyboard%
set keyboard=
if %2"==nm" goto nm
mouse|lmod /l3:3 Loading Mouse... []
mouse >nul
:nm
if not %doskey%'==no' lh doskey -I
if "%2"=="nocd" set _cd=no
if "%2"=="nocd" goto finish
if "%2"=="usb" call loadusb
if "%2"=="usb" goto %1
if "%2"=="scsi" call loadcd scsi
if "%2"=="scsi" goto %1
call loadcd.bat
goto %1
