home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-10-14 | 2.2 KB | 80 lines |
- ; TOOLS.INI
-
-
- [COPYDISK]
-
- ; The path names for the swap drives must end in a \.
-
- first=E:\
- second=D:\TEMP\
-
-
- [PR]
-
- ; The SPOOLDIR-entry (the very first entry) must end in a \.
- ; The entries DEFOS2 and DEFDOS specify the default output devices.
- ; A * as the output device means "use the PRINT spooler".
-
- ; The font entries all have the format:
- ; name=control-codes[,option,option...]
-
- ; Inside the control-codes, you can enter characters 0-31 using the ^
- ; and the corresponding ASCII character.
-
- ; Using \, you can escape ^, komma and \ itself.
-
- ; Options may be H, W, T, B, L, R, C followed by a number, the letters
- ; correspond to the command line options with the same letter.
-
- SpoolDir=C:\SPOOL
- DefOS2=LPT1
- DefDOS=*
-
- Screen=^[[2J,H23,W79,T0,B0,L0,R0,C8
- Plain=,H72,W80,T2,B4,L0,R0,C8
-
- ; Example for HP LaserJet III
-
- Default=^[E^[&l0o8D^[(s12h10v3T,H84,W95,T0,B0,L5,R5,C8
- Courier12P=^[E^[&l0o8C^[(s10h12v3T,H63,W79,T0,B0,L4,R4,C8
- Courier12L=^[E^[&l1o8C^[(s10h12v3T,H42,W110,T0,B0,L4,R2,C8
- Courier10P=^[E^[&l0o6C^[(s12h10v3T,H84,W95,T0,B0,L5,R5,C8
- Courier10L=^[E^[&l1o6C^[(s12h10v3T,H57,W132,T0,B0,L5,R2,C8
- LinePrinterP=^[E^[&l0o5C^[(s16.67h8.5v0T,H100,W132,T0,B0,L6,R6,C8
- LinePrinterL=^[E^[&l1o5C^[(s16.67h8.5v0T,H69,W183,T0,B0,L6,R0,C8
-
- ; Example for Epson LQ-500:
-
- Default=^[x0^[M^R^[0,H96,W96,T0,B12,L4,R4,C8
- 10_6=^[x0^[P^R^[2,H72,W80,T0,B8,L4,R4,C8
- 12_6=^[x0^[M^R^[2,H72,W96,T0,B8,L4,R4,C8
- 17_6=^[x0^[P^O^[2,H72,W136,T0,B8,L8,R8,C8
- 20_6=^[x0^[M^O^[2,H72,W160,T0,B8,L8,R8,C8
- 10_8=^[x0^[P^R^[0,H96,W80,T0,B12,L4,R4,C8
- 12_8=^[x0^[M^R^[0,H96,W96,T0,B12,L4,R4,C8
- 17_8=^[x0^[P^O^[0,H96,W136,T0,B12,L8,R8,C8
- 20_8=^[x0^[M^O^[0,H96,W160,T0,B12,L8,R8,C8
- 15_10=^[x0^[g^[3^R,H120,W120,T0,B12,L8,R8,C8
- LQ_10_6=^[x1^[P^R^[2,H72,W80,T0,B8,L4,R4,C8
- LQ_12_6=^[x1^[M^R^[2,H72,W96,T0,B8,L4,R4,C8
- LQ_17_6=^[x1^[P^O^[2,H72,W136,T0,B8,L8,R8,C8
- LQ_20_6=^[x1^[M^O^[2,H72,W160,T0,B8,L8,R8,C8
- LQ_10_8=^[x1^[P^R^[0,H96,W80,T0,B12,L4,R4,C8
- LQ_12_8=^[x1^[M^R^[0,H96,W96,T0,B12,L4,R4,C8
- LQ_17_8=^[x1^[P^O^[0,H96,W136,T0,B12,L8,R8,C8
- LQ_20_8=^[x1^[M^O^[0,H96,W160,T0,B12,L8,R8,C8
- LQ_15_10=^[x1^[g^[3^R,H120,W120,T0,B12,L8,R8,C8
-
-
- [SW]
-
- Height=120
- Width=260
- Left=10
- Right=10
- Top=10
- Bottom=10
- Columns=8
-
-
-