According to KB article
Q262347 - HOWTO: Use Int 13h in Windows 95 and Windows 98
you need to write a VxD to do what you want.
--
Cheers
Check Abdoul
----------------
Quote:
> how to access HDD (and other devices) on low level, so that I'm able to
read
> actual sectors. all of them. I think that on NT based machines, it works
> with createfile, but i need this in 9x. i tried using int21 and it's 7305h
> function, but it is 16 bit. so that is off.
> any ideas?
> thank you