How can I read a CDROM sector by sector through MASM code
Hello Jose
This is a short example how to read a sector from a cdrom under Windows.
It uses SPTI.
have fun.
[attachment deleted by admin]
Thank you Mr.Siekmanski .How is it possible with ASPI
Hello Jose
When I'll have the time I'll make an example with ASPI.
Communicating with SCSI and ATAPI CD/DVD devices via ASPI
This little proggy just reads one sector from a CDROM ( the first cdrom found )
Nothing fancy just a minimum example.
Works on Windows 95/98 SE and Windows ME
For Windows 2000, Windows XP, Windows Server 2003, we need an Aspidriver
Look at:
http://www.nero.com/nero6/eng/ASPI_Driver.html
Or just download the latest NeroAspi Driver (for Windows NT/2000/XP):
ftp://ftp6.nero.com/wnaspi32.dll
Have fun with it, greetings Siekmanski
[attachment deleted by admin]