@ECHO OFF
REM PM 8.05t
REM http://doshome.com
REM
SET DIRCMD=/O:N
cls
xmsdsk 8000 x: /y >nul
copy command.com x:\ >nul
path=x:\
set comspec=x:\command.com
:ERROR
IF EXIST tools.ex_ GOTO EXT
echo ERROR: tools.ex_ not found.
echo SORRY: Be will not use the disk.
echo.
GOTO QUIT
:EXT
cls
echo Preparing to start your computer.
echo This may take a few minutes. Please wait...
copy tools.ex_ x:\tools.zip >nul
copy unzip.exe x:\ >nul
x:
cd\
unzip -d tools.zip >nul
del tools.zip >nul
doskey >nul
cls
m.bat
:QUIT