I have just started using inetlogger.vbs. It works fine the first time the user logs off, spy.htm contains details of websites visited. However, subsequent times the script is run on logoff I am getting "access denied" at line 203 which is
oFSO.CopyFile index_dat, spyTmp, True
and which is preceded ironically by
' Copy index.dat ---> C:\Documents and Settings\\Local Settings\Temp\spy.tmp
' REASON: Avoids file access violations under Windows.
The user's spy.htm file is written to but just contains the username, computer name and "Link".
The only changes I have made to inetlogger.vbs is the server name in lines 42,159 and 160. The problem occurs even as admin user. I would appreciate suggestions how to fix this.