home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FILEUSE.ZIP / FILEUSE.DOC next >
Text File  |  1995-02-28  |  2KB  |  37 lines

  1. This is a single server Novell network compatible utility which shows
  2. you all the users who have a file locked.  In addition, it can send a
  3. broadcast message to all users who have a file locked.  It is
  4. particularly useful in developing Foxpro applications where you are
  5. trying to update an application and need to get all the users to shut
  6. the application down.  It's also useful in finding everybody who is
  7. accessing a database file (although, it can be used for any type of
  8. file).  To run this utility, you need to have network supervisor rights.
  9.  
  10. The syntax is as follows:
  11.  
  12.    FILEUSE <fn>
  13.  
  14. where <fn> is the name of the file(s) for which you want a user-list.
  15. Wildcards are acceptable and pathnames can be included.  You may also
  16. include network volume names.  In addition, you may use the syntax:
  17.  
  18.    FILEUSE <fn> "message"
  19.  
  20. where "message"  (you need the quotes)  is a broadcast message to send to
  21. everybody who is using the file <fn>.  For example, to ask all users of
  22. the file MYAPPL.APP to exit from that program, type:
  23.  
  24.    FILEUSE MYAPPL.APP "Pls exit the MYAPPL application"
  25.  
  26. To send another message the same group of users that received the previous
  27. message, follow the above statement with:
  28.  
  29.    FILEUSE "another message"
  30.  
  31. so, for example, after you have made your changes to the app, you would type:
  32.  
  33.    FILEUSE "The system is back up now"
  34.  
  35. ========================================================================
  36. This is a public domain utility -- you may copy and use it freely...
  37.