Tail.exe from Windows 2003 Resource kit link to download page
I tried "option -f filename.xyz" - this doesnot seem to update. In my .net app, log file is updated using this code :
FileStream fileStream = File.Open(path, FileMode.Append, FileAccess.Write; ...
throws access exception, file in use by another tool which is Tail.exe
Am I missing something here.. how should tail.exe be used.