home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / utility / smartcd / smartcd.doc < prev    next >
Text File  |  1995-10-31  |  24KB  |  672 lines

  1.  
  2.  
  3.  
  4.  
  5.      ░░░░░░░┐ ▒▒┐     ▒▒┐ ▓▓▓▓▓▓▓┐ ███████┐ ▓▓▓▓▓▓▓▓┐    ▒▒▒▒▒▒▒┐ ░░░░░░┐
  6.      ░░┌────┘ ▒▒▒▒──▒▒▒▒│ ▓▓┌──▓▓│ ██┌──██│ └──▓▓┌──┘    ▒▒┌────┘ ░░┌──░░┐
  7.      ░░░░░░░┐ ▒▒┌─▒▒┌─▒▒│ ▓▓▓▓▓▓▓│ ███████│    ▓▓│       ▒▒│      ░░│  ░░│
  8.      └────░░│ ▒▒│ └─┘ ▒▒│ ▓▓┌──▓▓│ ██┌─██┌┘    ▓▓│       ▒▒│      ░░│  ░░│
  9.      ░░░░░░░│ ▒▒│     ▒▒│ ▓▓│  ▓▓│ ██│ ███┐    ▓▓│       ▒▒▒▒▒▒▒┐ ░░░░░░┌┘
  10.      └──────┘ └─┘     └─┘ └─┘  └─┘ └─┘ └──┘    └─┘       └──────┘ └─────┘
  11.      Multi-featured CD Player v3.0    (c)1993,95 by Henrique Avila Vianna
  12.  
  13.   **************************************************************************
  14.                           U S E R ' S   G U I D E
  15.   **************************************************************************
  16.  
  17.  
  18.  
  19.   SUMMARY
  20.   -------
  21.  
  22.      1. Introduction and overview......................................... 2
  23.       1.1. Program features............................................... 2
  24.       1.2. Hardware and software requirements............................. 3
  25.  
  26.      2. How to use SMART CD............................................... 3
  27.       2.1. Installation................................................... 3
  28.       2.2. Program window................................................. 3
  29.       2.3. Player commands................................................ 4
  30.       2.4. Data files..................................................... 5
  31.       2.5. Notes on track programming..................................... 6
  32.       2.6. Changing the hotkey............................................ 6
  33.       2.7. Compatibility issues........................................... 6
  34.       2.8. Disclaimer..................................................... 7
  35.  
  36.      3. Distribution policy............................................... 7
  37.       3.1. Component files................................................ 8
  38.  
  39.      4. Registering....................................................... 8
  40.  
  41.      5. Technical stuff................................................... 9
  42.       5.1. Programming notes.............................................. 9
  43.       5.2. Error codes.................................................... 9
  44.       5.3. SMART CD history............................................... 9
  45.  
  46.      6. Acknowledgements..................................................10
  47.       6.1. Thanks.........................................................10
  48.       6.2. Bibliography...................................................10
  49.  
  50.      7. Other programs by the author......................................11
  51.  
  52.      8. Contacting the author.............................................11
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  SMART CD v3.0     User's Guide                                       Page  1
  62.  
  63.  
  64.  
  65.  
  66.   1. INTRODUCTION AND OVERVIEW
  67.   ----------------------------
  68.  
  69.      I wonder if the guys that created the CD never thought of storing the
  70.   disc's and tracks' names on the CD, so we could see on the player's display
  71.   what we are listening to.
  72.  
  73.      This was my main objective when I began to write this program, but since
  74.   then, SMART CD has been very improved with a lot of other new features which
  75.   make of it the most complete DOS-based CD player.
  76.  
  77.      SMART CD is a TSR (Terminate and Stay Resident) program that simulates a
  78.   regular CD player equipment, but with many extended features. Basically, the
  79.   program lets you type in the disc's and tracks' titles and then saves this
  80.   information to your hard (or floppy) disk, so it can be restored the next
  81.   time you use that CD.
  82.  
  83.      Once you have typed the disc info in, the List function will show you
  84.   all the tracks titles and you can even search for a track by its name with
  85.   the Find function!
  86.  
  87.      SMART CD supports track programming up to 32 tracks, and has also a
  88.   Shuffle function that will play all the tracks (up to the limit of 32) in a
  89.   random order, without repetition. Tracks can be added and deleted from the
  90.   program even when the CD is already playing! The Repeat function has two
  91.   levels: repeat the current track, or the entire disc/program.
  92.  
  93.      The program uses redefined VGA characters to create a LED-like display
  94.   and the TSR routine lets you activate the program while you are working on
  95.   another application.
  96.  
  97.  
  98.   1.1. PROGRAM FEATURES
  99.   ~~~~~~~~~~~~~~~~~~~~~
  100.  
  101.      * "Know what you are listening to": informs you disc and track titles!
  102.      * Programming up to 32 tracks.
  103.      * Add and remove tracks from the program, even during playback!
  104.      * Shuffle function: random programming, without track repetition.
  105.      * 2-level Repeat function: repeat one track or the whole disc/program.
  106.      * TSR routine: plays the CD while you work!
  107.      * Cool VGA semi-graphical display.
  108.  
  109.      NEW IN THIS VERSION:
  110.  
  111.      * "SMART Tracks"(tm): saves the last active track program for each CD.
  112.      * Automatically detects data tracks.
  113.      * Fast-forward and rewind.
  114.      * Jump directly to a track by typing its number.
  115.      * Auto-start and auto-popup: instant playback when you insert a CD.
  116.      * List all tracks names.
  117.      * Find a track by its name.
  118.      * Show remaining time of the track and the disc.
  119.      * Open/close drive tray.
  120.      * Customizable hotkey.
  121.  
  122.  SMART CD v3.0     User's Guide                                       Page  2
  123.  
  124.  
  125.  
  126.  
  127.   1.2. HARDWARE AND SOFTWARE REQUIREMENTS
  128.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129.  
  130.      These are the minimum requirements in order to use SMART CD:
  131.  
  132.      * IBM PC-AT 286 compatible or better
  133.      * CD-ROM drive (no kidding!)
  134.      * VGA graphics card
  135.  
  136.      * MSCDEX 2.1 or later
  137.      * MS-DOS 3.1 or later
  138.      * 35K bytes of free memory (amount used by the program while resident)
  139.  
  140.  
  141.  
  142.   2. HOW TO USE SMART CD
  143.   ----------------------
  144.  
  145.   2.1. INSTALLATION
  146.   ~~~~~~~~~~~~~~~~~
  147.  
  148.   To run the program, type:
  149.  
  150.      SMARTCD [/S] [/P] | [/R]
  151.  
  152.   ([] denote optional parameters, and | denotes an exclusive parameter)
  153.  
  154.      Command-line switches:
  155.  
  156.      /S - Enable AUTO-START. As soon as a CD is inserted into the drive
  157.           it will start playing.
  158.  
  159.      /P - Enable AUTO-POPUP. When a disc is inserted into the drive, the
  160.           SMART CD window will appear at the screen.
  161.  
  162.      /R - Remove a previously installed copy of SMART CD from memory.
  163.  
  164.   NOTE: you can, of course, use both /S and /P switches for instant pop up
  165.         and playback start (nice effect!)
  166.  
  167.      While resident, SMART CD uses about 35KB of base memory, but it can also
  168.   be loaded in the Upper Memory Area, using the DOS command LH.
  169.  
  170.  
  171.   2.2. PROGRAM WINDOW
  172.   ~~~~~~~~~~~~~~~~~~~
  173.  
  174.      Press the hotkey (CTRL+ENTER is the default one, but you can change
  175.   it - see section 2.6) to access the program's window. Or, if you have
  176.   used the /P switch, just insert a CD into the drive and the window will
  177.   pop up (neat, eh?!). Note that the window will only pop up in the 80x25
  178.   text mode.
  179.  
  180.  
  181.  
  182.  
  183.  SMART CD v3.0     User's Guide                                       Page  3
  184.  
  185.  
  186.  
  187.  
  188.      The SMART CD window attempts to resemble, as close as possible, a
  189.   regular CD-player's panel. It consists of basically three parts:
  190.  
  191.      1. the main display: here you see the disc and tracks info (time, title,
  192.   etc.) and the status of the player's functions (program, repeat, etc.);
  193.  
  194.      2. the control panel: here you have the player commands - any command in
  195.   the bottom line is executed by pressing the correspondent F-key; to execute
  196.   the commands listed in the upper line, press SHIFT along with the F-key;
  197.  
  198.      3. the auxiliary display: used to show the programmed tracks and for
  199.   output of the FIND, LIST and JUMP commands.
  200.  
  201.  
  202.   2.3. PLAYER COMMANDS:
  203.   ~~~~~~~~~~~~~~~~~~~~~
  204.  
  205.      [ESC] EXIT
  206.      Returns to DOS prompt or foreground application. The program stays
  207.   resident.
  208.  
  209.      [01] .. [32] JUMP
  210.      Use the numeric keys to specify a track number to jump to. Not available
  211.   when a track program is playing.
  212.  
  213.      [F1] PLAY/PAUSE
  214.      Starts playback of the currently selected track, or from the beginning
  215.   of track program. While playing, press to pause and resume playback.
  216.  
  217.      [F2] STOP/CLEAR
  218.      Stops playback. When already stopped (pressed twice) clears the current
  219.   track program.
  220.  
  221.      [F3] SKIP BACK
  222.      Skips to the previous track in the disc or program.
  223.  
  224.      [SHIFT+F3] REWIND
  225.      Rewinds quickly within a track.
  226.  
  227.      [F4] SKIP FORWARD
  228.      Skips to the next track in the disc or program.
  229.  
  230.      [SHIFT+F4] FAST FORWARD
  231.      Advances quickly within a track.
  232.  
  233.      [F5] PROGRAM
  234.      Adds the current track to the program. Use the SKIP keys (F3 and F4)
  235.   to change the current track. After you start playing a program, you can
  236.   still select tracks to be added to it, using the SELECT keys (SHIFT+F5
  237.   and SHIFT+F6 - see below).
  238.  
  239.      [SHIFT+F5] SELECT PREVIOUS
  240.      When playing a program, selects previous track to add to the program.
  241.  
  242.  
  243.  
  244.  SMART CD v3.0     User's Guide                                       Page  4
  245.  
  246.  
  247.  
  248.  
  249.      [F6] DELETE
  250.      Removes the last programmed track from the program. It works even while
  251.   playing the program, but then you can delete only up to the track that is
  252.   being played, exclusively.
  253.  
  254.      [SHIFT+F6] SELECT NEXT
  255.      When playing a program, selects next track to add to the program.
  256.  
  257.      [F7] REPEAT
  258.      Changes the status of the Repeat function.
  259.  
  260.      [SHIFT+F7] SHUFFLE
  261.      Creates a random track program and starts playing it.
  262.  
  263.      [F8] TIME
  264.      Toggles between displaying the elapsed time or the left time. It affects
  265.   the values shown on the "time", "# of trks" and "full time" fields.
  266.  
  267.      [SHIFT+F8] FIND
  268.      Locates a track by any part of its name. Not available when a track
  269.   program is playing.
  270.  
  271.      [F9] LIST
  272.      Lists in the auxiliary display the names of all tracks in the disc.
  273.  
  274.      [SHIFT+F9] SONG TITLE
  275.      Lets you edit the current track's title.
  276.  
  277.      [F10] EJECT
  278.      Opens or closes the CD-ROM drive tray. Of course, only for drives that
  279.   support software eject.
  280.  
  281.      [SHIFT+F10] DISC TITLE
  282.      Lets you edit the CD title.
  283.  
  284.  
  285.   2.4. DATA FILES
  286.   ~~~~~~~~~~~~~~~
  287.  
  288.      One data file will be created for each CD you use with SMART CD. These
  289.   files are used to store the disc's and its tracks' titles and they are saved
  290.   in the same directory where SMARTCD.EXE is located.
  291.  
  292.      The CD data file is created or updated only when you eject the disc or
  293.   remove SMART CD from memory. So if you have entered new data for a disc,
  294.   don't forget to remove the program before powering off your computer.
  295.  
  296.      The file format has been slightly changed from that used on version 2.0
  297.   of SMART CD, but older files will be recognized and automatically converted
  298.   by the program.
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  SMART CD v3.0     User's Guide                                       Page  5
  306.  
  307.  
  308.  
  309.  
  310.   2.5. NOTES ON TRACK PROGRAMMING
  311.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  312.  
  313.      The last active track program is also saved in the CD info file, and it
  314.   is restored the next time you use that CD. This is the so-called "SMART
  315.   tracks" function and works just like this: suppose you don't agree to the
  316.   order some tracks are placed in the CD, or you definetely don't like some of
  317.   the songs at all - just make a program exactly as you want and then eject the
  318.   disc to force SMART CD saving the data file. Now insert the disc again and
  319.   you will see that the player automatically enters in program mode with your
  320.   "perfect" program loaded!
  321.  
  322.      If you clear the program with F2 (STOP/CLEAR), the saved program won't
  323.   be erased. This is a safety feature to allow you play the disc in normal
  324.   mode or shuffle mode, or even trying a different track programming without
  325.   losing the "good" program. To effectively erase the program from the data
  326.   file, you must erase the programmed tracks one by one using F6 (DEL).
  327.  
  328.      When there is a track program active, the "# of trks" and "full time"
  329.   fields show the number of tracks and the total playing time of the program,
  330.   not of the entire disc.
  331.  
  332.  
  333.   2.6. CHANGING THE HOTKEY
  334.   ~~~~~~~~~~~~~~~~~~~~~~~~
  335.  
  336.      The default hotkey to access SMART CD's window is CTRL+ENTER. May you
  337.   have another TSR program which uses the same hotkey, a hotkey definition
  338.   utility has been included to let you choose a new key combination to
  339.   activate SMART CD.
  340.  
  341.      Simply run the program HOTKEY and then press the desired key combo. Note
  342.   that you must use one or more of the modification keys (CTRL, ALT, SHIFT)
  343.   AND one regular key. Some keys like CAPS LOCK, F11, F12 and combinations
  344.   like CTRL+TAB, CTRL+NUM5 are not recognized by the program.
  345.  
  346.      After you choose and confirm the new hotkey, the program will rewrite
  347.   the SMARTCD.EXE file, so the changes will take effect only in the next time
  348.   you run SMART CD.
  349.  
  350.  
  351.   2.7. COMPATIBILITY ISSUES
  352.   ~~~~~~~~~~~~~~~~~~~~~~~~~
  353.  
  354.      As you know, MS-DOS isn't a multi-task environment, so it doesn't have
  355.   a good support for concurrent applications. TSR programs run in background,
  356.   using hardware interrupts to have the processor's attention periodically.
  357.   These programs are somewhat "intruders" in the system, and may not run
  358.   properly all the time.
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  SMART CD v3.0     User's Guide                                       Page  6
  367.  
  368.  
  369.  
  370.  
  371.      This version has been intensively alfa and beta-tested, but there's no
  372.   completely bug-free software and its behavior may differ from one machine
  373.   to another, so I would suggest YOU do some testing before using the program.
  374.   Try installing SMART CD and running the applications you use more often;
  375.   if your system doesn't hang up you probably won't have any other problems.
  376.  
  377.      Also, two or more TSR programs may be incompatible with each other, so
  378.   if you have problems try removing all unnecessary TSRs while using SMART CD.
  379.  
  380.  
  381.   2.8. DISCLAIMER
  382.   ~~~~~~~~~~~~~~~
  383.  
  384.   ***************************************************************************
  385.   * ALL  WARRANTIES ARE  DISCLAIMED,  INCLUDING  DAMAGE TO  HARDWARE AND/OR *
  386.   * SOFTWARE FROM USE OF THIS PRODUCT. THE AUTHOR WILL NOT BE LIABLE TO YOU *
  387.   * FOR ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF  YOUR USE OR *
  388.   * INABILITY TO USE THE PROGRAM, OR ANY OTHER CLAIM BY ANY OTHER PARTY.    *
  389.   ***************************************************************************
  390.  
  391.  
  392.  
  393.   3. DISTRIBUTION POLICY
  394.   ----------------------
  395.  
  396.      SMART CD is been distributed as SHAREWARE. Take your time to try the
  397.   program, and if you decide to keep it then please pay the small registering
  398.   fee, it's only $10 (yes, just ten bucks!). Please refer to section 4 of this
  399.   manual for further information on registering.
  400.  
  401.      You can (and are encouraged to) copy the program and distribute it to
  402.   anyone you want (friends or enemies!), since you take no money from it and
  403.   all the component files (see below) are distributed together, unmodified,
  404.   in their uncompressed form or compressed by any popular file compressor in
  405.   one single archive named SMRTCD30.??? (the file extension will be given by
  406.   the compressor).
  407.  
  408.      If you intend to include this program in a Shareware package or in any
  409.   comercial package, you should obtain a written authorization from me (I will
  410.   usually grant permission if I get a free copy of the package).
  411.  
  412.      Please see how to contact me at the very end of this file.
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  SMART CD v3.0     User's Guide                                       Page  7
  428.  
  429.  
  430.  
  431.  
  432.   3.1. COMPONENT FILES
  433.   ~~~~~~~~~~~~~~~~~~~~
  434.  
  435.      The complete SMART CD 3.0 package consists of the following files:
  436.  
  437.      Filename           Size   Description
  438.      ------------------------------------------------------------------
  439.      SMARTCD  EXE     24,784   The program itself
  440.      SMARTCD  DOC     23,581   English documentation file
  441.      SMARTCDP DOC     25,012   Portuguese documentation file
  442.      SMARTCD  REG      1,997   English registration form
  443.      SMARTCDP REG      2,015   Portuguese registration form
  444.      HOTKEY   EXE      8,048   Hotkey definition utility
  445.      REGISTER EXE      7,680   Shareware registration utility
  446.      LED      COM      4,195   Bonus utility: a VGA text font changer
  447.      LED      TXT        308   Short description of LED.COM
  448.  
  449.      Please make sure all these files are distributed together.
  450.  
  451.  
  452.   4. REGISTERING
  453.   --------------
  454.  
  455.      If you like SMART CD you should consider registering it to support the
  456.   author's efforts and to motivate him keep developing quality software like
  457.   this one.
  458.  
  459.      If you register, you'll receive your own SMART CD Registration ID which
  460.   will allow you personalize your copy of SMART CD with your name instead of
  461.   the "UNREGISTERED COPY" message (your friends will die of envy!).
  462.  
  463.      Note that the shareware version freely distributed is the fully working
  464.   version, there are no disabled features. The "Crippleware" concept doesn't
  465.   make my style and I understand that you cannot pay for a feature you were
  466.   not able to test. This is the Shareware idea - try before you buy.
  467.  
  468.      Registering SMART CD is easy: simply print the file SMARTCD.REG, fill in
  469.   the blanks, enclose your registration fee (just $10) and mail it. As soon as
  470.   I receive it, I will send your Registration ID to you via regular or
  471.   electronic mail.
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  SMART CD v3.0     User's Guide                                       Page  8
  489.  
  490.  
  491.  
  492.  
  493.   5. TECHNICAL STUFF
  494.   ------------------
  495.  
  496.   5.1. PROGRAMMING NOTES
  497.   ~~~~~~~~~~~~~~~~~~~~~~
  498.  
  499.      SMART CD was originally written in Borland's Turbo Pascal 5.5. Version
  500.   3.0 has been written in TP 7.0, using 16-bit (80286) code generation.
  501.  
  502.      Besides the main program, libraries for I/O (keyboard and screen) custom
  503.   functions, CD Audio functions and TSR control have also been developed. The
  504.   whole thing consists of more than 3,000 lines of source code.
  505.  
  506.      Version 3.0 has been six months into development and testing until it
  507.   was released to general public.
  508.  
  509.  
  510.   5.2. ERROR CODES
  511.   ~~~~~~~~~~~~~~~~
  512.  
  513.      SMART CD return the following error codes:
  514.  
  515.      ERRORLEVEL      Problem
  516.      ----------------------------------------------------------
  517.           0          Installed or removed without problems.
  518.           1          MSCDEX not installed.
  519.           2          Attempt to install when already resident.
  520.           4          Attempt to remove when not resident.
  521.           8          Unknown command-line option specified.
  522.  
  523.  
  524.   5.3. SMART CD HISTORY
  525.   ~~~~~~~~~~~~~~~~~~~~~
  526.  
  527.      Version 1.0 - 18/Apr/93
  528.                    First version. CD player basic routines and
  529.                    programming even while playing implemented.
  530.  
  531.      Version 2.0 - 28/Aug/93
  532.                    First public release.
  533.                    TSR routine implemented.
  534.                    New VGA semi-graphical display.
  535.                    Enhanced track programming - now also deletes tracks.
  536.                    2-level repeat function implemented.
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  SMART CD v3.0     User's Guide                                       Page  9
  550.  
  551.  
  552.  
  553.  
  554.      Version 3.0 - 03/Aug/95
  555.                    Fixed bug on CD change.
  556.                    Saves the last active track program for each CD.
  557.                    Automatically detects data tracks.
  558.                    Auto-start and auto-popup options.
  559.                    New functions: ffwd, rew, jump, time, list, find and eject.
  560.                    New data file format to reduce filename repetition chances.
  561.                    New look!
  562.                    New utilities: hotkey definition and shareware registration.
  563.                    Bonus program LED.COM added to package.
  564.                    Intensive beta-testing.
  565.                    Lots of code optimizations.
  566.                    Compiled with Turbo Pascal 7.0 using 286 code.
  567.                    Documentation completely revised and rewritten.
  568.  
  569.  
  570.  
  571.   6. ACKNOWLEDGEMENTS
  572.   -------------------
  573.  
  574.      This section is dedicated to acknowledge people who have contributed
  575.   directly or indirectly in the making of SMART CD. Without these people
  576.   SMART CD wouldn't be the same, or wouldn't even be real.
  577.  
  578.   6.1. THANKS
  579.   ~~~~~~~~~~~
  580.  
  581.      Thanks go to the SMART CD beta-testers:
  582.  
  583.          Antonio Vianna (my dad) and
  584.          Todd Aiken (from Quebec, Canada)
  585.  
  586.      for the support during the (long) developing time of SMART CD v3.0 and
  587.   for providing me valuable suggestions, ideas and information on the
  588.   program's behavior.
  589.  
  590.      I would also like to thank Michael J. Mefford for his great utility
  591.   FONTEDIT, which I have used to create the fonts for SMART CD.
  592.  
  593.  
  594.   6.2. BIBLIOGRAPHY
  595.   ~~~~~~~~~~~~~~~~~
  596.  
  597.      MICROSOFT MS-DOS CD-ROM Extensions - Hardware-Dependent Device Driver
  598.         Specification (Document Number: 000080010-100-O00-1186). Microsoft
  599.         Corp., 1990.
  600.  
  601.      YALLOUZ, Carlos. Programas residentes no IBM PC. Rio de Janeiro: Livros
  602.         Tecnicos e Cientificos, 1991.
  603.  
  604.      QUADROS, Daniel G.A. PC Assembler; usando o BIOS. Rio de Janeiro: Campus,
  605.         1989.
  606.  
  607.      NORTON, Peter & WILTON, Richard. Novo guia Peter Norton para programadores
  608.         do IBM PC e PS/2. Rio de Janeiro: Campus, 1991.
  609.  
  610.  SMART CD v3.0     User's Guide                                       Page 10
  611.  
  612.  
  613.  
  614.  
  615.   7. OTHER PROGRAMS BY THE AUTHOR
  616.   -------------------------------
  617.  
  618.      These are other programs by the author of SMART CD that are worth you
  619.   taking a look:
  620.  
  621.      Capture It! - Graphic screen grabber for Hercules, CGA, EGA, VGA and
  622.      (DOS)         MCGA video cards. Captures screens that other grabbers
  623.                    can't, using an exclusive timer system that saves the
  624.                    screen automatically, without user intervention via keyboard.
  625.                    Available by anonymous FTP from OAK.OAKLAND.EDU and its
  626.                    mirrors at SimTel/msdos/screen/captur22.zip.
  627.  
  628.      Cuckoo      - An authentic cuckoo clock on your desktop! Cuckoo for
  629.      (WIN)         Windows features digitized sounds of a real mechanical
  630.                    cuckoo clock! Watch the time and hear the little bird sing
  631.                    at the full and half hours. Give a classic touch to your
  632.                    desktop with Cuckoo for Windows!
  633.                    Available by anonymous FTP from OAK.OAKLAND.EDU and its
  634.                    mirrors at SimTel/win3/clock/cuckoo21.zip.
  635.  
  636.  
  637.  
  638.   8. CONTACTING THE AUTHOR
  639.   ------------------------
  640.  
  641.        Remember: SMART CD is Shareware. I wish to keep working on it, adding
  642.   new features and improving it, but I will only do it if I receive enough
  643.   feedback from this release.
  644.  
  645.        If you like this program, please send your registration form in!
  646.  
  647.        Your comments, suggestions and bug reports are also welcome. They may
  648.   be used in a next version.
  649.  
  650.        Write to:
  651.  
  652.        HENRIQUE AVILA VIANNA
  653.        RUA ARMANDO SICA 55
  654.        96020-140  PELOTAS, RS
  655.        BRAZIL
  656.  
  657.        Or e-mail to: snoopy@ufpel.tche.br
  658.  
  659.        If you have problems with the address above, try one of these alternate
  660.        addresses:
  661.  
  662.        hvianna@brufpel.bitnet    (until Jan '96 only)
  663.        hvianna@vortex.ufrgs.br
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  SMART CD v3.0     User's Guide                                       Page 11
  672.