if '%1' == 'a' goto fldisk1
if '%1' == 'A' goto fldisk1
goto harddisk
:fldisk1
cls
echo ÿ
echo ÿ
echo ÿ
echo             Remove the LEWP Master Disk from Drive A and replace it
echo             with the disk you normally use to boot your system.
echo ÿ
echo             This can be your DOS disk or another program disk. If
echo             you'll be using LEWP in conjunction with another program,
echo             use that program's boot disk.
echo ÿ
echo ÿ
echo ÿ
pause
cls
:harddisk
copy %1:\config.sys *.* >nul
if not exist config.sys goto noconfig
cls
echo ÿ
echo ÿ
echo                  Your CONFIG.SYS file is displayed below.
echo                 ------------------------------------------
copy config.sys con: >nul
echo ÿ
echo                 ------------------------------------------
echo ÿ
echo             Look for a statement that describes
echo             the number of files, such as FILES = 10.
echo ÿ
echo             If the number of files is 20 or higher, press Y.
echo ÿ
echo             If no files are mentioned, or the number of files
echo             is 19 or less, press N.
echo ÿ
echo ÿ
query >nul
if errorlevel 1 goto done0
copy config.sys/a + config.lep config.sys >nul
goto done0
:noconfig
copy config.lep config.sys >nul
:done0
copy config.sys %1:\config.sys>nul
del config.sys>nul
del config.lep>nul
i2xt %2
