if exists "uuspool:NewsBatch" 
	echo "unbatching news ..." 
	AmiTCP:bin/rnews -h "uuspool:NewsBatch"	
	echo "deleting NewsBatch" 
	delete "uuspool:NewsBatch" quiet 
	echo "Triming old news" 
	AmiTCP:bin/trimnews 
else 
	echo "Sorry, no news transferred" 
endif 

if exists "uuspool:NABatch" 
	echo "unbatching NewsAgent news ..." 
	AmiTCP:bin/rnews -h "uuspool:NABatch"	
	echo "deleting NABatch" 
	delete "uuspool:NABatch" quiet 
	echo "Triming old news" 
	AmiTCP:bin/trimnews 
else 
	echo "Sorry, no NewsAgent news transferred" 
endif
 
CD AmiTCP:Bin
SETENV GRNSaveDir DH0:Misc 
SETENV replyprefix "> " 
run GRn height=240 top=10 left=30 wrap=83 
