OPENFILE Programs OPENFILE NLM/EXE informs network user who has opened specified file. Because NetWare gives this information only to console operators, you must launch OPENFILE.NLM on the server. OPENFILE.EXE is client-part of this pair, it receives file openers information from OPENFILE.NLM and displais it to screen. Syntax on server: LOAD OPENFILE (It is recommended to insert this line into AUTOEXEC.NCF) Syntax on workstation: OPENFILE where must be on network drive. If succesful, OPENFILE.EXE returns similar list: File 3NET1/SYS:USER\PJ\PJTEST.SYS is in use by following users: PJ connection 19 --- end of list --- Notes: - Openfile uses NETX.EXE (or NETX.VLM) interface - Openfile return following DOS exit codes: 255 ... server (OPENFILE.NLM) doesn't reply 254 ... error on server side 253 ... parameter or program error. Program has printed appropriate error message. 0 - 252 number of users, having opened specified file