We have a WIN 2K SERVER with the product WinSyslog 5.3 installed.
The received logs are stored on the hard disk in ASCII files. I need to segment these files when they reach a certain size (Example: 50 MB). The new files must add in his name a sequential number.
For example:
C:\SL\source-YYYY-MM-DD 1.log
C:\SL\source-YYYY-MM-DD 2.log
C:\SL\source-YYYY-MM-DD 3.log
.
.
.
.
C:\SL\source-YYYY-MM-DD n.log
For security reasons, I cannot use circular logging.
Thanks a lot,
Juan Villegas Azuaje


