home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / windows / edos / kill.bat < prev    next >
DOS Batch File  |  1993-03-06  |  489b  |  20 lines

  1. @cls
  2. @if not exist edos.386 goto notok
  3. @echo This batch file will delete the old files from a previous
  4. @echo version of EDOS.
  5. @echo Press any key to continue, Ctrl+C to abort
  6. @pause > NUL:
  7. del ..\dos704k.bat
  8. del ..\dos736k.bat
  9. del ..\dos704k.pif
  10. del ..\dos736k.pif
  11. del ..\edostemp.com
  12. del ..\edoslib.exe
  13. del ..\edos.ini
  14.  
  15. goto ok
  16. :notok
  17. @echo This does not appear to be the windows\edos subdirectory
  18. @echo Be sure to change directory to the Windows\edos subdirectory
  19. :ok
  20.