Ver Mensaje Individual
  #11  
Antiguo 23-11-2017
Avatar de Casimiro Noteví
Casimiro Noteví Casimiro Noteví is offline
Merodeador
 
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.671
Reputación: 10
Casimiro Noteví Tiene un aura espectacularCasimiro Noteví 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