Home » CEEFAX disks » telesoftware17.adl » 18-08-89/IN\TEXT

18-08-89/IN\TEXT

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware17.adl
Filename: 18-08-89/IN\TEXT
Read OK:
File size: 0EDD bytes
Load address: 3A206576
Exec address: 6E492E31
File contents
                Inlay Card Printer - D Mc Guigan
                ================================

Introduction
------------

This program is a utility which allows the user to design and print out
inlay cards for his or her cassettes.

The program is a menu driven piece of software which allows the user to
enter in up to 15 tracks per side and also 15 artists per side.

A title can also be given to the tape and then all these details can be 
printed in 1 of 2 styles on any printer which has the usual Epson 
features to create a professional looking and attractive inlay card. 

The program is quite straight forward and easy to use. Therefore only
brief instructions are required.


Loading Instructions
--------------------

The 'Inlay Card Printer' will work on any BBC micro.  A printer is
required only to print out the data, as any text entered may be saved to
disc for later printing.

Once you have loaded the program a menu will be displayed and you should
then enter one of the following choices.


1: Load New Data
----------------
  
This section allows you to load in data which was previously saved on
disc. The filename is restricted to 7 characters as the system was
programmed on DFS. Tape and ADFS users can increase the limit by changing
line 1110 from 

  1110  PROCenter_word(7,19,3)

to the following:

  1110  PROCenter_word(x,19,3)

where x is the maximum number of characters. Line 1290 should also be
changed in a similar manner.


2: Save Data
------------

This allows the user to SAVE data to disc. It will not work if no data has
been entered. 

The filename is restricted to 7 letters. To alter this please read section
1 on Loading New Data.

  
3: Enter New Data/Edit Data
---------------------------   

Whenever this section is entered the current cassette title will be
displayed. Initially this will be Cassette 1. To leave this title
unchanged the user should press <RETURN> alone. Entering any other details
will change the title.

The tape length will then be entered. Again this can be left unchanged by
pressing <RETURN> alone.

The user then has a choice of entering the details for side 1 or side 2 or
to return to the main menu.

If the user decides to enter details for either side the current track-1
will be displayed. Initially this will be blank. The user should then
enter the new title of track-1. Pressing <RETURN> alone will leave this
unchanged. The artist for track-1 will then be displayed. The user should
then enter the new artist. After track-1 has been completed details for
track-2 should then be entered.


4: View Existing Data
---------------------

This section allows the user to view all the data that has been entered.
It will not function if no data has been entered.


5: Print Data
-------------

Selecting this option sends the data to the printer. The codes sent to the
printer are stored in the file 'P/DATA' and can be changed by selecting
Option 6 - Alter Printer Details.

Two different styles of inlay-card can be printed. One is to print all the
data, the other is to ignore the artist line.


6: Alter Printer Details
------------------------

This section allows the user to change the codes which are sent to the
printer to create different effects. The initial codes are for an EPSON
FX-80+ but this can be changed to any other printer which has the
functions required.

On some printers the desired effect may not be correct due to dip-switch
settings. A debug facility is included which may help in obtaining the
correct print-out.
 

7: Quit
-------

This section ends the program.


*: OS Command
-------------

This allows the user to enter Operating System Commands. Care should be
taken when using this option as certain commands such as *COMPACT will
corrupt both the program and the data stored in memory.
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000010  49 6e 6c 61 79 20 43 61  72 64 20 50 72 69 6e 74  |Inlay Card Print|
00000020  65 72 20 2d 20 44 20 4d  63 20 47 75 69 67 61 6e  |er - D Mc Guigan|
00000030  0d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000040  20 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  | ===============|
00000050  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000060  3d 0d 0d 49 6e 74 72 6f  64 75 63 74 69 6f 6e 0d  |=..Introduction.|
00000070  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0d 0d 54 68  |------------..Th|
00000080  69 73 20 70 72 6f 67 72  61 6d 20 69 73 20 61 20  |is program is a |
00000090  75 74 69 6c 69 74 79 20  77 68 69 63 68 20 61 6c  |utility which al|
000000a0  6c 6f 77 73 20 74 68 65  20 75 73 65 72 20 74 6f  |lows the user to|
000000b0  20 64 65 73 69 67 6e 20  61 6e 64 20 70 72 69 6e  | design and prin|
000000c0  74 20 6f 75 74 0d 69 6e  6c 61 79 20 63 61 72 64  |t out.inlay card|
000000d0  73 20 66 6f 72 20 68 69  73 20 6f 72 20 68 65 72  |s for his or her|
000000e0  20 63 61 73 73 65 74 74  65 73 2e 0d 0d 54 68 65  | cassettes...The|
000000f0  20 70 72 6f 67 72 61 6d  20 69 73 20 61 20 6d 65  | program is a me|
00000100  6e 75 20 64 72 69 76 65  6e 20 70 69 65 63 65 20  |nu driven piece |
00000110  6f 66 20 73 6f 66 74 77  61 72 65 20 77 68 69 63  |of software whic|
00000120  68 20 61 6c 6c 6f 77 73  20 74 68 65 20 75 73 65  |h allows the use|
00000130  72 20 74 6f 0d 65 6e 74  65 72 20 69 6e 20 75 70  |r to.enter in up|
00000140  20 74 6f 20 31 35 20 74  72 61 63 6b 73 20 70 65  | to 15 tracks pe|
00000150  72 20 73 69 64 65 20 61  6e 64 20 61 6c 73 6f 20  |r side and also |
00000160  31 35 20 61 72 74 69 73  74 73 20 70 65 72 20 73  |15 artists per s|
00000170  69 64 65 2e 0d 0d 41 20  74 69 74 6c 65 20 63 61  |ide...A title ca|
00000180  6e 20 61 6c 73 6f 20 62  65 20 67 69 76 65 6e 20  |n also be given |
00000190  74 6f 20 74 68 65 20 74  61 70 65 20 61 6e 64 20  |to the tape and |
000001a0  74 68 65 6e 20 61 6c 6c  20 74 68 65 73 65 20 64  |then all these d|
000001b0  65 74 61 69 6c 73 20 63  61 6e 20 62 65 20 0d 70  |etails can be .p|
000001c0  72 69 6e 74 65 64 20 69  6e 20 31 20 6f 66 20 32  |rinted in 1 of 2|
000001d0  20 73 74 79 6c 65 73 20  6f 6e 20 61 6e 79 20 70  | styles on any p|
000001e0  72 69 6e 74 65 72 20 77  68 69 63 68 20 68 61 73  |rinter which has|
000001f0  20 74 68 65 20 75 73 75  61 6c 20 45 70 73 6f 6e  | the usual Epson|
00000200  20 0d 66 65 61 74 75 72  65 73 20 74 6f 20 63 72  | .features to cr|
00000210  65 61 74 65 20 61 20 70  72 6f 66 65 73 73 69 6f  |eate a professio|
00000220  6e 61 6c 20 6c 6f 6f 6b  69 6e 67 20 61 6e 64 20  |nal looking and |
00000230  61 74 74 72 61 63 74 69  76 65 20 69 6e 6c 61 79  |attractive inlay|
00000240  20 63 61 72 64 2e 20 0d  0d 54 68 65 20 70 72 6f  | card. ..The pro|
00000250  67 72 61 6d 20 69 73 20  71 75 69 74 65 20 73 74  |gram is quite st|
00000260  72 61 69 67 68 74 20 66  6f 72 77 61 72 64 20 61  |raight forward a|
00000270  6e 64 20 65 61 73 79 20  74 6f 20 75 73 65 2e 20  |nd easy to use. |
00000280  54 68 65 72 65 66 6f 72  65 20 6f 6e 6c 79 0d 62  |Therefore only.b|
00000290  72 69 65 66 20 69 6e 73  74 72 75 63 74 69 6f 6e  |rief instruction|
000002a0  73 20 61 72 65 20 72 65  71 75 69 72 65 64 2e 0d  |s are required..|
000002b0  0d 0d 4c 6f 61 64 69 6e  67 20 49 6e 73 74 72 75  |..Loading Instru|
000002c0  63 74 69 6f 6e 73 0d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |ctions.---------|
000002d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0d 0d 54 68 65  |-----------..The|
000002e0  20 27 49 6e 6c 61 79 20  43 61 72 64 20 50 72 69  | 'Inlay Card Pri|
000002f0  6e 74 65 72 27 20 77 69  6c 6c 20 77 6f 72 6b 20  |nter' will work |
00000300  6f 6e 20 61 6e 79 20 42  42 43 20 6d 69 63 72 6f  |on any BBC micro|
00000310  2e 20 20 41 20 70 72 69  6e 74 65 72 20 69 73 0d  |.  A printer is.|
00000320  72 65 71 75 69 72 65 64  20 6f 6e 6c 79 20 74 6f  |required only to|
00000330  20 70 72 69 6e 74 20 6f  75 74 20 74 68 65 20 64  | print out the d|
00000340  61 74 61 2c 20 61 73 20  61 6e 79 20 74 65 78 74  |ata, as any text|
00000350  20 65 6e 74 65 72 65 64  20 6d 61 79 20 62 65 20  | entered may be |
00000360  73 61 76 65 64 20 74 6f  0d 64 69 73 63 20 66 6f  |saved to.disc fo|
00000370  72 20 6c 61 74 65 72 20  70 72 69 6e 74 69 6e 67  |r later printing|
00000380  2e 0d 0d 4f 6e 63 65 20  79 6f 75 20 68 61 76 65  |...Once you have|
00000390  20 6c 6f 61 64 65 64 20  74 68 65 20 70 72 6f 67  | loaded the prog|
000003a0  72 61 6d 20 61 20 6d 65  6e 75 20 77 69 6c 6c 20  |ram a menu will |
000003b0  62 65 20 64 69 73 70 6c  61 79 65 64 20 61 6e 64  |be displayed and|
000003c0  20 79 6f 75 20 73 68 6f  75 6c 64 0d 74 68 65 6e  | you should.then|
000003d0  20 65 6e 74 65 72 20 6f  6e 65 20 6f 66 20 74 68  | enter one of th|
000003e0  65 20 66 6f 6c 6c 6f 77  69 6e 67 20 63 68 6f 69  |e following choi|
000003f0  63 65 73 2e 0d 0d 0d 31  3a 20 4c 6f 61 64 20 4e  |ces....1: Load N|
00000400  65 77 20 44 61 74 61 0d  2d 2d 2d 2d 2d 2d 2d 2d  |ew Data.--------|
00000410  2d 2d 2d 2d 2d 2d 2d 2d  0d 20 20 0d 54 68 69 73  |--------.  .This|
00000420  20 73 65 63 74 69 6f 6e  20 61 6c 6c 6f 77 73 20  | section allows |
00000430  79 6f 75 20 74 6f 20 6c  6f 61 64 20 69 6e 20 64  |you to load in d|
00000440  61 74 61 20 77 68 69 63  68 20 77 61 73 20 70 72  |ata which was pr|
00000450  65 76 69 6f 75 73 6c 79  20 73 61 76 65 64 20 6f  |eviously saved o|
00000460  6e 0d 64 69 73 63 2e 20  54 68 65 20 66 69 6c 65  |n.disc. The file|
00000470  6e 61 6d 65 20 69 73 20  72 65 73 74 72 69 63 74  |name is restrict|
00000480  65 64 20 74 6f 20 37 20  63 68 61 72 61 63 74 65  |ed to 7 characte|
00000490  72 73 20 61 73 20 74 68  65 20 73 79 73 74 65 6d  |rs as the system|
000004a0  20 77 61 73 0d 70 72 6f  67 72 61 6d 6d 65 64 20  | was.programmed |
000004b0  6f 6e 20 44 46 53 2e 20  54 61 70 65 20 61 6e 64  |on DFS. Tape and|
000004c0  20 41 44 46 53 20 75 73  65 72 73 20 63 61 6e 20  | ADFS users can |
000004d0  69 6e 63 72 65 61 73 65  20 74 68 65 20 6c 69 6d  |increase the lim|
000004e0  69 74 20 62 79 20 63 68  61 6e 67 69 6e 67 0d 6c  |it by changing.l|
000004f0  69 6e 65 20 31 31 31 30  20 66 72 6f 6d 20 0d 0d  |ine 1110 from ..|
00000500  20 20 31 31 31 30 20 20  50 52 4f 43 65 6e 74 65  |  1110  PROCente|
00000510  72 5f 77 6f 72 64 28 37  2c 31 39 2c 33 29 0d 0d  |r_word(7,19,3)..|
00000520  74 6f 20 74 68 65 20 66  6f 6c 6c 6f 77 69 6e 67  |to the following|
00000530  3a 0d 0d 20 20 31 31 31  30 20 20 50 52 4f 43 65  |:..  1110  PROCe|
00000540  6e 74 65 72 5f 77 6f 72  64 28 78 2c 31 39 2c 33  |nter_word(x,19,3|
00000550  29 0d 0d 77 68 65 72 65  20 78 20 69 73 20 74 68  |)..where x is th|
00000560  65 20 6d 61 78 69 6d 75  6d 20 6e 75 6d 62 65 72  |e maximum number|
00000570  20 6f 66 20 63 68 61 72  61 63 74 65 72 73 2e 20  | of characters. |
00000580  4c 69 6e 65 20 31 32 39  30 20 73 68 6f 75 6c 64  |Line 1290 should|
00000590  20 61 6c 73 6f 20 62 65  0d 63 68 61 6e 67 65 64  | also be.changed|
000005a0  20 69 6e 20 61 20 73 69  6d 69 6c 61 72 20 6d 61  | in a similar ma|
000005b0  6e 6e 65 72 2e 0d 0d 0d  32 3a 20 53 61 76 65 20  |nner....2: Save |
000005c0  44 61 74 61 0d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |Data.-----------|
000005d0  2d 0d 0d 54 68 69 73 20  61 6c 6c 6f 77 73 20 74  |-..This allows t|
000005e0  68 65 20 75 73 65 72 20  74 6f 20 53 41 56 45 20  |he user to SAVE |
000005f0  64 61 74 61 20 74 6f 20  64 69 73 63 2e 20 49 74  |data to disc. It|
00000600  20 77 69 6c 6c 20 6e 6f  74 20 77 6f 72 6b 20 69  | will not work i|
00000610  66 20 6e 6f 20 64 61 74  61 20 68 61 73 0d 62 65  |f no data has.be|
00000620  65 6e 20 65 6e 74 65 72  65 64 2e 20 0d 0d 54 68  |en entered. ..Th|
00000630  65 20 66 69 6c 65 6e 61  6d 65 20 69 73 20 72 65  |e filename is re|
00000640  73 74 72 69 63 74 65 64  20 74 6f 20 37 20 6c 65  |stricted to 7 le|
00000650  74 74 65 72 73 2e 20 54  6f 20 61 6c 74 65 72 20  |tters. To alter |
00000660  74 68 69 73 20 70 6c 65  61 73 65 20 72 65 61 64  |this please read|
00000670  20 73 65 63 74 69 6f 6e  0d 31 20 6f 6e 20 4c 6f  | section.1 on Lo|
00000680  61 64 69 6e 67 20 4e 65  77 20 44 61 74 61 2e 0d  |ading New Data..|
00000690  0d 20 20 0d 33 3a 20 45  6e 74 65 72 20 4e 65 77  |.  .3: Enter New|
000006a0  20 44 61 74 61 2f 45 64  69 74 20 44 61 74 61 0d  | Data/Edit Data.|
000006b0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000006c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 20 20 20 0d 0d  |-----------   ..|
000006d0  57 68 65 6e 65 76 65 72  20 74 68 69 73 20 73 65  |Whenever this se|
000006e0  63 74 69 6f 6e 20 69 73  20 65 6e 74 65 72 65 64  |ction is entered|
000006f0  20 74 68 65 20 63 75 72  72 65 6e 74 20 63 61 73  | the current cas|
00000700  73 65 74 74 65 20 74 69  74 6c 65 20 77 69 6c 6c  |sette title will|
00000710  20 62 65 0d 64 69 73 70  6c 61 79 65 64 2e 20 49  | be.displayed. I|
00000720  6e 69 74 69 61 6c 6c 79  20 74 68 69 73 20 77 69  |nitially this wi|
00000730  6c 6c 20 62 65 20 43 61  73 73 65 74 74 65 20 31  |ll be Cassette 1|
00000740  2e 20 54 6f 20 6c 65 61  76 65 20 74 68 69 73 20  |. To leave this |
00000750  74 69 74 6c 65 0d 75 6e  63 68 61 6e 67 65 64 20  |title.unchanged |
00000760  74 68 65 20 75 73 65 72  20 73 68 6f 75 6c 64 20  |the user should |
00000770  70 72 65 73 73 20 3c 52  45 54 55 52 4e 3e 20 61  |press <RETURN> a|
00000780  6c 6f 6e 65 2e 20 45 6e  74 65 72 69 6e 67 20 61  |lone. Entering a|
00000790  6e 79 20 6f 74 68 65 72  20 64 65 74 61 69 6c 73  |ny other details|
000007a0  0d 77 69 6c 6c 20 63 68  61 6e 67 65 20 74 68 65  |.will change the|
000007b0  20 74 69 74 6c 65 2e 0d  0d 54 68 65 20 74 61 70  | title...The tap|
000007c0  65 20 6c 65 6e 67 74 68  20 77 69 6c 6c 20 74 68  |e length will th|
000007d0  65 6e 20 62 65 20 65 6e  74 65 72 65 64 2e 20 41  |en be entered. A|
000007e0  67 61 69 6e 20 74 68 69  73 20 63 61 6e 20 62 65  |gain this can be|
000007f0  20 6c 65 66 74 20 75 6e  63 68 61 6e 67 65 64 20  | left unchanged |
00000800  62 79 0d 70 72 65 73 73  69 6e 67 20 3c 52 45 54  |by.pressing <RET|
00000810  55 52 4e 3e 20 61 6c 6f  6e 65 2e 0d 0d 54 68 65  |URN> alone...The|
00000820  20 75 73 65 72 20 74 68  65 6e 20 68 61 73 20 61  | user then has a|
00000830  20 63 68 6f 69 63 65 20  6f 66 20 65 6e 74 65 72  | choice of enter|
00000840  69 6e 67 20 74 68 65 20  64 65 74 61 69 6c 73 20  |ing the details |
00000850  66 6f 72 20 73 69 64 65  20 31 20 6f 72 20 73 69  |for side 1 or si|
00000860  64 65 20 32 20 6f 72 0d  74 6f 20 72 65 74 75 72  |de 2 or.to retur|
00000870  6e 20 74 6f 20 74 68 65  20 6d 61 69 6e 20 6d 65  |n to the main me|
00000880  6e 75 2e 0d 0d 49 66 20  74 68 65 20 75 73 65 72  |nu...If the user|
00000890  20 64 65 63 69 64 65 73  20 74 6f 20 65 6e 74 65  | decides to ente|
000008a0  72 20 64 65 74 61 69 6c  73 20 66 6f 72 20 65 69  |r details for ei|
000008b0  74 68 65 72 20 73 69 64  65 20 74 68 65 20 63 75  |ther side the cu|
000008c0  72 72 65 6e 74 20 74 72  61 63 6b 2d 31 0d 77 69  |rrent track-1.wi|
000008d0  6c 6c 20 62 65 20 64 69  73 70 6c 61 79 65 64 2e  |ll be displayed.|
000008e0  20 49 6e 69 74 69 61 6c  6c 79 20 74 68 69 73 20  | Initially this |
000008f0  77 69 6c 6c 20 62 65 20  62 6c 61 6e 6b 2e 20 54  |will be blank. T|
00000900  68 65 20 75 73 65 72 20  73 68 6f 75 6c 64 20 74  |he user should t|
00000910  68 65 6e 0d 65 6e 74 65  72 20 74 68 65 20 6e 65  |hen.enter the ne|
00000920  77 20 74 69 74 6c 65 20  6f 66 20 74 72 61 63 6b  |w title of track|
00000930  2d 31 2e 20 50 72 65 73  73 69 6e 67 20 3c 52 45  |-1. Pressing <RE|
00000940  54 55 52 4e 3e 20 61 6c  6f 6e 65 20 77 69 6c 6c  |TURN> alone will|
00000950  20 6c 65 61 76 65 20 74  68 69 73 0d 75 6e 63 68  | leave this.unch|
00000960  61 6e 67 65 64 2e 20 54  68 65 20 61 72 74 69 73  |anged. The artis|
00000970  74 20 66 6f 72 20 74 72  61 63 6b 2d 31 20 77 69  |t for track-1 wi|
00000980  6c 6c 20 74 68 65 6e 20  62 65 20 64 69 73 70 6c  |ll then be displ|
00000990  61 79 65 64 2e 20 54 68  65 20 75 73 65 72 20 73  |ayed. The user s|
000009a0  68 6f 75 6c 64 0d 74 68  65 6e 20 65 6e 74 65 72  |hould.then enter|
000009b0  20 74 68 65 20 6e 65 77  20 61 72 74 69 73 74 2e  | the new artist.|
000009c0  20 41 66 74 65 72 20 74  72 61 63 6b 2d 31 20 68  | After track-1 h|
000009d0  61 73 20 62 65 65 6e 20  63 6f 6d 70 6c 65 74 65  |as been complete|
000009e0  64 20 64 65 74 61 69 6c  73 20 66 6f 72 0d 74 72  |d details for.tr|
000009f0  61 63 6b 2d 32 20 73 68  6f 75 6c 64 20 74 68 65  |ack-2 should the|
00000a00  6e 20 62 65 20 65 6e 74  65 72 65 64 2e 0d 0d 0d  |n be entered....|
00000a10  34 3a 20 56 69 65 77 20  45 78 69 73 74 69 6e 67  |4: View Existing|
00000a20  20 44 61 74 61 0d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | Data.----------|
00000a30  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0d 0d 54 68 69  |-----------..Thi|
00000a40  73 20 73 65 63 74 69 6f  6e 20 61 6c 6c 6f 77 73  |s section allows|
00000a50  20 74 68 65 20 75 73 65  72 20 74 6f 20 76 69 65  | the user to vie|
00000a60  77 20 61 6c 6c 20 74 68  65 20 64 61 74 61 20 74  |w all the data t|
00000a70  68 61 74 20 68 61 73 20  62 65 65 6e 20 65 6e 74  |hat has been ent|
00000a80  65 72 65 64 2e 0d 49 74  20 77 69 6c 6c 20 6e 6f  |ered..It will no|
00000a90  74 20 66 75 6e 63 74 69  6f 6e 20 69 66 20 6e 6f  |t function if no|
00000aa0  20 64 61 74 61 20 68 61  73 20 62 65 65 6e 20 65  | data has been e|
00000ab0  6e 74 65 72 65 64 2e 0d  0d 0d 35 3a 20 50 72 69  |ntered....5: Pri|
00000ac0  6e 74 20 44 61 74 61 0d  2d 2d 2d 2d 2d 2d 2d 2d  |nt Data.--------|
00000ad0  2d 2d 2d 2d 2d 0d 0d 53  65 6c 65 63 74 69 6e 67  |-----..Selecting|
00000ae0  20 74 68 69 73 20 6f 70  74 69 6f 6e 20 73 65 6e  | this option sen|
00000af0  64 73 20 74 68 65 20 64  61 74 61 20 74 6f 20 74  |ds the data to t|
00000b00  68 65 20 70 72 69 6e 74  65 72 2e 20 54 68 65 20  |he printer. The |
00000b10  63 6f 64 65 73 20 73 65  6e 74 20 74 6f 20 74 68  |codes sent to th|
00000b20  65 0d 70 72 69 6e 74 65  72 20 61 72 65 20 73 74  |e.printer are st|
00000b30  6f 72 65 64 20 69 6e 20  74 68 65 20 66 69 6c 65  |ored in the file|
00000b40  20 27 50 2f 44 41 54 41  27 20 61 6e 64 20 63 61  | 'P/DATA' and ca|
00000b50  6e 20 62 65 20 63 68 61  6e 67 65 64 20 62 79 20  |n be changed by |
00000b60  73 65 6c 65 63 74 69 6e  67 0d 4f 70 74 69 6f 6e  |selecting.Option|
00000b70  20 36 20 2d 20 41 6c 74  65 72 20 50 72 69 6e 74  | 6 - Alter Print|
00000b80  65 72 20 44 65 74 61 69  6c 73 2e 0d 0d 54 77 6f  |er Details...Two|
00000b90  20 64 69 66 66 65 72 65  6e 74 20 73 74 79 6c 65  | different style|
00000ba0  73 20 6f 66 20 69 6e 6c  61 79 2d 63 61 72 64 20  |s of inlay-card |
00000bb0  63 61 6e 20 62 65 20 70  72 69 6e 74 65 64 2e 20  |can be printed. |
00000bc0  4f 6e 65 20 69 73 20 74  6f 20 70 72 69 6e 74 20  |One is to print |
00000bd0  61 6c 6c 20 74 68 65 0d  64 61 74 61 2c 20 74 68  |all the.data, th|
00000be0  65 20 6f 74 68 65 72 20  69 73 20 74 6f 20 69 67  |e other is to ig|
00000bf0  6e 6f 72 65 20 74 68 65  20 61 72 74 69 73 74 20  |nore the artist |
00000c00  6c 69 6e 65 2e 0d 0d 0d  36 3a 20 41 6c 74 65 72  |line....6: Alter|
00000c10  20 50 72 69 6e 74 65 72  20 44 65 74 61 69 6c 73  | Printer Details|
00000c20  0d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
00000c30  2d 2d 2d 2d 2d 2d 2d 2d  2d 0d 0d 54 68 69 73 20  |---------..This |
00000c40  73 65 63 74 69 6f 6e 20  61 6c 6c 6f 77 73 20 74  |section allows t|
00000c50  68 65 20 75 73 65 72 20  74 6f 20 63 68 61 6e 67  |he user to chang|
00000c60  65 20 74 68 65 20 63 6f  64 65 73 20 77 68 69 63  |e the codes whic|
00000c70  68 20 61 72 65 20 73 65  6e 74 20 74 6f 20 74 68  |h are sent to th|
00000c80  65 0d 70 72 69 6e 74 65  72 20 74 6f 20 63 72 65  |e.printer to cre|
00000c90  61 74 65 20 64 69 66 66  65 72 65 6e 74 20 65 66  |ate different ef|
00000ca0  66 65 63 74 73 2e 20 54  68 65 20 69 6e 69 74 69  |fects. The initi|
00000cb0  61 6c 20 63 6f 64 65 73  20 61 72 65 20 66 6f 72  |al codes are for|
00000cc0  20 61 6e 20 45 50 53 4f  4e 0d 46 58 2d 38 30 2b  | an EPSON.FX-80+|
00000cd0  20 62 75 74 20 74 68 69  73 20 63 61 6e 20 62 65  | but this can be|
00000ce0  20 63 68 61 6e 67 65 64  20 74 6f 20 61 6e 79 20  | changed to any |
00000cf0  6f 74 68 65 72 20 70 72  69 6e 74 65 72 20 77 68  |other printer wh|
00000d00  69 63 68 20 68 61 73 20  74 68 65 0d 66 75 6e 63  |ich has the.func|
00000d10  74 69 6f 6e 73 20 72 65  71 75 69 72 65 64 2e 0d  |tions required..|
00000d20  0d 4f 6e 20 73 6f 6d 65  20 70 72 69 6e 74 65 72  |.On some printer|
00000d30  73 20 74 68 65 20 64 65  73 69 72 65 64 20 65 66  |s the desired ef|
00000d40  66 65 63 74 20 6d 61 79  20 6e 6f 74 20 62 65 20  |fect may not be |
00000d50  63 6f 72 72 65 63 74 20  64 75 65 20 74 6f 20 64  |correct due to d|
00000d60  69 70 2d 73 77 69 74 63  68 0d 73 65 74 74 69 6e  |ip-switch.settin|
00000d70  67 73 2e 20 41 20 64 65  62 75 67 20 66 61 63 69  |gs. A debug faci|
00000d80  6c 69 74 79 20 69 73 20  69 6e 63 6c 75 64 65 64  |lity is included|
00000d90  20 77 68 69 63 68 20 6d  61 79 20 68 65 6c 70 20  | which may help |
00000da0  69 6e 20 6f 62 74 61 69  6e 69 6e 67 20 74 68 65  |in obtaining the|
00000db0  0d 63 6f 72 72 65 63 74  20 70 72 69 6e 74 2d 6f  |.correct print-o|
00000dc0  75 74 2e 0d 20 0d 0d 37  3a 20 51 75 69 74 0d 2d  |ut.. ..7: Quit.-|
00000dd0  2d 2d 2d 2d 2d 2d 0d 0d  54 68 69 73 20 73 65 63  |------..This sec|
00000de0  74 69 6f 6e 20 65 6e 64  73 20 74 68 65 20 70 72  |tion ends the pr|
00000df0  6f 67 72 61 6d 2e 0d 0d  0d 2a 3a 20 4f 53 20 43  |ogram....*: OS C|
00000e00  6f 6d 6d 61 6e 64 0d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |ommand.---------|
00000e10  2d 2d 2d 2d 0d 0d 54 68  69 73 20 61 6c 6c 6f 77  |----..This allow|
00000e20  73 20 74 68 65 20 75 73  65 72 20 74 6f 20 65 6e  |s the user to en|
00000e30  74 65 72 20 4f 70 65 72  61 74 69 6e 67 20 53 79  |ter Operating Sy|
00000e40  73 74 65 6d 20 43 6f 6d  6d 61 6e 64 73 2e 20 43  |stem Commands. C|
00000e50  61 72 65 20 73 68 6f 75  6c 64 20 62 65 0d 74 61  |are should be.ta|
00000e60  6b 65 6e 20 77 68 65 6e  20 75 73 69 6e 67 20 74  |ken when using t|
00000e70  68 69 73 20 6f 70 74 69  6f 6e 20 61 73 20 63 65  |his option as ce|
00000e80  72 74 61 69 6e 20 63 6f  6d 6d 61 6e 64 73 20 73  |rtain commands s|
00000e90  75 63 68 20 61 73 20 2a  43 4f 4d 50 41 43 54 20  |uch as *COMPACT |
00000ea0  77 69 6c 6c 0d 63 6f 72  72 75 70 74 20 62 6f 74  |will.corrupt bot|
00000eb0  68 20 74 68 65 20 70 72  6f 67 72 61 6d 20 61 6e  |h the program an|
00000ec0  64 20 74 68 65 20 64 61  74 61 20 73 74 6f 72 65  |d the data store|
00000ed0  64 20 69 6e 20 6d 65 6d  6f 72 79 2e 0d           |d in memory..|
00000edd
18-08-89/IN\TEXT.m0
18-08-89/IN\TEXT.m1
18-08-89/IN\TEXT.m2
18-08-89/IN\TEXT.m4
18-08-89/IN\TEXT.m5