home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
Sharpdev
/
099bsetup.exe
/
uninstall_nunit.bat
< prev
next >
Wrap
DOS Batch File
|
2004-03-03
|
98b
|
5 lines
@echo off
echo uninstalling nunit.framework.dll into the GAC
gacutil /u nunit.framework
pause