Jump to content

Recommended Posts

Posted

ImgBurn is one of the best pieces of software I have ever used, since 1986. Love the simple native Dialog Boxes and Forms.

I need to get the Serial number of the DVDDrive, ImgBurn can display it under Drive Capabilities (Top).

Does Imgburn offer command line usage that can get that Serial Number?

If not, I can do a tiny SPTI command in C# to query the drive for the Serial Number.

What is the requirement to sent that SPTI command to DeviceIoControl using Windows OS.

-Russ

Posted

I don't recall it having command line usage for that, no.

ImgBurn follows the MMC specs and uses SCSI_PASS_THROUGH_DIRECT via DeviceIoControl.

From the MMC specs, you'd probably want the 'GET CONFIGURATION' command and the 'DRIVE SERIAL NUMBER' feature.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.