Ver Mensaje Individual
  #11  
Antiguo 23-11-2017
Avatar de Casimiro Notevi
Casimiro Notevi Casimiro Notevi is offline
Moderador
 
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.040
Reputación: 10
Casimiro Notevi Tiene un aura espectacularCasimiro Notevi Tiene un aura espectacular
Es obvio, pero se supone que modificarás el código con la letra de la unidad del cd/dvd que quieres comprobar.

Código Delphi [-]
if DiskInDrive('a') = False then
  ShowMessage('Drive not ready');

if DiskInDrive('d') = False then
  ShowMessage('Drive not ready');

if DiskInDrive('f') = False then
  ShowMessage('Drive not ready');

if DiskInDrive('g') = False then
  ShowMessage('Drive not ready');
Responder Con Cita