03-28-2008, 11:53 PM
Quote:what happens when two separate users are "rset"-ing to the shared network .ini file simultaneously
Don't know. Maybe Windows API functions used by rset manage it, maybe not.
lock cannot be used because it works only on single computer.
If we don't know that, safer is to use multiple files. Otherwise you could use single file.
Ini file format is
[section]
user1=[*ENCRYPTEDPASSWORD1*]
user2=[*ENCRYPTEDPASSWORD2*]
...
