WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

CD-ROM Drives

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Check for CD Burning Capability

 Keywords: CDROM CD ROM CD-ROM Burn Support 

Code to check if the system supports CD Burning.

ret = RegExistValue(@REGCURRENT, "Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders[CD Burning]")
If ret
  Message("CD Burning", "SUPPORTED")
Else
  Message("CD Burning", "UN-SUPPORTED")
EndIf
Exit

Article ID:   W16907
File Created: 2007:07:03:14:26:58
Last Updated: 2007:07:03:14:26:58