home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR16 / T2B120A.ZIP / EXAMPLE.ESN < prev    next >
Text File  |  1994-01-26  |  686b  |  21 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. ; Epson is a registered trademark of Seiko Epson Corporation.
  10. ;-------------------------------------------------------------
  11.  
  12.         .RADIX 10
  13.  
  14.         .INCLUDE defines.10
  15.  
  16. <Esc> "@"               ; Initialize printer
  17. <Esc> "N" 04            ; Set perforation skip to 4 lines
  18. <Esc> "2"               ; Select 1/6-inch line spacing
  19. <Esc> "x1"              ; Select Near Letter Quality (NLQ) mode
  20. <Esc> "M"               ; Select elite pitch
  21.