home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo.
-
- echo The self extracting unpack of EDOS is complete.
- echo In order to install edos, you must be running Windows
- testunpk
- if ERRORLEVEL 3 goto winx
-
- echo Windows is not running. Start SETUP. You will be
- echo prompted if you want Windows started automatically.
- goto ok
- :winx
- echo Since Windows is running, exit this DOS session and,
- echo From the File/RUN menu item run "A: or B:\SETUP
- echo Use A: or B: but not both, example: A:\SETUP.
- echo.
-
- :ok
- echo DO NOT attempt to bypass running the edos setup.
- echo.
- echo ! ! ! ! ! ! EDOS CAN NOT be installed by hand ! ! ! ! ! !
- echo.
- echo %0
-
- Pause
-
-