aliguard Posted January 24, 2009 Posted January 24, 2009 How can get serial ID. of CD i WANT GET SERIAL CD
Andreik Posted January 24, 2009 Posted January 24, 2009 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
aliguard Posted January 24, 2009 Author Posted January 24, 2009 $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
trancexx Posted January 24, 2009 Posted January 24, 2009 thanksssss but i need get serial blank cdThat 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
aliguard Posted January 24, 2009 Author Posted January 24, 2009 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 ................
trancexx Posted January 25, 2009 Posted January 25, 2009 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
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