home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / geoworks / tempdel.bat < prev    next >
DOS Batch File  |  1995-12-11  |  1KB  |  25 lines

  1. @echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────────┐
  4. echo │          G E O P U B L I S H    I N S T A L L   A S S E M B L Y           │
  5. echo └───────────────────────────────────────────────────────────────────────────┘
  6. echo ┌───────────────────────────────────────────────────────────────────────────┐
  7. echo │                                                                           │
  8. echo │ The Install archive files have been copied without error. The temporary   │
  9. echo │ files will now be deleted. If you do not want the temporary files deleted,│
  10. echo │ press CTRL + C to stop the batch file, and answer Y to the (Y/N) prompt.  │
  11. echo │                                                                           │
  12. echo │ To delete the temporary files . . .                                       │
  13. echo └───────────────────────────────────────────────────────────────────────────┘
  14. pause
  15. del PUBLISH1.EXE
  16. del PUBLISH2.EXE
  17. del PUBLISH3.EXE
  18. del PUBLISH4.EXE
  19. del PUBLISH5.EXE
  20. echo.
  21. echo   Finished deleting temporary files . . . .
  22. echo.
  23.  
  24. :end
  25.