Windows logs.
list Allan Spencer
Tue, 22 Nov 2005 10:06:53 +1100
Message-Id: <user-73b61c51f918@xymon.invalid>
Thomas wrote:
Hi !
Any of you had to monitor logs on a windows box where the file is located in a directory with spaces in ?
bb-msgs.pl version 1.1 breaks if I try.
/Thomas
Have you tried taking out the space ? Convert the folder to dos 8.3 format so for eg Program Files ends up being progra~1 Everything gets truncated to 6 chars + ~1. I know its Perl and not dos but it cant hurt to try :)
Allan