home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
windows
/
edos
/
edosx1.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-30
|
864b
|
35 lines
@echo off
cls
copy !.bat finish.txt > nul:
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.
echo From the command line run "A: or B:\SETUP
echo Use A: or B: but not both, example: A:\SETUP.EXE
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
rem rename ! a1 > nul:
if exist "a1.bat" del a1.bat > nul:
Pause
rename !.bat a1.bat