// JP opened flex table

Click to See Complete Forum and Search --> : Newbie: Virtual Driver to access CDROM


ssaun
October 13th, 2008, 06:20 AM
Hi All,

I need to write a virtual driver which does following tasks:

1) Installs itself as a Drive Letter say X:, with no file/folder inside it.

2) when X: is queried, it should fetch data from CDROM based upon one or another registry settings.

Im able to accomplish point 1, I'm even able to read registry however, Im yet unsure of as to how I would get data from CDROM and pass on to application.

Any help shall be appreciated.

Regards,
SSaun

//JP added flex table