home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-04-11 | 1.3 KB | 40 lines |
- [Header]
- Name=HPLJ2.WMS
- Alias=HP LaserJet II
- Author=BrainWare / R.Schallberger
- Date_Written=27.3.94
- Changed_By=
- Changed_At=
- Change_Reason=
- Version=1
-
- [Install]
- if file '%PrinterFlags%\hplj2.cnf' then goto INSTNORM
-
- :INSTFLAG
- md '%PrinterFlags%'
- file create '%PrinterFlags%\hplj2.cnf'
- file write 'HP Laserjet II'
- file close
-
- :INSTNORM
- iniwrite 'windows' 'device' 'HP LaserJet Series II,HPPCL,LPT1:'
- iniwrite 'devices' 'PCL / HP LaserJet ' 'HPPCL,LPT1:'
- iniwrite 'PrinterPorts' 'PCL / HP LaserJet' 'HPPCL,LPT1:,15,45'
- iniwrite 'PCL / HP LaserJet,LPT1' 'Paper Size' '9'
- iniwrite 'devices' 'HP LaserJet Series II' 'HPPCL,LPT1:'
- iniwrite 'PrinterPorts' 'HP LaserJet Series II' 'HPPCL,LPT1:,15,45'
- iniwrite 'HP LaserJet Series II,LPT1' 'Paper Size' '9'
- iniwrite 'HPPCL,LPT1' 'prtcaps' '32896'
- iniwrite 'HPPCL,LPT1' 'winver' '310'
-
- [Uninstall]
- iniwrite 'devices' 'PCL / HP LaserJet ' {nil}
- iniwrite 'PrinterPorts' 'PCL / HP LaserJet' {nil}
- iniwrite 'PCL / HP LaserJet,LPT1' 'Paper Size' {nil}
- iniwrite 'devices' 'HP LaserJet Series II' {nil}
- iniwrite 'PrinterPorts' 'HP LaserJet Series II' {nil}
- iniwrite 'HP LaserJet Series II,LPT1' 'Paper Size' {nil}
- iniwrite 'HPPCL,LPT1' 'prtcaps' {nil}
- iniwrite 'HPPCL,LPT1' 'winver' {nil}
-