home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / T2B120.ZIP / EXAMPLE.ESN < prev    next >
Text File  |  1994-01-04  |  616b  |  19 lines

  1. ;-----------------------------------------------------------
  2. ; EXAMPLE.ESN
  3. ;
  4. ; This text file contains the instructions to initialize an
  5. ; Epson FX/LQ printer
  6. ;
  7. ; (Use the TXT2BIN program to create the binary image file)
  8. ;-----------------------------------------------------------
  9.  
  10.         .RADIX 10
  11.  
  12.         .INCLUDE defines.10
  13.  
  14. <Esc> "@"               ; Initialize printer
  15. <Esc> "N" 04            ; Set perforation skip to 4 lines
  16. <Esc> "2"               ; Select 1/6-inch line spacing
  17. <Esc> "x1"              ; Select Near Letter Quality (NLQ) mode
  18. <Esc> "M"               ; Select elite pitch
  19.