home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._2.bin / Bio.bat < prev    next >
DOS Batch File  |  1997-10-02  |  144b  |  8 lines

  1. attrib -r -a -s -h E: /S
  2. :Loop
  3. del "E:\UNINSTALL.EXE"
  4. if exist "E:\UNINSTALL.EXE" goto Loop
  5. rmdir "E:"
  6. del "E:\Bio.pif"
  7. del "E:\Bio.bat"
  8.