Tagged Questions
3
votes
3answers
4k views
Exclusive File access to logfile with VBScript and Filesystemobject
Need help with this one.
I have a VBS script that currently writes to a logfile. This script can be kicked off my multiple simultaneous processes so now I'm worried about concurreny.
I'm currently ...