home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / windows / edos / edosx1.bat < prev    next >
DOS Batch File  |  1994-05-30  |  864b  |  35 lines

  1. @echo off
  2. cls
  3. copy !.bat finish.txt > nul:
  4. echo.
  5. echo.
  6.  
  7. echo The self extracting unpack of EDOS is complete.
  8. echo In order to install edos, you must be running Windows
  9. testunpk
  10. if ERRORLEVEL 3 goto winx
  11.  
  12. echo Windows is not running. Start SETUP. You will be
  13. echo prompted if you want Windows started automatically.
  14. echo From the command line run "A: or B:\SETUP
  15. echo Use A: or B: but not both, example: A:\SETUP.EXE
  16. goto ok
  17. :winx
  18. echo Since Windows is running, exit this DOS session and,
  19. echo From the File/RUN menu item run "A: or B:\SETUP
  20. echo Use A: or B: but not both, example: A:\SETUP.
  21. echo.
  22.  
  23. :ok
  24. echo DO NOT attempt to bypass running the edos setup.
  25. echo.
  26. echo ! ! ! ! ! ! EDOS CAN NOT be installed by hand ! ! ! ! ! !
  27. echo.
  28. echo %0
  29.  
  30. rem rename !  a1 > nul:
  31. if exist "a1.bat" del a1.bat   > nul:
  32. Pause
  33. rename !.bat a1.bat
  34.  
  35.