home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / IDXUTIL6.ZIP / CD_CHECK.DOC < prev    next >
Text File  |  1993-09-19  |  2KB  |  29 lines

  1. CD_Check.COM is a TSR which fools PCBoard into  reporting files found in
  2. an .IDX file exist even if the CD-ROM is not online.  It works by taking
  3. over the DOS 21h interrupt and watching for a  Find First Matching (4Eh)
  4. function call. If the Drive letter of the filespec is '@' then it copies
  5. the filespec to the DTA buffer  filename area and  zeros the  DTA buffer
  6. area for Size, Date & Time.
  7.  
  8. It should be loaded during your AUTOEXEC.BAT  file and only takes up 256
  9. bytes of memory or less. You then need to change the Drive letter in all
  10. offline CD-ROM .IDX files using IDX-DRIV.EXE or IDX-RSET.EXE  which will
  11. check each CD-ROM and drive listed in CDROM.DAT and set the drive letter
  12. on each path listed in the .IDX  file to the drive  where the CD-ROM was
  13. located or to '@' if the CD-ROM was not found online.   At this time the
  14. only a single character  drive letter change is  supported by both these
  15. programs so those of you using a CD-ROM server will have  to make manual
  16. changes to the paths using IDX-EDIT.EXE or running MAKEIDX again.
  17.  
  18. Only the .IDX for the OnLine CD-ROMS should be listed in your DLPATH.LST
  19. file and ALL the .IDX  files should be listed in the ALLFILES DLPATH.LST
  20. so PCBoard will only check the OffLine .IDX files during upload checking
  21. and not during downloads.  IDX-RSET will take care of this automatically
  22. for you.   You could also make a  second copy of the .IDX  files and use
  23. IDX-DRIV to set the copies to drive '@' and then list all the  copies in
  24. the ALLFILES DLPATH.LST and list all the origionals in all of the normal
  25. DLPATH.LST files so you don't have to make changes as you change CD-ROM.
  26.  
  27. IDX-DRIV also comes in handy when changing a CD-ROM to another drive, as
  28. you don't need to run MAKEIDX again just to change the drive letter.
  29.