joec@rocksvax.UUCP (02/10/87)
Does anyone know why when I use my apple lle with apple works and try to print on my ppanasonic kxp1091 iget a few garbage charecters at the begining of the first line????? Also does anyone know if it is possible to print more than one copy of something with the applewriter lle by giving only one command ????
iadt3tb@gitpyr.UUCP (02/11/87)
In article <771@rocksvax.UUCP> joec@rocksvax.UUCP (Joseph Chiang) writes:
]
]Also does anyone know if it is possible to print more than one copy of something
]with the applewriter lle by giving only one command ????
--------Yes, it is. Use the WPL that is a part of applewriter to create a
WPL program that asks you for the name of the file you want to print and
how many copies you want printed, and then does it. It isn't difficult to
do but I don't remember how off the top of my head.
If you have problems, send me a note and I'll look it up and respond.
Peace,
Terry Banks
T. Terrell Banks
Georgia Insitute of Technology
Information Systems and Applications
190 Third Street NW
Atlanta Georgia, 30332
Internet: iadt3tb@pyr.gatech.edu
uucp: ...!{akgua,ihnp4,hplabs,seismo}!gatech!gitpyr!iadt3tb
Bitnet: iadt3tb@gitvm1tarantola@yippee.dec.com.UUCP (02/16/87)
For the second your second question I wrote a simple program in WPL which
could be usefull. You could arrange it as you like:
PPD0
PND
PPR^L ^L means you shoul insert a real control L
PPR
PPR File to be printed in drive 1. If different specify
NY
PPR
PIN File name : =$B
PPR
PIN How many times (0-65535) : =$A
PPR
PIN Printer slot : =$C
PSX $A
PSY $Y
PLM0
PRM79
PTM0
PBM0
PPL66
PPI66
PPM0
L $B
PPD (Y)
LOOP B
PNP
PSX -1
PGO LOOP
PSX 10
PPD0
PPR^L
QUIT PPR
PSX -1
PGO QUIT
PIN The end. Press RETURN to continue
To use it you have to save what you you want to print, then supposing that
the WPL program would call foo,
- you type: ^P
- you have the prompt: print:
- you type: do foo
Have fun.
- CARLO
Carlo Tarantola
DEC - European A.I. Tec. Group
Routes des Lucioles
BP 29 Sophia Antipolis
06560 VALBONNE Cedex - FRANCE
(93) 65 5463
DEC E-NET {YIPPEE,ULYSSE}::TARANTOLA