home *** CD-ROM | disk | FTP | other *** search
/ Action-Games / cd3.mdf / setup / uninstal.bat < prev    next >
Encoding:
DOS Batch File  |  1996-08-26  |  96 b   |  6 lines

  1. @echo off
  2. :loop
  3. del %1\uninstal.exe
  4. if exist %1\uninstal.exe goto loop
  5. del %1\uninstal.bat
  6.