I am trying to run a script on several users machines at the same time to append a log file with some user data.
I have written some code using the filesystemobject, which appears to work, but sometimes log entries are missing. I am assuming that there are no locks on the logfile when multiple processes are running.
Can anyone help as to how to evercome this, so that I do not lose any data.
Thanks
I have written some code using the filesystemobject, which appears to work, but sometimes log entries are missing. I am assuming that there are no locks on the logfile when multiple processes are running.
Can anyone help as to how to evercome this, so that I do not lose any data.
Thanks