Hi All,
I am trying to manipulate the iwevents.log file.
Is there a way I can execute the following code on a Windows 2000 platform
$eventlog = `$iwhome/iwgetelog`;
chop($eventlog);
$tailevent=`greg Submit $eventlog |tail -1`;
Basically, it's the last line of code that won't work..
Any suggestions??
Thanks.
Lucas Cochrane
lcochrane@dc.com