home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cshw851b.zi / CSHOWDEL.BAT < prev    next >
DOS Batch File  |  1992-09-10  |  167b  |  9 lines

  1. cls
  2. echo Press any key to delete "support files"
  3. echo on
  4. Pause   (or Ctrl-C to cancel)
  5. DEL readme.exe   
  6. DEL bob-89a.gif  
  7. DEL cshowdel.bat 
  8. :end             
  9.