> Is there a way to get the list of network logins that have the RB1 file open > and have it accessible to R:BASE in a variable? > > And then is it possible to CLOSE the file from within an R:BASE command file > if the user has the appropriate server rights?
Sami, these are interesting questions, and I don't know the answer. I am going to guess that answer to both questions is YES since you can do it from the Windows desktop and those programs are _usually_ based on Windows API calls. You'd have to right a DLL do this, and the DLL would probably have to run on the server, not on a workstation. I believe there is a remote Windows management API which would let you do this from a different machine, but you would probably have to enable that on the server in advance. -- Larry
