home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
menu
/
ezmenu2.arc
/
PRINTER.MHH
< prev
next >
Wrap
Text File
|
1988-02-02
|
1KB
|
33 lines
TRUE codes are sent to the printer EACH TIME A MENU JOB RUNS!
____________________________________________________________ Reset CONTROL
| _________________________________________________ Eject page
| | _______________________________________ Help ON or OFF
| | | _________________________________ Skip line
| | | | _______________________ Change Codes
| | | | | ____________ Restore Codes
| | | | | |
All-FALSE FormFeed Help LineFeed New-Codes Standard-Codes
RESET = TRUE will OVER-RIDE all other Printer Control options.
If you load type fonts into the printer, all options should be FALSE.
Standard Codes are for Epson / IBM Graphics Printer Control.
Purpose | Language | ASCII decimal code.
-------------------------------------------------------------------------
Send RESET codes | BASIC | LPRINT CHR$(27); "@";
is the same as | BASIC | LPRINT CHR$(27); CHR$(64);
is the same as | EasyMenu | 27 64
NOTE: | -------- | @ equals ASCII decimal code 64.