home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games (Alt) / INFESPGAMES.iso / dos / adventur / canton / remove.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-04  |  50 b   |  6 lines

  1. echo off
  2. cd c:
  3. del c:\nnn\*.*
  4. rmdir nnn
  5. exit
  6.