home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / awave / uninaw.bat < prev   
DOS Batch File  |  1997-10-15  |  273b  |  18 lines

  1. echo off
  2. set UAW=%0
  3. if "%1"=="" goto last
  4. if not exist %1 goto next
  5. echo Deleting %1 ...
  6. attrib -r -h -s %1
  7. :retry
  8. del %1
  9. if exist %1 goto retry
  10. :next
  11. shift
  12. %UAW% %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. :last
  14. echo !
  15. echo ! Finished uninstalling Awave!
  16. echo !
  17. del %UAW%
  18.