thread329-462925
Hi guys, the below script, submitted by browolf, is exactly what I need but I can't get it to search for other users but my own. How do I get it to check other users:
<code>
on error resume next
'wscript.echo "Logging....."
const ForAppending = 8
dim net,fso,f
Set net =...