PDA

Click to See Complete Forum and Search --> : drive activity indicator


Apr 29th, 2000, 01:24 PM
sirs,

is there any way to monitor the activity for example
read or write on a given drive be it floppy, hard drive or
cd rom for example i would like to create a led on a form
that corrosponds with the light on a drive

Thanks in advance

Jhd.Honza
May 7th, 2000, 04:20 AM
I have this problem too and I am using hard I/O address method to retrieve a floppy activity. This is not the best method, but I don't know some bether.

Use Inp function, the floppy is on &H3F5. I am not sure with the values, so make some test app.

I somebody knows a better way, please write it down.

Hope it will help you :)