SAMPLEPS.INI ·
INI ·
1.8 KB ·
1987-09-15 ·
from WhatMicro_Business-Productivity-Kit_1987
; SAMPLEPS.INI -- a sample PRINTSET.INI file to provide commands for Epson
; compatible printers for use with the What Micro? PRINTSET program.
;
; Use the DOS command COPY SAMPLEPS.INI PRINTSET.INI to make this file
; available to the PRINTSET program.
;
; If you are going to create your own PRINTSET.INI files, there's a few
; points worth noting:
;
; PRINTSET will use the first command that matches the first letters
; of the command you give it - if you have a BOLD and a BOX command,
; then PRINTSET BO will execute whichever one comes first, while
; PRINTSET BOL will always do BOLD and PRINTSET BOX will always do BOX.
; For common commands then, consider their names and order in the file
; to make it easy to get the right one when you come to use the file.
;
; It's easy to provide alternatives for the same thing - in this file
; LF and LINEFEED both send line feeds to the printer. Again, this
; makes it easier when you come to remember the commands.
;
; Include a command like HELLOWORLD which prints a message. This is
; useful when you're experimenting with different printer effects.
;
; Use comments like these (lines starting with a ;) in the file to
; make it easy to understand what is in it when you come back to it
; to change or add to its commands. But don't go mad - shorter files
; run faster than longer ones (you might like to use a text editor
; to delete these notes if you want to use this file regularly).
;
; Useful bits & pieces...
RESET=27 '@'
HELLOWORLD= $0d $0a 'H' 'e' 'l' 'l' 'o' 32 'W' 'o' 'r' 'l' 'd' $d $a
SPACE=32
BELL=7
; type styles...
CONDENSED=15
EMPHASIZED=27 'E'
EMPHASISED=27 'E'
ENLARGED=14
; standard controls...
LF=10
FF=10
FORMFEED=10
LINEFEED=10
RETURN=13
NEWLINE=13 10
;set up...
SINGLESHEETS=27 8
CONTINUOUS=27 9