KeyserSoze
Programmer
I am new to VBScript, so please bear with me....
I have to write a script that runs when a user logs in and writes information, such as logon time, IP address, etc., to a text log file.
The text log file will reside in another directory and all users will append to it. I do not want the file to be seen by the users.
Via VBScript, can I grant the user logging in temporary read/write access to the file and remove that access when the script ends execution?
Thanks!
I have to write a script that runs when a user logs in and writes information, such as logon time, IP address, etc., to a text log file.
The text log file will reside in another directory and all users will append to it. I do not want the file to be seen by the users.
Via VBScript, can I grant the user logging in temporary read/write access to the file and remove that access when the script ends execution?
Thanks!