home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / uninstall_nunit.bat < prev    next >
DOS Batch File  |  2004-03-03  |  98b  |  5 lines

  1. @echo off
  2. echo uninstalling nunit.framework.dll into the GAC
  3. gacutil /u nunit.framework
  4. pause
  5.