home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / icondemo / remove2.bat < prev    next >
DOS Batch File  |  1990-03-08  |  491b  |  10 lines

  1. @echo off
  2. rem batch file to remove demo software from disk
  3. del ia_demo
  4. rd ia_demo
  5. echo ┌────────────────────────────────────────────────────────────────────────┐
  6. echo │                                                                        │
  7. echo │  All files removed.                                                    │
  8. echo │                                                                        │
  9. echo └────────────────────────────────────────────────────────────────────────┘
  10.