
Copyright (c) 2002-2003 Pallav Nawani
-------------------------------------

Playcd is a program that plays an Audio Cd on a computer's cd drive. If there
are more than one drives, playcd tries to play the first one. Playcd is
completely non interactive, and once started, will play the entire CD unless
its killed.

Playcd is just intended to demonstrate how to use SDL's cdrom API, and nothing
else.

Source code of Playcd is also included. It consists of just one file, pcd.c.
You require the SDL Library (Available at www.libsdl.org) to compile playcd.

If you use this program, you are deemed to have read and accepted the terms of
the License given below (Don't worry, its nothing dangerous, but do read it!)

Usage Instructions for Playcd
--------------------------------

Just double click on playcd.exe! Or, run from command line by typing playcd. It will automatically play the cd (if there is one in the drive).


License
-------

    Playcd is a program that plays an Audio Cd on a computer's cd drive. 
    Copyright (C) 2003  Pallav Nawani

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    See the file copying.txt for more details.

Hope you enjoy this program.
