Star Micronics NX-2415II User Manual page 124

Multi-font
Table of Contents

Advertisement

A>EDLIN LQELITE.DAT
New
file
'1
1 :
*AVIXIAV[!AVA
2:'%
*E
'V indicates that the following character is a control code. 'V[ enters the
<ESC> code. <ESC> has character code 27, and "[" is the 27th character
from A in the ASCII sequence. Similarly, 'VA enters the control code< 1>.
See your DOS manual if you need further information about EDLIN.
can now set up the printer by sending it the file LQELITE.DAT. To
avoid unnecessary logging of commands, switch hard-copy output off (by
pressing CTRL-PRTSC if hard copy is on). To print the file README.DOC
in LQ elite type, give the following two commands:
A>COPY LQELITE DAT PRN
A>PRINT README .DOC
For greater convenience you can make a batch file that will setup the printer
and print any specified file with a single command. To create such a batch
file with the name LQPRINT.BAT, type in the first four lines shown next.
'Z means to press the CTRL and Z keys simultaneously. To use this file to
print README.DOC, type the fifth line.
A>COPY CON LQPRINT .BAT
COPY LQELITE .DAT PR,N
PRINT "L 1
'z
A>LQPRINT README .DOC
The first line above is a copy command from the CONsole screen to a file
named LQPRINT.BAT. The next two lines are the contents of this file. The
%1 is a dummy parameter: whatever file name you type after LQPRINT will
be substituted for %1 and printed.'
115

Advertisement

Table of Contents
loading

Table of Contents