Directory contents from command prompt

Hai All,

I am developing a file system filter driver on windows 2000. I am trying
to intercept all the IRPs realted to files and folders I am able to
intercept the IRPs when a file or folder is accessed from any apllication
like windows explorer but I am not seeing any IRPs when I create a
directory from command prompt(using mkdir) the same thing happens when I
create a file using copy con filename but I am able to see some IRPs when
EDIT command is used to see the contents of file.
What is to be done to intercept the command prompt calls.

Any information is helpful,

Thanx in advance,
Kedar.

The processing is still IRP / fast-io based. You should be able to see them.

----- Original Message -----
From:
To: “File Systems Developers”
Sent: Monday, July 08, 2002 2:27 PM
Subject: [ntfsd] Directory contents from command prompt

> Hai All,
>
> I am developing a file system filter driver on windows 2000. I am trying
> to intercept all the IRPs realted to files and folders I am able to
> intercept the IRPs when a file or folder is accessed from any apllication
> like windows explorer but I am not seeing any IRPs when I create a
> directory from command prompt(using mkdir) the same thing happens when I
> create a file using copy con filename but I am able to see some IRPs when
> EDIT command is used to see the contents of file.
> What is to be done to intercept the command prompt calls.
>
> Any information is helpful,
>
> Thanx in advance,
> Kedar.
>
> —
> You are currently subscribed to ntfsd as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to %%email.unsub%%
>