Here's a FREE little app which will let you put your crash/corruption
reports in a directory each midnight cleanup, with the filenames based
on the current date.  To use this, make a directory under your WGSERV
directory:

	MKDIR CRASHES

Then place the following lines in your BBSCLEAN.BAT file:

    If you are running Annex System Sentinel:

	MOVEDATE GP.OUT CRASHES\~Y-~M-~D.GP 0
	MOVEDATE ANXSCATA.TXT CRASHES\~Y-~M-~D.CAT 0
	MOVEDATE ANXSCVDA.TXT CRASHES\~Y-~M-~D.VDA 0 
	MOVEDATE ANXSCMEM.TXT CRASHES\~Y-~M-~D.MEM 0

    Otherwise: (and WHY aren't you running System Sentinel?)

	MOVEDATE GP.OUT CRASHES\~Y-~M-~D.GP 0
	MOVEDATE CATASTRO.TXT CRASHES\~Y-~M-~D.CAT 0

(You can change the options passed to MOVEDATE if you don't like the
filenames I've used - type MOVEDATE by itself and it'll print
instructions.  Also, if your cleanup is in the early hours of the
morning you probably want to change the 0's to -1's in the calls to
MOVEDATE, so that the files will be given yesterday's date.)

	- Randy Spangler
	  (Annex Online Services)
