home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / PC / setup_nt / uninstall.bat < prev    next >
Encoding:
DOS Batch File  |  1997-01-17  |  158 b   |  12 lines

  1. cd "%1"
  2. bin\python.exe uninstall.py
  3. del lib\win\*.pyc
  4. del lib\win\*.pyd
  5. del lib\win\*.py
  6. rd lib\win
  7. rd lib
  8. del bin\*.exe
  9. del bin\*.dll
  10. rd bin
  11. del uninstall.*
  12.