TymerTopCat Posted December 5 Posted December 5 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
LIGHTNING UK! Posted December 6 Posted December 6 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.
TymerTopCat Posted December 7 Author Posted December 7 Thanks for that, I got it working using SPTI & C++. Kind of tricky, can't imagine how complicated ImgBurn code is. Love that program.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now