home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / ID_CD10.ZIP / ID_CD.DOC < prev    next >
Text File  |  1994-10-23  |  3KB  |  114 lines

  1.                                      ID_CD
  2.                                   Version 1.0
  3.                                 October 23, 1994
  4.  
  5.                     Copyright (c) 1994 by Brian V. McDaniel
  6.  
  7.  
  8. What is ID_CD?
  9. --------------
  10.  
  11.   ID_CD is a small and useful BBS utility that simply identifies which CD-ROM
  12.   is online.  This utility was written with WWIV in mind, but I see no reason
  13.   for it not to work with any other flavor of bulletin board software.  You
  14.   can run it by itself, or as part of an event or a chain.
  15.  
  16. Files Included:
  17. ---------------
  18.  
  19.   ID_CD.EXE - The executable program.
  20.   ID_CD.DAT - An example data file.
  21.   ID_CD.DOC - The documentation you're now reading.
  22.  
  23. How to Use ID_CD:
  24. -----------------
  25.  
  26.   The command line for ID_CD is very simple:
  27.  
  28.     ID_CD x:
  29.  
  30.   The x: represents the drive letter of the CD-ROM drive you want to ID.
  31.   You can enter the drive letter with or without the colon.
  32.  
  33.   Here's a couple of examples of how to use ID_CD:
  34.  
  35.     ID_CD F: <-- IDs the CD-ROM in drive F:
  36.  
  37.     ID_CD G  <-- IDs the CD-ROM in drive G:
  38.  
  39. The ID_CD.DAT File:
  40. -------------------
  41.  
  42.   The ID_CD.DAT file must exist in the directory from which ID_CD.EXE was
  43.   executed.  This file contains the necessary information to identify the
  44.   different CD-ROM titles you may place online.  This is an ASCII file that
  45.   you can create with any text editor.
  46.  
  47.   The format of this data file looks like this:
  48.  
  49.     VolumeID
  50.     Title
  51.     VolumeID
  52.     Title
  53.     VolumeID
  54.     Title
  55.  
  56.   The VolumeID is the same as what you would see if you issued the DOS "VOL"
  57.   command on the CD-ROM, and must match exactly -- INCLUDING UPPER & LOWER
  58.   CASE.  The Title is whatever text you want ID_CD to display when it matches
  59.   the CD-ROM with the VolumeID.
  60.  
  61.   For an example data file, take a look at the ID_CD.DAT file distributed
  62.   with ID_CD.
  63.  
  64. Output from ID_CD:
  65. ------------------
  66.  
  67.   When you run ID_CD, it will try to match the CD-ROM's volume name to a
  68.   VolumeID in the ID_CD.DAT file.  If these lines were in ID_CD.DAT:
  69.  
  70.     SVCOLLECT8
  71.     SoftwareVAULT Emerald Collection
  72.  
  73.   and ID_CD found the CD-ROM's volume name to be SVCOLLECT8, then the output
  74.   from ID_CD would be:
  75.  
  76.     The "SoftwareVAULT Emerald Collection" CD-ROM is online.
  77.  
  78.   However, if ID_CD was unable to locate a match, then the output would be:
  79.  
  80.     An unknown CD-ROM is online.
  81.  
  82. Registration:
  83. -------------
  84.  
  85.   There is no registration fee for ID_CD, it is absolutely 100% free for your
  86.   use.  I spent more time writing this documentation then I did the program,
  87.   so it'd be pretty ridiculous to ask for money for something so simple.
  88.  
  89.   However, if you'd like the Turbo Pascal source code to ID_CD, it will cost
  90.   you $5.00.  This will reimburse me for the diskette, postage and handling.
  91.  
  92.   If you want the source code, please send a $5.00 check or money order to:
  93.  
  94.     Brian V. McDaniel
  95.     1304 NW 8th St.
  96.     Moore, OK 73170-1014
  97.  
  98.   Please specify the disk size you'd like.
  99.  
  100. Future Enhancements:
  101. --------------------
  102.  
  103.   If you have any suggestions for improvements to ID_CD, please either
  104.   email 76370,1636 on CompuServe or contact me at my BBS:
  105.  
  106.     The nth Dimension
  107.     (405) 799-0075
  108.     WWIVnet 1@2490
  109.  
  110. Revision History:
  111. -----------------
  112.  
  113.   1.0 (10/23/94) - Initial release.  No known bugs.
  114.