Rem Remember to remove line breaks from first two lines
@SET TEMPLATEDIR="%programfiles%/common files/microsoft shared/web server extensions/12/Template"
@SET STSADM="%programfiles%/common files/microsoft shared/web server extensions/12/bin/stsadm.exe"
iisreset /stop
Echo deactivatefeature PublishNews feature
%STSADM% -o deactivatefeature -filename PublishNews/feature.xml -force
Echo uninstallfeature PublishNews feature
%STSADM% -o uninstallfeature -filename PublishNews/feature.xml -force
Echo deactivatefeature ApproveNews feature
%STSADM% -o deactivatefeature -filename ApproveNews/feature.xml -force
Echo uninstallfeature ApproveNews feature
%STSADM% -o uninstallfeature -filename ApproveNews/feature.xml -force
Echo Restart IIS Worker Process
iisreset /start
pause