home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / cdlanx.zip / CDLANX.DOC < prev    next >
Text File  |  1992-03-09  |  3KB  |  67 lines

  1. Program: CDLANXtensions.
  2. This program simulates the Microsoft CD ROM Extensions on Workstations not
  3. Posessing the Physical ROM Drive. This program may allow a CD-ROM to be shared
  4. across a LAN in certain circumstances where the following CD-ROM functions are
  5. used:
  6. 1. INT 2Fh, Sub 1500h - Installation Check
  7. 2. INT 2Fh, Sub 150Bh - Drive Support Check
  8. 3. INT 2Fh, Sub 150Ch - Get MSCDEX.EXE Version (Returns 2.00)
  9. 4. INT 2Fh, Sub 150Dh - Get CD-ROM Drive Letters
  10.  
  11. Takes drive letter(s) [A-Z] as only parameter. 
  12. Returns ERRORLEVEL set as follows:
  13. 0 = Software Successfully Loaded
  14. 1 = Unsupported DOS Version
  15. 2 = Another CD-ROM Handler Already Installed
  16. 3 = Command Parameter Not Recognized
  17. Written by Tom Filliman for LANtastic NOS
  18. Version 1.00 - March 1992
  19. (c) 1992 Fillimerica Incorporated
  20. All Rights Reserved
  21.  
  22. Usage: CDLANX {Redirected ROM drive list}
  23. Example: CDLANX NR
  24. Will load ROM Xtension support for local drives N: and R:
  25.  
  26. a. CDLANX needs to be run once per boot cycle. Local drives need not exist when
  27. the software is loaded and may be broken and reestablished many times without
  28. affecting CDLANX.
  29. b. CDLANX can NOT be run more than once on a workstation. The software is smart
  30. enough to detect itself and will refuse to load a second time.
  31. c. CDLANX will NOT load in the presence of MSCDEX or any other CD-ROM drivers.
  32. Our target application did not require us to write co-existance support in the
  33. driver, although it is possible to do so.
  34.  
  35. WARNING!
  36. CDLANX does NOT contain support for all MSCDEX v2.20 functions. Some CD-ROM's
  37. which need basic support from MSCDEX will run with CDLANX instead. However,
  38. other CD-ROM's which do use unsupported calls may crash your computer or behave
  39. unpredictably, including permanent loss of data. Please test this software with
  40. the desired CD-ROM using a non-critical computer.
  41.  
  42. DISCLAIMER: FILLIMERICA INCORPORATED MAKES NO CLAIMS AS TO THE STABILITY OR
  43. OPERATION OF THIS PROGRAM. USE IT SOLELY AT YOUR OWN RISK! WHILE WE BELIEVE
  44. THAT IT PERFORMS ITS INTENDED FUNCTION AS OUTLINED IN THIS DOCUMENT,
  45. FILLIMERICA WILL NOT BE RESPONSIBLE FOR ANY ADVERSE REACTIONS WHICH MAY BE
  46. CAUSED BY ITS USE. IN ADDITION, USE OF THIS SOFTWARE TO VIOLATE OR EXTEND THE
  47. LICENSE AGREEMENT OF OTHER AUTHOR'S SOFTWARE IS STRICTLY PROHIBITED!
  48.  
  49. Usage and Distribution:
  50. This program and documentation may be reproduced and distributed as a single
  51. unit ONLY for any personal or commercial need. The author reserves the right to
  52. change the software or documentation at any time, and to restrict the
  53. distribution of future versions of the software.
  54.  
  55. If you experience a problem using this utility, we would like to
  56. know about it. If you find these program of value, Fillimerica would
  57. appreciate a small donation ($15) for the time and effort we have expended
  58. writing this and other fine programs.
  59.  
  60. If you need to contact us for any reason, or would like to send a donation, you
  61. may reach us by the following means:
  62.  
  63. Fillimerica Incorporated
  64. 277 Fairfield Road -- Suite 306
  65. Fairfield, NJ 07004
  66. CIS User ID: 75665,440
  67.