setup.inf

来自「这是个POS机顾显驱动」· INF 代码 · 共 46 行

INF
46
字号

;This inf file can be used to install a minidriver in a WIN 95 system if 
;it happends to be the first printer in the system.

;It will install the Bitmap Driver in the DDK as an OEM printer.

[Version]
Signature="$CHICAGO$"
ver=00.00.00
Class=Printer
Provider=%BY%
LayoutFile=layout.inf

[SourceDiskNames]
1="Vendor Supplied",,0001

[Manufacturer]
"BY"

[BY]
"LongMy POS58_III" = Bitmap1

[Bitmap1]
DriverFile=2001cp.drv
DataFile=2001cp.drv 
CopyFiles=@2001cp.DRV,UNI

[UNI]
UNIDRV.DLL
UNIDRV.HLP
ICONLIB.DLL


[SourceDiskFiles]
2001cp.drv=1
UNIDRV.DLL=1
ICONLIB.DLL=1
UNIDRV.HLP=1

[DestinationDirs]
DefaultDestDir=11


[Strings]
BY="LongMy"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?