home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / icondemo / remove.bat < prev    next >
DOS Batch File  |  1990-03-08  |  1KB  |  20 lines

  1. @echo off
  2. rem batch file to remove demo software from disk
  3. copy remove2.bat ..
  4. cls
  5. echo ┌────────────────────────────────────────────────────────────────────────┐
  6. echo │                                                                        │
  7. echo │  Use this program to remove the IconAuthor demonstration software      │
  8. echo │  from your hard disk.  It will remove ALL of the files from the        │
  9. echo │  following directory:                                                  │
  10. echo │                                                                        │
  11. cd
  12. echo │                                                                        │
  13. echo │  If you want to stop this press Control-C now.  If you want to         │
  14. echo │  remove the files press any other key.                                 │
  15. echo │                                                                        │
  16. echo └────────────────────────────────────────────────────────────────────────┘
  17. pause
  18. cd ..
  19. remove2
  20.