Hi all,

I have created a VB Script file that runs when the user logs in, and writes the username and date & time to a log file. The vbs file as well as the log file is a network location that contains more than 3 users. I would like to know what would happen if more than one user logs in at the same time? Will it write the details of both users concurrently to the log file?

Thanks

Recommended Answers

All 2 Replies

You mean to say ,you want to write to the same file in parallel from two different proceses ?

Exactly. I want to write to the same file from two different computers at the same time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.