Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Informacion agregada
  • Loading branch information
alvarogonzalezferrer authored Oct 16, 2019
1 parent 7610d3a commit 9f6bd8f
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,50 @@
------------------------------------------------------------------------------
CDR - Reproductor de CDs
------------------------------------------------------------------------------
----------------------------------------------
CDR - Reproductor de CDs para DOS
----------------------------------------------
Creado por Kronoman
En memoria de mi querido padre
(c) 2001, Kronoman - Freeware
------------------------------------------------------------------------------
Uso del programa:
----------------------------------------------
Info agregada Octubre-2019
----------------------------------------------
Necesita la libreria "libcda" para DJGPP

libcda is "A simple, cross-platform CD playing library".
It was designed to be used in computer games,
but obviously this is not necessary.

Descarga desde:
https:github.com/wangp/libcda
----------------------------------------------
Compilar con DJGPP para MS DOS

gcc cdr.c -o cdr.exe -lcda
----------------------------------------------
Utilidad: permite reproducir un CD desde
la linea de comandos, SIN interface
----------------------------------------------
Comandos:

CDR PLAY [pista] Toca de la [pista] hasta el final del disco
si se omite [pista], se asume 1
si se omite [pista], se asume 1

CDR STOP Para el CD

CDR NEXT Pasar a la proxima pista

CDR PREV Pista previa

CDR RAND Elije una pista al azar y la toca

CDR I Muestra informacion del CD

CDR PAUSE Pausar la reproduccion

CDR RESUME Continuar luego de una pausa

CDR EJECT Abrir la compactera (si es posible)

CDR CLOSE Cerrar la compactera (si es posible)
------------------------------------------------------------------------------

CDR VOL [vol] Setea el volumen a [vol] 0..255; default = 255
----------------------------------------------

0 comments on commit 9f6bd8f

Please sign in to comment.