home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / seacdrom.arj / SEACDROM.BLT
Text File  |  1991-06-11  |  55KB  |  1,388 lines

  1. Y         L    .    .    .    .    .    .    .    .    .    .    .           R
  2. |-2
  3. |
  4. |
  5. |
  6. |
  7. |         SEACLIFF SOFTWARE
  8. |         1142 Pomegranate Court    Sunnyvale CA 94087    408-733-4035
  9. |
  10.           
  11.      NOTE:  This material is copyrighted 1990 by Seacliff Software. 
  12.             Permission has been granted to Artisoft to place this material 
  13.             on their BBS for downloading.  Use restrictions are the same as 
  14.             if you had found this material in a periodical or book.
  15.           
  16.                                                                9-14-90
  17.           
  18.                      Title:  Accessing CD-ROM Drives Across a Network
  19.              
  20.                Subtitle:  How to Use Specific CD-ROMs on a LANtastic Network
  21.             
  22.                               by Robert E. Brown, President
  23.                                  Seacliff Software
  24.                                  408-733-4035
  25.           
  26.                The CD-ROM industry is immature--and it shows.  The producers 
  27.           of CD-ROM disks seem to have given little or no thought to how their 
  28.           products can be used on networks--the very environment that clearly 
  29.           constitutes their greatest potential market.  This document 
  30.           describes what has to be done to be able to access specific CD-ROMs 
  31.           across a LANtastic network.  (We used LANtastic on Artisoft AE-2 16-
  32.           bit Ethernet cards, but everything we say will apply equally to any 
  33.           LANtastic network--and most of it will apply to any DOS-based 
  34.           network.)  No one should be lulled into believing that this is a 
  35.           piece of cake--we had problems with most of the CD-ROMs.  But the 
  36.           final conclusion is decidedly upbeat:  Of the 8 randomly selected 
  37.           CD-ROMs, we were eventually able to access all 8 across the network.  
  38.           
  39.                Installing a CD-ROM drive typically entails a device driver in 
  40.           CONFIG.SYS followed by installation of the Microsoft CD-ROM 
  41.           Extensions (MSCDEX), usually in your AUTOEXEC.BAT.  If you're using 
  42.           an operating system other than DOS, you're probably out of luck:  
  43.           Questions about 'OS/2' support were greated with 'OS What?'.
  44.  
  45.                Except for a few CD-ROMs that just consist of files that are 
  46.           intended to be copied selectively to your hard disk, the typical CD-
  47.           ROM includes DOS-based access or retrieval software geared 
  48.           specifically to the contents of the CD-ROM.  This retrieval software 
  49.           almost always checks to see if MSCDEX has been installed--and 
  50.           refuses to function if MSCDEX isn't installed.  In the case of a 
  51.           workstation accessing the CD-ROM across the network, the retrieval 
  52.           software will be running in the workstation's ram; the retrieval 
  53.           software will therefore be checking for MSCDEX on the workstation.  
  54.           But MSCDEX is installed on the server, not on the workstation.  
  55.           Moreover, MSCDEX can't be installed on the workstation:  MSCDEX can 
  56.           only be installed if the device driver for the drive is installed; 
  57.           and the device driver for the drive can only be installed on the 
  58.           machine that physically has the CD-ROM drive!  
  59.  
  60.                This potentially crippling problem can usually be overcome by 
  61.           means of a small (5K plus your environment) TSR called MXSUB, 
  62.           written by Digital Solutions Pty Ltd. (PO Box 178, Margate, Qld 4019 
  63. |
  64. |
  65. |
  66. |
  67. |
  68. |-2
  69. |
  70. |
  71. |                                     - 2 -
  72. |
  73. |
  74.           AUSTRALIA, 61-7-883-1851) and available from the Artisoft Bulletin 
  75.           Board.  In essence, MXSUB tricks the retrieval software into 
  76.           thinking that MSCDEX is installed (by handling functions 00h and 
  77.           0Dh).  This works because in most cases the retrieval software makes 
  78.           no direct use of MSCDEX except to verify that it is installed.
  79.           
  80.                The Microsoft CD-ROM Extensions (MSCDEX) software is supplied 
  81.           by Microsoft to the drive manufacturers who customize it for their 
  82.           particular device driver.  Therefore you can't buy MSCDEX from 
  83.           Microsoft--you have to get it from the drive manufacturer.  This 
  84.           might be ok except that the same applies to the documentation.  Of 
  85.           the several descriptions of the command-line options from various 
  86.           sources, only one mentioned a '/S' option, but there wasn't enough 
  87.           of an explanation to figure out what it was supposed to do.  We also 
  88.           noted, for example, that the caching option of MSCDEX (Version 2.1) 
  89.           worked extremely poorly (even a 1 megabyte cache had no effect), but 
  90.           there wasn't enough documentation to understand what type of caching 
  91.           it was supposed to be doing.  So we really couldn't determine if it 
  92.           was functioning properly or not.  We called Microsoft...which 
  93.           predictably led nowhere.
  94.           
  95.                Provided you have expanded memory available, MSCDEX will take 
  96.           about 24K of base memory.  It can be loaded in a DESQview window in 
  97.           order to avoid impacting other applications.  (However, you then 
  98.           cannot close down and reopen that window during the same session:  
  99.           once you open a CD-ROM window, you have to keep it open--though of 
  100.           course you can switch to other windows and back.  Like the network 
  101.           software, MSCDEX becomes so intimately intertwined with DOS that it 
  102.           can't be unloaded or reloaded.  Indeed MSCDEX is closely related to 
  103.           the network software:  Once MSCDEX is run on a workstation, the 
  104.           drive letters used by MSCDEX will automatically show up as 
  105.           redirected network drive letters.)
  106.           
  107.                The access software supplied with the various CD-ROMs seems to 
  108.           range from hopelessly confusing to hopelessly defective, though we 
  109.           did see some improvement during the review process as new versions 
  110.           of the software arrived.  A variety of idiotic requirements will 
  111.           also be noted, e.g. some CD-ROMs only work when in the first 
  112.           position of a 6-disk CD-ROM cartridge and some CD-ROMs only work 
  113.           when in drive L:.  Fortunately these apparent restrictions usually 
  114.           reflected inadequate documentation rather than inherent limitations.  
  115.           In many cases crucial features of the software were undocumented--
  116.           requiring many long distance phone calls.  A few CD-ROMs are even 
  117.           missing a volume label.  In general, most CD-ROM software would have 
  118.           to be called "not ready for prime time"; it's little wonder that the 
  119.           medium has languished.
  120.           
  121.                The specifics of accessing across the network will be explained 
  122.           for each individual CD-ROM below.  As noted earlier, we were 
  123.           successful in accessing across the network all 8 out of 8 randomly 
  124.           selected CD-ROMs.  Our joy at this is somewhat tempered by the 
  125.           realization that achieving the full potential of the CD-ROM medium 
  126.           involves audio as well as video--and at this point network access 
  127.           requires giving up the audio.  For even if you somehow manage to 
  128.           make the audio work while viewing the CD-ROM from a workstation--for 
  129. |
  130. |
  131. |
  132. |
  133. |
  134. |-2
  135. |
  136. |
  137. |                                     - 3 -
  138. |
  139. |
  140.           example by running remote access software on the LAN so that the CD-
  141.           ROM access software would really be running on the server where both 
  142.           MSCDEX and the device driver for the CD-ROM drive are installed--the 
  143.           speakers are cabled to the CD-ROM player located at the server; so 
  144.           how are you going to hear the audio at your workstation?  Actually, 
  145.           there may be a solution:  Artisoft tech support says that the 
  146.           "LANtastic Voice Adapter can easily be used to access CD-ROM sound 
  147.           across the network.  That's one of the things that it is designed to 
  148.           do.  Even on a slow network, with a slow CD-ROM drive, the fact that 
  149.           the sound board runs in the background makes it pretty easy for an 
  150.           application program to keep the sound going continuously.  All it 
  151.           would take to write a CD-ROM application with network sound would be 
  152.           appropriate driver software."  Ah, there's always a catch, isn't 
  153.           there!  (And, as luck would have it, the 9th CD-ROM--a real 
  154.           application selected by the customer--turned out to be impossible to 
  155.           access across the network.  So we struck out with the only CD-ROM 
  156.           that really mattered.)
  157.           
  158.           
  159.           
  160.             
  161. |
  162. |
  163. |
  164. |
  165. |
  166. |
  167. |
  168. |
  169. |
  170. |
  171. |
  172. |
  173. |
  174. |
  175. |
  176. |
  177. |
  178. |
  179. |
  180. |
  181. |
  182. |
  183. |
  184. |
  185. |
  186. |
  187. |
  188. |
  189. |
  190. |
  191. |
  192. |
  193. |
  194. |
  195. |
  196. |
  197. |
  198. |
  199. |
  200. |-2
  201. |
  202. |
  203. |                                     - 4 -
  204. |
  205. |
  206. n                                  Beginning of Sidebar
  207.             
  208.                                A Mini-Review of the Pioneer
  209.                                DRM-600 CD-ROM Mini-Changer
  210.             
  211.                  Unless you buy a CD-ROM drive for some single dedicated 
  212.             application, it seems likely that you'll have several CD-ROMs that 
  213.             you'll want to access with some regularity.  Remember how much of 
  214.             a nuisance it was to swap floppy disks before you got your hard 
  215.             disk?  It's the same, if not worse, with CD-ROMs.  So the idea of 
  216.             a 'juke box' for CD-ROMs has a great deal of merit.
  217.             
  218.                  The Pioneer DRM-600 CD-ROM Mini-Changer uses a 1" high 
  219.             cassette that can hold six CD-ROMs, each in a swing-out carrier.  
  220.             In order to access a particular CD-ROM, the mechanism swings out 
  221.             the CD-ROM in its carrier and positions it to be rotated and 
  222.             accessed as in any other CD-ROM drive.  It takes a total of about 
  223.             4 seconds for the mechanism to put a CD-ROM back into the cassette 
  224.             and retrieve a different CD-ROM.  Typically each of the six cubby-
  225.             holes would have its own drive letter.  Some of the information is 
  226.             cached, so that you can, for example, typically do a 'VOL d:' or 
  227.             'DIR d:' without requiring the mechanism to retrieve the specified 
  228.             CD-ROM (once it has been accessed).
  229.             
  230.                  I feel the the Pioneer Mini-Changer, at about $1395 including 
  231.             the Future Domain TM-850 SCSI Adapter, is an attractive 
  232.             alternative to a single or multiple CD-ROM drives, both for the 
  233.             individual user and for light network use.  The convenience for 
  234.             the single user is obvious.  And on a typical network, where the 
  235.             CD-ROM drive is likely to be in use only a small percentage of the 
  236.             time, thrashing due to alternating accesses to different platters 
  237.             is not likely to occur; by the time usage increases to the point 
  238.             where thrashing becomes a problem--if that point is ever reached--
  239.             the Mini-Changer will have easily paid for itself as a viable 
  240.             substitute for several individual drives that would have totaled 
  241.             much more in cost.
  242.             
  243.                  The Pioneer Mini-Changer comes with Microsoft CD-ROM 
  244.             Extensions (MSCDEX) version 2.1 and has audio outputs for both 
  245.             headphones and for use with any hi-fi amplifier.  A pair of 
  246.             miniature Sony speakers (e.g., Model SRS-55), with built-in 
  247.             amplifiers, costs about $125 with the optional AC adapter and is 
  248.             used with the headphone jack.  The Mini-Changer can also play 
  249.             Compact Discs and comes with software that makes the Mini-Changer 
  250.             play a CD in the background while you run your normal 
  251.             applications.  A CD jukebox program is also included.  The main 
  252.             installation caveat is that the '/E' (expanded memory) option 
  253.             should not be used on both the device driver and the Microsoft CD-
  254.             ROM Extensions; typically you'll want to use '/E' on MSCDEX in 
  255.             order to minimize the amount of base memory used.
  256.             
  257.                  Performance of the Pioneer Mini-Changer was on a par with 
  258.             most CD-ROM drives.  The average access time of about 500ms is 
  259.             squarely in the middle:  There are drives with an average access 
  260.             time of about 350ms at one extreme and the NEC portable CD-ROM 
  261. |
  262. |
  263. |
  264. |
  265. |
  266. |-2
  267. |
  268. |
  269. |                                     - 5 -
  270. |
  271. |
  272.             drive with an access time of 1500ms at the opposite extreme.  CD-
  273.             ROM drives have a theoretical maximum tranfer rate of about 150 
  274.             Kbytes/sec, with the actual transfer rate generally dependent on 
  275.             the firmware that's part of the drive electronics.  The actual 
  276.             throughput of the Pioneer is closer to 50 Kbytes/sec, suggesting 
  277.             that because the firmware cannot process the data fast enough, it 
  278.             may be taking three revolutions to process what potentially could 
  279.             have been handled in one revolution.  As with hard disks, the 
  280.             effective continuous transfer rate is usually more important than 
  281.             the average access time.  You'll find that the performance of the 
  282.             Pioneer with text is quite adequate while the display of graphic 
  283.             material is slower than you would like.  For example, with the 
  284.             'Birds of America' CD-ROM, it takes about 7 seconds to display 
  285.             each picture:  The top 1/8th of the picture is displayed, then 
  286.             there is a pause of about a second, then the next 1/8th appears, 
  287.             and so forth.  Some CD-ROM drives reportedly display these graphic 
  288.             images about three times faster--which may or may not be important 
  289.             to you.  (Independent testing between different CD-ROM drives and 
  290.             different SCSI host adapters convinces us that the bottleneck is 
  291.             with the Pioneer drive, not the SCSI host adapter.)  Access across 
  292.             the network was quite good--about 85% of the standalone speed. 
  293.           
  294.                  You'll want to get version 1.03 of the device driver so that 
  295.             the audio portion of CD-ROMs such as 'Birds of America' will 
  296.             operate properly.  (Seacliff includes that version automatically; 
  297.             otherwise you'll need to contact Richard Millett of Pioneer's tech 
  298.             support department at 408-988-1702 since the drives typically come 
  299.             with version 1.00.)
  300.             
  301.                  Summary:  The Pioneer DRM-600 CD-ROM MiniChanger is 
  302.             recommended both for individual users and for light network use, 
  303.             especially if most of the CD-ROMs will involve text rather than 
  304.             graphic images. 
  305.             
  306.                                      End of Sidebar
  307. |
  308. |
  309. |
  310. |
  311. |
  312. |
  313. |
  314. |
  315. |
  316. |
  317. |
  318. |
  319. |
  320. |
  321. |
  322. |
  323. |
  324. |
  325. |
  326. |
  327. |
  328. |
  329. |
  330. |
  331. |
  332. |-2
  333. |
  334. |
  335. |                                     - 6 -
  336. |
  337. |
  338. n         GRIPS'89:  Images from space missions & satellite 
  339.             photography.
  340.             Meridian Data, Inc.                             408-438-3100
  341.             5615 Scotts Valley Drive, Scotts Valley CA 95066
  342.             Cost:  $9 S&H.
  343.           
  344.             Includes two 'slide show' overviews:  TOUR_VGA and VGADEMO, the 
  345.             latter being the more interesting, in part because the images take 
  346.             'only' about 10 seconds to be displayed vs. several times that 
  347.             long for many of the 'Tour' images.  The IMDISP (IMage DISPlay) 
  348.             program can be used to display any '.IMG' file on the CD-ROM.
  349.  
  350.             Requirements:  Does not require MSCDEX on the workstations. 
  351.             However, the two 'slide show' overviews, unless modified, require 
  352.             that the workstation reference the CD-ROM as drive L.  There are 
  353.             two solutions:  
  354.  
  355.             Method 1:  Use the DOS ASSIGN command to associate L: with the 
  356.             local drive letter that refers to the (local or network) CD-ROM 
  357.             drive containing the GRIPS'89 CD-ROM.  
  358.  
  359.             Here's a very rough draft of a batch file implementing the ASSIGN 
  360.             approach, just to illustrate the general idea:
  361.             
  362.             
  363. {             SET CDROM=d
  364.               ::  Specify the actual LOCAL drive-letter-only that refers
  365.               ::    to the CD-ROM drive containing the GRIPS'89 CD-ROM;
  366.               ::    in the case of a workstation, the local drive letter
  367.               ::    must have been redirected to whatever network resource
  368.               ::    refers to the CD-ROM drive.
  369.               SET IMDISP=VGA
  370.               ::  Required to specify the type of video card.
  371.               ASSIGN L=%cdrom%
  372.               ::  The GRIPS CD-ROM demo software won't work properly
  373.               ::    unless the CD-ROM is drive L--the ASSIGN circumvents
  374.               ::    this requirement.
  375.               %cdrom%:
  376.               CD %cdrom%:\DOS\PDS\IMDISP
  377.               IMDISP VGADEMO.CMD
  378.               cd \
  379.               %normal_drv%
  380.               ASSIGN
  381.               ::  Cancels all drive assignments.
  382. }         
  383.             
  384.             This method does work, but has the following complications:
  385.             
  386.               a) The ASSIGN will fail if L is not a valid drive letter. 
  387.                  (If it's not, we can make it valid by substituting L: 
  388.                  to some arbitrary directory, but this gets messy.)
  389.               b) ASSIGN sets an errorlevel of 26 when it operates 
  390.                  without error and sets an errorlevel above 30 when it 
  391.                  fails. 
  392.               c) Errorlevels set by ASSIGN are unreliable under 
  393. |
  394. |
  395. |
  396. |
  397. |
  398. |-2
  399. |
  400. |
  401. |                                     - 7 -
  402. |
  403. |
  404.                  DESQview. 
  405.               d) ASSIGN seems unstable under DESQview, inducing 
  406.                  occasional spontaneous reboots.
  407.               e) Even if all this worked perfectly, under DESQview the 
  408.                  original definition of L: would be unavailable while
  409.                  the GRIPS'89 CD-ROM was being used in a DV window.
  410.             
  411.             As a result of these complications, a 'final' version of the file 
  412.             shown above would grow from 17 lines to over 100 lines.
  413.             
  414.             Method 2:  The references to drive L are confined to VGA_TOUR.CMD 
  415.             and VGADEMO.CMD, two small command files used in conjunction with 
  416.             the IMDISP (IMage DISPlay) program.  The two '.CMD' files can be 
  417.             permanently placed on the hard disk in a \GRIPS89 directory; then 
  418.             the 'L:' references in the '.CMD' files can be changed to whatever 
  419.             drive is appropriate.  The related batch files then have to be 
  420.             modified to refer to the '.CMD' files in their new location on the 
  421.             hard disk.  This approach avoids using L: entirely and eliminates 
  422.             any need to use ASSIGN.  The only (relatively minor) disadvantage 
  423.             of Method 2 is that the '.CMD' files will have to be customized 
  424.             for each workstation that uses a different local drive letter to 
  425.             refer to the applicable CD-ROM drive--and will have to be 
  426.             customized again whenever the local drive letter changes.
  427.             
  428.             Seacliff batch files with '?' support:
  429.               IMDISP, VGADEMO, TOUR_VGA
  430.           
  431.             
  432.             
  433.             
  434. |
  435. |
  436. |
  437. |
  438. |
  439. |
  440. |
  441. |
  442. |
  443. |
  444. |
  445. |
  446. |
  447. |
  448. |
  449. |
  450. |
  451. |
  452. |
  453. |
  454. |
  455. |
  456. |
  457. |
  458. |
  459. |
  460. |
  461. |
  462. |
  463. |
  464. |-2
  465. |
  466. |
  467. |                                     - 8 -
  468. |
  469. |
  470. n         Dick's Planes:  Data and images of military aircraft.
  471.             Quanta Press, Inc.                              612-641-0714
  472.             2239 Carter Avenue, St. Paul MN 55108
  473.             Cost:  $250
  474.           
  475.             It's conceivable that the user interface seems intuitive to its 
  476.             author, but I doubt it.  The '.PCX' images vary greatly in type 
  477.             and quality, ranging from 'line drawings' to 'fuzzy photographs'; 
  478.             documentation says nothing about resolutions or number of colors--
  479.             I'd guess possibly 320x200x256 colors for the 'fuzzy photographs'. 
  480.           
  481.             Requirements:  Does not require MSCDEX on the workstations.  
  482.             INSTALL program creates a '\MB' directory on a hard disk--can be 
  483.             either a local hard disk or a hard disk on a remote server.  Uses 
  484.             about 350 KB of hard disk space.  The installation software 
  485.             erroneously suggests a directory 'd:\MB' as the CD-ROM directory--
  486.             must instead be 'd:\DICKS' where 'd' is the local drive letter 
  487.             that is used to refer to the CD-ROM drive containing the Dick's 
  488.             CD-ROM.
  489.             
  490.             Seacliff batch files with '?' support:
  491.               MBRT
  492.           
  493. |
  494. |
  495. |
  496. |
  497. |
  498. |
  499. |
  500. |
  501. |
  502. |
  503. |
  504. |
  505. |
  506. |
  507. |
  508. |
  509. |
  510. |
  511. |
  512. |
  513. |
  514. |
  515. |
  516. |
  517. |
  518. |
  519. |
  520. |
  521. |
  522. |
  523. |
  524. |
  525. |
  526. |
  527. |
  528. |
  529. |
  530. |-2
  531. |
  532. |
  533. |                                     - 9 -
  534. |
  535. |
  536. n         CD Guide Optical Edition:  Information on 40,000 audio CDs.
  537.             Wayne Green Enterprises, Inc.                     603-525-4201
  538.             Forest Road, Hancock NH 03440
  539.             Cost:  NA
  540.               
  541.             Provided you're willing to give up the audio--a sacrifice that's 
  542.             typically required anyway whenever you access a CD-ROM across the 
  543.             network--this CD-ROM works reasonably well once you get it working 
  544.             at all.  The user interface is easy to use.  But see caveats 
  545.             below.
  546.           
  547.             Requirements:  Does not require MSCDEX on the workstations 
  548.             provided you specify that the drive CANNOT produce music--even 
  549.             though it can.  (Due to complications described below, I was 
  550.             unable to test whether or not MXSUB would circumvent the MSCDEX 
  551.             requirement that rises when you specify that the drive can produce 
  552.             music.)  So this CD-ROM does in fact work across the network, 
  553.             notwithstanding the many difficulties that were encountered even 
  554.             when working with the computer that had the CD-ROM attached:  The 
  555.             SETUP program lists only a very limited number of specific CD-ROM 
  556.             drives--you have to call Wayne Green Enterprises for other drives 
  557.             and their only fix is for you to try the various incorrect answers 
  558.             and hope to find one that works; SETUP tends to bomb out, 
  559.             especially when it is trying to modify your CONFIG.SYS, but 
  560.             typically that's after the crucial batch file has been created by 
  561.             SETUP.  We tried installing the Pioneer Mini-Changer as a Sony, 
  562.             Toshiba, Hitachi and three varieties of Phillips drives; in each 
  563.             case the installation procedure seemed to work normally, but the 
  564.             access program always bombed out with the message "Proc CDTRACKS 
  565.             Line 0, unidentified identifier ETRACK2".  Thus we were never able 
  566.             to get the audio to work with the Pioneer Mini-Changer.  So if you 
  567.             have a drive that isn't listed, you may have to say that it can't 
  568.             produce music--that bypasses the question regarding the brand of 
  569.             drive and circumvents some error messages in the CDGUIDE access 
  570.             software.  If you have a monochrome VGA, you have to specify CGA--
  571.             otherwise you'll get a black screen instead of the main menu; this 
  572.             is really inexcusable.  458K of free memory is not enough to keep 
  573.             the CDGUIDE software from bombing out and dumping you back at the 
  574.             DOS prompt; the author of CDGUIDE says that around 480K of free 
  575.             memory is required.  This is one of the thankfully few CD-ROMs 
  576.             that doesn't have a volume label--another inexcusable oversight.  
  577.             David Torre, the author of the CDGUIDE software, asserts that they 
  578.             have to know the brand of drive in order to be able to play music; 
  579.             yet CD-ROMs such as 'Birds of America' also play music without 
  580.             knowing what type of CD-ROM drive you are using.
  581.           
  582.             Seacliff batch files with '?' support:
  583.               CDGUIDE
  584.               
  585. |
  586. |
  587. |
  588. |
  589. |
  590. |
  591. |
  592. |
  593. |
  594. |
  595. |
  596. |-2
  597. |
  598. |
  599. |                                     - 10 -
  600. |
  601. |
  602. n         Birds of America:  Text and images from Audubon 1840-44 reference;
  603.             320x200x256 colors with standard 256K VGA;
  604.             640x480x256 colors with supported 512K super VGA cards.
  605.             CMC ReSearch, Inc.                              800-262-7668
  606.             7150 SW Hampton, Suite 120, Portland OR 97223
  607.             Cost:  $99
  608.           
  609.             Finally a reasonably easy interface!  Unfortunately the image 
  610.             quality is less than satisfactory on a standard 256K VGA 
  611.             (supposedly 320x200x256 colors, but clearly not optimized for that 
  612.             mode).  Provides 640x480x256 colors with supported 512K Super-VGA 
  613.             cards, but it took five versions of the DiscPass software before I 
  614.             was able to accomplish this with my 512K Video-7 VRAM VGA which is 
  615.             one of the supported cards.  Of the first three versions of the 
  616.             DiscPass software that we tried (1.1, 1.11 and 1.12B), each 
  617.             version seemed to get worse:  For example, 1.11 worked fine with 
  618.             an Oak Technology chip set, but not with a Video-7 chip set; 
  619.             version 1.12b wouldn't work with either one, incorrectly 
  620.             interpreting both as Tseng Labs chip sets; the new but 
  621.             undocumented (and "Unix-like") command-line options to override 
  622.             the auto-detection of the chip set also didn't solve the problem--
  623.             specifying '-VSTDVGA' just didn't work in 1.12b, the first version 
  624.             where it's supposed to work.  Often the new VGATEST (whose 
  625.             command-line options are undocumented) will succeed but the 
  626.             identical parameters will then fail with the DiscPass software 
  627.             itself which is inexplicably unable to find the data that VGATEST 
  628.             just read and displayed with no problem.  The built-in help screen 
  629.             in DISCPASS was a bad joke:  You first had to somehow guess that 
  630.             the command line option to display it was '-?' and then it 
  631.             disappeared so fast that it took about a dozen tries to pause the 
  632.             machine fast enough to read it--and even then it didn't list the 
  633.             supported chip-set parameters.  These help screen problems were 
  634.             corrected in the fifth and final version that we tried, version 
  635.             1.13a:  Now both '?' and '-?' are accepted, the help screen no 
  636.             longer immediately disappears, and the help information shows how 
  637.             to get a list of all the supported card types.  We could still 
  638.             quibble about the way the help information is presented, but 
  639.             version 1.13a certainly represents a big improvement.  
  640.             (Unfortunately the help screen fixes have not yet been 
  641.             incorporated into the VGATEST program.)  The DiscPass software is 
  642.             still a memory hog with very poor manners:  Not only does it 
  643.             require about 500K of free memory, but it malfunctions in a 
  644.             variety of ways when it runs out of memory, rather than giving a 
  645.             clear cut 'out of memory' message.  For example, the vendor's tech 
  646.             support says the "Can't find database" message that plagued us can 
  647.             be due to insufficient memory--as well as too small a number of 
  648.             FILES in CONFIG.SYS.  The latest version of the CD-ROM now 
  649.             includes a BIRDDEMO program that puts on a slide show.  As seems 
  650.             to be CMC's pattern, it comes with not a word of documentation.  
  651.             If there's some way to speed up the show--to make it proceed to 
  652.             the next slide--it's a well-kept secret.  When run from a 
  653.             workstation accessing the CD-ROM drive on a remote server, the 
  654.             BIRDDEMO program hung at the first image--probably when the 
  655.             program attempted to make the birdcall for that image; it may well 
  656.             be impossible for the birdcall to have functioned since the 
  657. |
  658. |
  659. |
  660. |
  661. |
  662. |-2
  663. |
  664. |
  665. |                                     - 11 -
  666. |
  667. |
  668.             DiscPass software was running on a different machine than MSCDEX 
  669.             and the device driver for the CD-ROM drive; but we might have 
  670.             hoped for the demo not to hang the system.  The only good thing we 
  671.             can say about BIRDDEMO is that the ESC key will get you out of 
  672.             it--provided the system hasn't already hung!  Although you can 
  673.             supposedly use DiscPass with a monochrome VGA display (though you 
  674.             certainly won't like the pictures due to the program's poor use of 
  675.             the 320x200x256 color mode), with the first four versions of the 
  676.             DiscPass software is was usually impossible to see what you were 
  677.             pointing at; thankfully this was fixed in the fifth and last 
  678.             version, 1.13a dated 9-12-90.  (Unfortunately the monochrome VGA 
  679.             fix has not yet been made in the BIRDDEMO program.)  Version 1.13a 
  680.             was the only version that correctly recognized my Video-7 VRAM VGA 
  681.             (512K)--and it worked in 640x480x256 colors even with switch 8 
  682.             turned on (disables VGA extensions) provided that I executed the 
  683.             command 'V7VGA PURE:OFF' to enable the VGA extensions; with 'V7VGA 
  684.             PURE:ON', I was able to use the '-vstdvga' switch to view in 
  685.             320x200x256 colors.  Once you've seen the image quality in 
  686.             640x480x256 colors--available on supported 512K Super-VGA cards--
  687.             you won't be satisfied with the 320x200x256 colors that standard 
  688.             256K VGA cards provide.  Although version 1.13a is an improvement 
  689.             on balance, it also introduced some new bugs:  In the command-line 
  690.             drive specification, '-DR' was acceptable in 1.12b to specify 
  691.             drive R, but 1.13a is case sensitive and will only accept '-dR' or 
  692.             '-dr'.  Likewise parameters such as '-vall' are only accepted in 
  693.             lower case.  Hopefully CMC's Unix-oriented programmer will see the 
  694.             light and accept both '-' and '/' as delimiters and allow upper as 
  695.             well as lower case.  And 1.13a still misinterprets the Oak chip 
  696.             set as the Tseng chip set, although it manages to work anyway.  
  697.             The Tseng chip set support is only for the Tseng 3000 series--it 
  698.             doesn't work for the increasingly popular Tseng 4000 series chip 
  699.             set that has gotten rave reviews re the Diamond Computer SpeedStar 
  700.             VGA and is also used in the Orchid ProDesigner II.  We also 
  701.             experienced extensive problems with the audio portion of the Birds 
  702.             of America CD-ROM--but this turns out not to have been the fault 
  703.             of the CD-ROM.  We knew the audio was there because we could play 
  704.             it as a CD using the software that comes with the Pioneer Mini-
  705.             Changer.  But for a long time we never managed to get any audio 
  706.             when using the DiscPass software:  The audio light on the CD-ROM 
  707.             drive would come on, but the lights on the Sony SRS-55 speakers 
  708.             would never come on.  Similar total failure when using headphones.  
  709.             The solution to the audio problem was in the device driver for the 
  710.             Pioneer Mini-Changer:  When we downloaded version 1.03 and 
  711.             installed it in place of version 1.00 that had been shipped with 
  712.             the drive, suddenly the audio worked the way it was supposed to.  
  713.             Although the DiscPass software 1.13a is not quite ready for prime 
  714.             time, we do see some hope that it will be quite usable in the near 
  715.             future.  We certainly agree with programmer Courtney Meissen's 
  716.             observation that "it is quite a task to support 13 different video 
  717.             card chipsets".  This same software is also used with CMC's other 
  718.             CD-ROMs.
  719.           
  720.             Requirements:  Requires MSCDEX on each workstation, but MXSUB 
  721.             tricks it into working (despite unsupported calls 01 and 0C).  The 
  722.             SETUP program creates a \DISCPASS directory on the hard disk of 
  723. |
  724. |
  725. |
  726. |
  727. |
  728. |-2
  729. |
  730. |
  731. |                                     - 12 -
  732. |
  733. |
  734.             your choice; uses only about 135K of hard disk space.  Be sure to 
  735.             run SETUP from the supplied diskette, not from the CD-ROM:  The 
  736.             CD-ROM contains DiscPassage version 1.1 (6-12-90), the diskette 
  737.             contains version 1.11 (6-21-90), and later versions 1.12B (7-25-
  738.             90), 1.13 (9-6-90) and 1.13a (9-12-90) are available upon request.  
  739.             By default the DiscPassage (DP.EXE) retrieval software assumes 
  740.             that the desired CD-ROM is accessible via your first CD-ROM drive 
  741.             letter, but this assumption can be overridden by putting the 
  742.             desired drive letter on the DP command line--the syntax changed 
  743.             starting with version 1.12B from a simple 'd' to '-dd' where the 
  744.             second 'd' is the drive letter.  The drive letter specified 
  745.             explicitly or by default must correspond to a CD-ROM drive that 
  746.             contains a CD-ROM that uses DiscPassage--otherwise you'll be 
  747.             returned to the DOS prompt.  Once inside the program, you can 
  748.             change the CD-ROM drive letter to other letters that correspond to 
  749.             drives that contain other DiscPassage CD-ROMs. 
  750.           
  751.             Seacliff batch files with '?' support:
  752.               BIRDS, DP
  753.           
  754.             
  755. |
  756. |
  757. |
  758. |
  759. |
  760. |
  761. |
  762. |
  763. |
  764. |
  765. |
  766. |
  767. |
  768. |
  769. |
  770. |
  771. |
  772. |
  773. |
  774. |
  775. |
  776. |
  777. |
  778. |
  779. |
  780. |
  781. |
  782. |
  783. |
  784. |
  785. |
  786. |
  787. |
  788. |
  789. |
  790. |
  791. |
  792. |
  793. |
  794. |-2
  795. |
  796. |
  797. |                                     - 13 -
  798. |
  799. |
  800. n         Sherlock Holmes:  Text of all Sherlock Holmes stories;
  801.             also Linoleum Block Prints but only on supported super VGA
  802.             cards with 512K of memory; the prints cannot be displayed
  803.             on a standard 256K VGA.
  804.             CMD ReSearch, Inc.                              800-262-7668
  805.             7150 SW Hampton, Suite 120, Portland OR 97223
  806.             Cost:  $99
  807.           
  808.             Uses the same DiscPassage retrieval software as Birds of America 
  809.             and Shakespeare.  Unfortunate that the prints can't be displayed 
  810.             on a standard VGA.  See commentary in 'Birds of American' 
  811.             discussion. 
  812.           
  813.              Requirements:  Same as 'Birds of America'.  However, unlike 
  814.              'Birds of America' and 'Shakespeare', the 'Sherlock Holmes' CD-
  815.              ROM is missing its volume label.
  816.           
  817.             Seacliff batch files with '?' support:
  818.               SHERLOCK, DP
  819.           
  820. |
  821. |
  822. |
  823. |
  824. |
  825. |
  826. |
  827. |
  828. |
  829. |
  830. |
  831. |
  832. |
  833. |
  834. |
  835. |
  836. |
  837. |
  838. |
  839. |
  840. |
  841. |
  842. |
  843. |
  844. |
  845. |
  846. |
  847. |
  848. |
  849. |
  850. |
  851. |
  852. |
  853. |
  854. |
  855. |
  856. |
  857. |
  858. |
  859. |
  860. |-2
  861. |
  862. |
  863. |                                     - 14 -
  864. |
  865. |
  866. n         Shakespeare:  Complete works in both American & Queen's English.
  867.             No graphic images other than two portraits.
  868.             CMD ReSearch, Inc.                              800-262-7668
  869.             7150 SW Hampton, Suite 120, Portland OR 97223
  870.             Cost:  $99
  871.           
  872.             Uses the same DiscPassage retrieval software as Birds of America 
  873.             and Sherlock Holmes.  See commentary in 'Birds of American' 
  874.             discussion. 
  875.           
  876.             Requirements:  Same as 'Birds of America'.
  877.           
  878.             Seacliff batch files with '?' support:
  879.               WILLIAM, DP
  880.           
  881. |
  882. |
  883. |
  884. |
  885. |
  886. |
  887. |
  888. |
  889. |
  890. |
  891. |
  892. |
  893. |
  894. |
  895. |
  896. |
  897. |
  898. |
  899. |
  900. |
  901. |
  902. |
  903. |
  904. |
  905. |
  906. |
  907. |
  908. |
  909. |
  910. |
  911. |
  912. |
  913. |
  914. |
  915. |
  916. |
  917. |
  918. |
  919. |
  920. |
  921. |
  922. |
  923. |
  924. |
  925. |
  926. |-2
  927. |
  928. |
  929. |                                     - 15 -
  930. |
  931. |
  932. n         Programmer's ROM:  Utility source code in a variety of programming 
  933.             languages.
  934.             Quanta Press, Inc.                              612-641-0714
  935.             2550 University Avenue West, Suite 245U, St. Paul MN 55114
  936.             Cost:  $99
  937.             
  938.             Provides Vernon D. Buerg's LIST Version 6.3a (8-13-88) as a way of 
  939.             viewing the catalog '.CAT' file that is included in each of the 13 
  940.             directories.  Most files are '.ZIP'; but LIST is unable to browse 
  941.             the contents of a '.ZIP' file.  So basically all you can do is 
  942.             select potentially interesting files based on the catalog listing, 
  943.             then copy the files to your hard disk and unZIP them there.  So 
  944.             there really isn't any retrieval software in the usual sense.
  945.             
  946.             Requirements:  MSCDEX is not required on workstations.  To make 
  947.             use of a substantial percentage of this CD-ROM you would need a 
  948.             considerable amount of free disk space:  The contents of this CD-
  949.             ROM would probably unZIP to over a gigabyte of source code!
  950.             
  951.             Seacliff batch files with '?' support:
  952.               none required
  953.             
  954. |
  955. |
  956. |
  957. |
  958. |
  959. |
  960. |
  961. |
  962. |
  963. |
  964. |
  965. |
  966. |
  967. |
  968. |
  969. |
  970. |
  971. |
  972. |
  973. |
  974. |
  975. |
  976. |
  977. |
  978. |
  979. |
  980. |
  981. |
  982. |
  983. |
  984. |
  985. |
  986. |
  987. |
  988. |
  989. |
  990. |
  991. |
  992. |-2
  993. |
  994. |
  995. |                                     - 16 -
  996. |
  997. |
  998. n         Phethean's Public Domain Library #1 for IBM & Compatibles
  999.             
  1000.             Peter J. Phethean, Ltd.                         213-694-2112
  1001.             1640 E. Brookdale Ave., La Habra CA 90631
  1002.             Cost:  $49
  1003.             
  1004.             Includes an assortment of public domain and shareware programs, 
  1005.             plus some slide show demos of various CD-ROMs.  No retrieval 
  1006.             software is provided or required--just use standard hard disk 
  1007.             utilities.
  1008.             
  1009.             Requirements:  MSCDEX is not required on workstations.
  1010.             
  1011.             Seacliff batch files with '?' support:
  1012.               none required
  1013.             
  1014.           
  1015. |
  1016. |
  1017. |
  1018. |
  1019. |
  1020. |
  1021. |
  1022. |
  1023. |
  1024. |
  1025. |
  1026. |
  1027. |
  1028. |
  1029. |
  1030. |
  1031. |
  1032. |
  1033. |
  1034. |
  1035. |
  1036. |
  1037. |
  1038. |
  1039. |
  1040. |
  1041. |
  1042. |
  1043. |
  1044. |
  1045. |
  1046. |
  1047. |
  1048. |
  1049. |
  1050. |
  1051. |
  1052. |
  1053. |
  1054. |
  1055. |
  1056. |
  1057. |
  1058. |-2
  1059. |
  1060. |
  1061. |                                     - 17 -
  1062. |
  1063. |
  1064. n         Search Master Tax Library:  Text of the internal revenue code.
  1065.           
  1066.             Matthew Bender & Company, Inc.                  518-487-3000
  1067.             1275 Broadway, Albany NY 12204
  1068.             Cost:  As they say about yachts ...
  1069.           
  1070.             Comes with access software called MB (Matthew Bender's Search 
  1071.             Master).  A potentially useful package for accountants and tax 
  1072.             attorneys, but see major caveats below.
  1073.           
  1074.             Requirements:  Matthew Bender's Search Master software gives new 
  1075.             meaning to the term 'memory hog':  it requires about 530K of 
  1076.             available memory and can't make use of extended or expanded 
  1077.             memory.  Since the Microsoft CD-ROM Extensions (MSCDEX) takes a 
  1078.             minimum of 24K even when expanded memory is available, that means 
  1079.             we need 554K available--after installing the device driver for the 
  1080.             CD-ROM drive itself.  But often it's not possible to load that 
  1081.             device driver high.  The net result is that, on the face of it, it 
  1082.             seems impossible to run this software under DESQview--there could 
  1083.             never be enough memory available on an EGA or VGA system.  Even a 
  1084.             very clean system would have to be stripped down further to run 
  1085.             this pig.  By default the MB software expects to find the CD-ROM 
  1086.             in the first CD-ROM drive.  There is nothing in the documentation 
  1087.             to indicate how this can be circumvented, so a call to tech 
  1088.             support is required--where you will wait on hold interminably, 
  1089.             being invited every thirty seconds or so to leave voice mail which 
  1090.             may someday be returned.  At least it's an 800 number.  Turns out 
  1091.             that the MB program can take two command-line arguments:  a unit 
  1092.             number (where 0 means your first CD-ROM drive letter, 1 means the 
  1093.             next, and so forth) and the device driver name.  However, even 
  1094.             with the CD-ROM in the first CD-ROM drive, the software kept 
  1095.             insisting that no valid CD-ROM was present; it then rudely kicked 
  1096.             out the CD-ROM cartridge (wouldn't that be lovely on a network?); 
  1097.             we then pushed the cartridge back in and suddenly the software was 
  1098.             happy.  And once in a while it didn't complain to begin with.  
  1099.             Don't ask us why.  Two CD-ROMs were included in the particular 
  1100.             package examined:  the '1989 Tax Annual, Release 8' and the 'Tax 
  1101.             Library, Release 15'.  Initially we used version 1.30 of the MB 
  1102.             software to access Release 8.  Later we found version 1.52 of the 
  1103.             MB software in the back of the manual; when we attempted to use 
  1104.             version 1.52, it wanted a 20-character access code.  But the only 
  1105.             access code provided was for the Release 15 CD-ROM.  Tech support 
  1106.             promises to eventually provide a second 20-character access code 
  1107.             so we can use the latest software with both CD-ROMs.  We can 
  1108.             hardly wait.  When entering search criteria, even a one-finger 
  1109.             hunt-and-peck typist could outrun the program--even on a 386-33 
  1110.             with cache!  You have to check the screen after each individual 
  1111.             keystroke to make sure it really registered.  Fortunately, this 
  1112.             was correctable:  Under ID Options, change 'Refresh technique' 
  1113.             from 'STANDARD' to 'RETRAC2'; the documentation gives no 
  1114.             information on what that does, but it does solve the problem.  
  1115.             (However, the problem later resurfaced under DESQview.)   The CD-
  1116.             ROM does have a volume label--'ICC_CDROM'--but I have no idea why 
  1117.             that particular label was chosen; and it certainly doesn't seem 
  1118.             like a good idea to use the same volume label on both the 1989 
  1119. |
  1120. |
  1121. |
  1122. |
  1123. |
  1124. |-2
  1125. |
  1126. |
  1127. |                                     - 18 -
  1128. |
  1129. |
  1130.             ANNUAL CD-ROM (Release 8) and the latest CD-ROM for the current 
  1131.             year (Release 15).  Unlike most CD-ROMs that have files in a 
  1132.             conventional directory structure, this CD-ROM has a single 404 
  1133.             megabyte file.  We note in passing that a network version of this 
  1134.             software is planned--now that should really be an interesting 
  1135.             study in ramcram!  With the current version access from a network 
  1136.             workstation seems quite impossible:  MB bombs out with the message 
  1137.             "open cdrom device 'MSCD000' unit 0 ...failed", clearly indicating 
  1138.             that it is trying to talk directly to the non-existent device 
  1139.             driver instead of operating through the drive letter provided by 
  1140.             the Microsoft CD-ROM extensions.  (The only hope of accessing this 
  1141.             CD-ROM from a network workstation would be to use remote network 
  1142.             access software such as PC Anywhere/LAN:  If you could get enough 
  1143.             available memory on the server or dedicated workstation, you could 
  1144.             then run the program on that server or workstation remotely from 
  1145.             your workstation.  But of course no one else on the network could 
  1146.             access the CD-ROM at the same time--not exactly what we usually 
  1147.             mean by network access!)  The direct access to the device driver 
  1148.             made us suspicious:  Does MB use the Microsoft CD-ROM extensions 
  1149.             at all?  The documentation and tech support certainly say that the 
  1150.             Microsoft CD-ROM extensions are required, but MB upon startup does 
  1151.             NOT check that MSCDEX is installed; and with both version 1.30 and 
  1152.             1.52 we were able to do a successful search of the database 
  1153.             without MSCDEX installed.  So as far as we can determine MB makes 
  1154.             little if any use of the Microsoft CD-ROM extensions; MB seems to 
  1155.             be an old-school program that works by talking directly to the 
  1156.             device driver.  Given that crucial piece of information, it 
  1157.             appeared just barely possible that the program might run under 
  1158.             DESQview:  We could get about 530K of available memory which 
  1159.             should be enough since we now knew that it wasn't necessary to 
  1160.             install the Microsoft CD-ROM extensions.  Initially we got nothing 
  1161.             but a black screen under DESQview, yet the program was in fact 
  1162.             running and would respond to 'blind' keyboard commands.  
  1163.             Eventually we modifed DESQview's setup to not require simultaneous 
  1164.             text and graphics; that made the MB graphics-based logo screen 
  1165.             appear, but the text-based guts of the program still showed up as 
  1166.             a black screen.  We tried reconfiguring MB for 'monochrome EGA' 
  1167.             instead of 'color EGA'; we were actually using monochrome VGA, but 
  1168.             the program--being several years behind the times--has no VGA 
  1169.             settings; that didn't work; neither did 'monochrome CGA' nor 
  1170.             'color CGA' nor just plain 'monochrome'; in each case we got the 
  1171.             graphics logo screen but not the text.  We were obviously very 
  1172.             close to having MB work under DESQview, but we just hadn't yet 
  1173.             discovered the secret.  The secret turned out to be turning off 
  1174.             virtualization in the DESQview '.PIF' (Program Information File).  
  1175.             We were then able to see both the graphic logo and the text; and 
  1176.             we were able to perform a search (in the foreground) under 
  1177.             DESQview.  Unfortunately, when we popped up the DESQview menu, the 
  1178.             screen image of the MB program broke up and when we switched back 
  1179.             to the MB program we once again had a black screen.  Close but no 
  1180.             cigar.  We then went back into the DESQview setup and requested 
  1181.             simultaneous text and graphics; this setting, combined with 
  1182.             virtualization turned off, occasionally works:  sometimes we can 
  1183.             pop up the DESQview main menu without affecting the appearance of 
  1184.             the MB program; but other times the image breaks up and we have 
  1185. |
  1186. |
  1187. |
  1188. |
  1189. |
  1190. |-2
  1191. |
  1192. |
  1193. |                                     - 19 -
  1194. |
  1195. |
  1196.             nothing but a blank screen when we switch back to the MB program.  
  1197.             That's where things stand as we near publication deadline.  Since 
  1198.             even the simple search suggested by the tutorial takes about 5 
  1199.             minutes, it really would be very beneficial for the program to be 
  1200.             able to run in the background under DESQview--but we just don't 
  1201.             know if that's going to be possible.  
  1202.             
  1203.  
  1204.  
  1205.  
  1206.             (Additional notes:  Installing DVANSI helped a bit, but system 
  1207.             often hung on the DESQview main menu; also typing '/' often 
  1208.             produced '?'--fortunately the 101-keyboard has an alternate '/' 
  1209.             key that worked; typing of search criteria intolerably slow.  None 
  1210.             of the retrace options solve the problem within DESQview.  The 
  1211.             apparent hang on the DESQview main menu seems in part to be a 
  1212.             conflict between MB and the Dvorak keyboard emulator SSTRANS which 
  1213.             seems to keep slipping back into Dvorak mode; sometimes pressing 
  1214.             ALT LSHFT ESC successfully exits from Dvorak mode and eliminates 
  1215.             the apparent hang at the DESQview main menu; unfortunately, other 
  1216.             times the hang is real and the only way out is to reboot.  The 
  1217.             image usually breaks up when popping up the DESQview main menu; 
  1218.             returning to the application works about half the time; when it 
  1219.             doesn't work--producing a blank screen--pressing ENTER seems to 
  1220.             restore the image.  Prospects for smooth operation seem bleak.)  
  1221.  
  1222.             We eventually found that the image break up and the hanging was 
  1223.             due to a conflict between the Matthew Bender software and the 
  1224.             Dvorak device driver SSTRANS--which had never before conflicted 
  1225.             with anything.  Removing the Dvorak device driver made it possible 
  1226.             to run MB under DESQview, although the lost keystroke problem and 
  1227.             the "'?' instead of '/'" problems remained.  We'd have to 
  1228.             characterize the Matthew Bender Search Master package as one of 
  1229.             the most ill-behaved programs on the market.  In its present 
  1230.             condition, the Matthew Bender Search Master package has rather 
  1231.             limited practicality--you have to need its facilities rather badly 
  1232.             to be willing to put up with the problems.  The only hope for this 
  1233.             package lies in the fact that a network version is planned; that 
  1234.             will have to entail a major rewrite of the software to eliminate 
  1235.             any direct access to the device driver; in general, the changes 
  1236.             required to permit network access will inevitably make the program 
  1237.             better behaved; but we doubt that the network version will be out 
  1238.             on time (the end of 1990).  We recommend that the programmer 
  1239.             responsible for this abomination bone up on topics such as 
  1240.             'overlay', 'expanded memory', 'Video Graphics Array' and 'the 
  1241.             advantages of using industry-standard interfaces'.
  1242.             
  1243.             
  1244.                            ..................................
  1245.             
  1246.           About the author:  Robert Brown is best known as the originator of 
  1247.             the Landmark CPU Speed Test.  His company, which recently changed 
  1248.             its name to Seacliff, also sells virtually all microcomputer-
  1249.             related hardware & software products--including LANtastic networks 
  1250.             and the CD-ROM drives and media discussed in this article.
  1251. |
  1252. |
  1253. |
  1254. |
  1255. |
  1256. |-2
  1257. |
  1258. |
  1259. |                                     - 20 -
  1260. |
  1261. |
  1262. n
  1263.  
  1264.             
  1265.             
  1266.                      SEACLIFF BATCH FILES FOR USE WITH SPECIFIC CD-ROMS
  1267.              
  1268.  
  1269. {   GRIPS'89:  Photographic images from satellites & space missions.
  1270.  
  1271.       Meridian Data, Inc.                                   408-438-3100
  1272.       5615 Scotts Valley Drive, Scotts Valley CA 95066
  1273.  
  1274.       VGADEMO...10 minute slide show; most images appear in about 15 seconds.
  1275.       TOUR_VGA..12 minute slide show--some images take nearly 60 seconds.
  1276.       IMDISP....IMage DISPlay software to display any '.IMG'; use 'IMDISP ?'.
  1277. }
  1278. {   Dick's Planes:  Information and images about military aircraft.
  1279.  
  1280.       Quanta Press, Inc.                                    612-641-0714
  1281.       2239 Carter Avenue, St. Paul MN 55108
  1282.  
  1283.       MBRT......MediaBase retrieval software; manual required; use 'MBRT ?'.
  1284. }         
  1285. {   CD Guide Optical Edition:  Information on 40,000 audio CDs.
  1286.           
  1287.       Wayne Green Enterprises, Inc.                         603-525-4201
  1288.       Forest Road, Hancock NH 03440
  1289.  
  1290.       CDGUIDE...retrieval software.
  1291. }         
  1292. {   Birds of America:  Text and images from Audabon reference.
  1293.           
  1294.       CMD ReSearch, Inc.
  1295.       7150 SW Hampton, Suite 120, Portland OR 97223         800-262-7668
  1296.           
  1297.       DP........DiscPassage retrieval software; use 'DP ?'.
  1298.       BIRDS.....Same except for help screen and default CD-ROM drive.
  1299. }         
  1300. {   Shakespeare:  Complete works in both American and Queen's English.
  1301.           
  1302.       CMD ReSearch, Inc.
  1303.       7150 SW Hampton, Suite 120, Portland OR 97223         800-262-7668
  1304.           
  1305.       DP........DiscPassage retrieval software; use 'DP ?'.
  1306.       WILLIAM...Same except for help screen and default CD-ROM drive.
  1307. }         
  1308. {   Sherlock Holmes:  Complete stores by Arther Conan Doyle.
  1309.           
  1310.       CMD ReSearch, Inc.
  1311.       7150 SW Hampton, Suite 120, Portland OR 97223         800-262-7668
  1312.           
  1313.       DP........DiscPassage retrieval software; use 'DP ?'.
  1314.       SHERLOCK..Same except for help screen and default CD-ROM drive.
  1315. }         
  1316. |
  1317. |
  1318. |
  1319. |
  1320. |
  1321. |
  1322. |-2
  1323. |
  1324. |
  1325. |                                     - 21 -
  1326. |
  1327. |
  1328. {   Programmer's ROM:  Utility source code in a variety of languages.
  1329.             
  1330.       Quanta Press, Inc.                                    612-641-0714
  1331.       2550 University Avenue West, Suite 245U, St. Paul MN 55114
  1332.             
  1333.       No batch files required--utilities such as XTREE or Magellan would be 
  1334.         better suited for this CD-ROM than the supplied LIST utility.
  1335. }           
  1336. {   Phethean's Public Domain Library #1 for IBM & Compatibles
  1337.             
  1338.       Peter J. Phethean, Ltd.                               213-694-2112
  1339.       1640 E. Brookdale Ave., La Habra CA 90631
  1340.             
  1341.       No batch files required--use any standard hard disk utility.
  1342. }           
  1343. |
  1344. |
  1345. |
  1346. |
  1347. |
  1348. |
  1349. |
  1350. |
  1351. |
  1352. |
  1353. |
  1354. |
  1355. |
  1356. |
  1357. |
  1358. |
  1359. |
  1360. |
  1361. |
  1362. |
  1363. |
  1364. |
  1365. |
  1366. |
  1367. |
  1368. |
  1369. |
  1370. |
  1371. |
  1372. |
  1373. |
  1374. |
  1375. |
  1376. |
  1377. |
  1378. |
  1379. |
  1380. |
  1381. |
  1382. |
  1383. |
  1384. |
  1385. |
  1386. |
  1387. |
  1388. |-