[ActiveDir] Who is using my file?

2003-12-01 Thread Richard Sumilang
I had a little problem today, my server is running Windows 2000 Server and naturally it's sharing a few files. I tried opening a document on the server but I could only open it in read only mode because someone had it opened before me. Is it possible to tell from the server or my workstation wh

RE: [ActiveDir] Who is using my file?

2003-12-02 Thread Baekelant, Erik
Title: RE: [ActiveDir] Who is using my file? If the file is opened through a share, you could use the following command:    net file | find /I "name of file" will return a line with an ID, the filename and the account who is accessing the file.    net file ID /delete closes the f

RE: [ActiveDir] Who is using my file?

2003-12-02 Thread Oliver Marshall
Erik -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, December 02, 2003 7:55 AM To: [EMAIL PROTECTED] Subject: [ActiveDir] Who is using my file? I had a little problem today, my server is running Windows 2000 Server and na

RE: [ActiveDir] Who is using my file?

2003-12-02 Thread Rich Milburn
Title: RE: [ActiveDir] Who is using my file? Okay now that something similar has been brought up… I have, on occasion, had both files and folders say that they can’t be deleted because they are in use, and yet as far as I can tell they are not in use.  This used to happen frequently on

RE: [ActiveDir] Who is using my file?

2003-12-02 Thread Burns, Clyde
Title: RE: [ActiveDir] Who is using my file? I use a program from systernals.com's web site called handle http://www.sysinternals.com/ntw2k/freeware/handle.shtml Its come in real handy for files that don't show a file lock but is open by a process.   You can just kill or suspend t

Re: [ActiveDir] Who is using my file?

2003-12-02 Thread Richard Sumilang
2003 08:07 To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] Who is using my file? If the file is opened through a share, you could use the following command: net file | find /I "name of file" will return a line with an ID, the filename and the account who is accessing the