Jump to content

Recommended Posts

Posted

How can get serial ID. of CD

i WANT GET SERIAL CD

$DRIVE = DriveGetDrive("CDROM")
If IsArray($DRIVE) Then
    For $INDEX = 1 To $DRIVE[0]
        MsgBox(0,"Drive " & $DRIVE[$INDEX],DriveGetSerial($DRIVE[$INDEX]))
    Next
EndIf
Posted

$DRIVE = DriveGetDrive("CDROM")
If IsArray($DRIVE) Then
    For $INDEX = 1 To $DRIVE[0]
        MsgBox(0,"Drive " & $DRIVE[$INDEX],DriveGetSerial($DRIVE[$INDEX]))
    Next
EndIf

thanksssss but i need get serial blank cd

Posted

thanksssss but i need get serial blank cd

That would really depend on manufacturer of that CD. For example, I'm having in my hands right now a CD of legendary Frank Sinatra named Fools Rush In. It says 3829492.

But if yours is blank one, I don't think it says anything. I could be wrong :)

♡♡♡

.

eMyvnE

Posted

That would really depend on manufacturer of that CD. For example, I'm having in my hands right now a CD of legendary Frank Sinatra named Fools Rush In. It says 3829492.

But if yours is blank one, I don't think it says anything. I could be wrong :)

tanks for answer me

----------------

please help me for it i very need it ................

Posted

tanks for answer me

----------------

please help me for it i very need it ................

I wasn't answering you. I was trying to tell you that you need to ask your question the proper way (for it to be understandable, at least).

You didn't get that?

It appears that I'm not understandable too.

... never mind, it's ok.

♡♡♡

.

eMyvnE

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...