home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m420 / 6.ddi / CORTWAIN.IN_ / CORTWAIN.bin
Encoding:
Text File  |  1993-05-15  |  761 b   |  41 lines

  1. ;
  2. ; cortwain.ini    --  required by CORTWAIN.DS
  3. ;
  4. ; Must be in same directory as CORTWAIN.DS.
  5. ;
  6.  
  7. ;
  8. ; the format of a typical scanner-to-driver mapping is as follows.
  9. ;
  10. ;   [vendor-name]
  11. ;   scanner-name1=driver1.dll
  12. ;   scanner-name2=driver2.dll
  13. ;   ...
  14.  
  15. ; required for DOS-supported scanners
  16. ;
  17. [ZSTWAIN.DLL]
  18. path=zstwain.dll
  19.  
  20. ; the Microtek 600Z may require that the width and height of the flatbed
  21. ; be limited in order to work properly. These units are in 1200ths of an inch.
  22. [Z_Microtek_600Z]
  23. WidthLimit=10200
  24. HeightLimit=13200
  25.  
  26. ; model Canon CJ-10 ( or BJ-10 )
  27. ;
  28. [CANON]
  29. IPUBJS-SCANNER=canoncj1.dll
  30.  
  31. ; the warnings and unloaddriver entries should be there
  32. ;
  33. [DEBUG]
  34. warnings=off
  35. unloaddriver=on
  36.  
  37. [ScannerInfo]
  38.  
  39. ;-End-
  40.  
  41.