home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / EMPTY-CD / EMPTY-CD.DOC next >
Encoding:
Text File  |  1996-11-18  |  1.2 KB  |  39 lines

  1. This device driver empty-cd.exe simulates a cd-rom that is always empty. It 
  2. can be used with FakeDr on computers where no cd-rom drive is present and 
  3. therefore MSCDEX will normally not load. It can also be used when booting
  4. into Win 95 MS-DOS mode because a DOS cd-rom driver may not be available.
  5.  
  6. It can be started from within config.sys if it is needed on a permanent
  7. basis (like on portable computer without cd-rom drive) or from the
  8. DOS prompt at any time.
  9.  
  10. Command line options:
  11. /D:<Name>    gives the name of the cd-rom device driver, default is
  12.              MSCD001
  13.  
  14. /N:<Number>  gives the number of subunits, so more than 1 empty drive
  15.              can be simulated at once, default is 1
  16.  
  17.  
  18. A typical entry in config.sys would look like
  19.  
  20. devicehigh=c:\tools\empty-cd.exe /D:EMPTY-CD
  21.  
  22. and the corresponding MSCDEX line in autoexec.bat could be
  23.  
  24. lh c:\dos\mscdex /D:EMPTY-CD
  25.  
  26.  
  27. If started from the DOS prompt, empty-cd and MSCDEX could be loaded to-
  28. gether in a batch file like
  29.  
  30. lh c:\tools\empty-cd /D:EMPTY-CD
  31. lh c:\dos\mscdex /D:EMPTY-CD
  32.  
  33.  
  34. If you have problems regarding empty-cd.exe, send mail to
  35.  
  36. nfa506@hp710.math.uni-rostock.de
  37.  
  38. Ingo Warnke
  39.