1
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.
I chked other similar questions that suggest this tool and other tail tools. But my company doesnot allows installing them :( – Avinash – 2010-12-15T06:23:45.620
@Avinash understanding the policy might help you get an exception. Just remember to work with your bosses and make an economic argument (this tool will save time, which is worth $$....). – Richard – 2010-12-15T09:01:08.520