Easy Script, video writing for Commodore 64

Read in: IT 🇮🇹   EN 🇺🇸

Today I want to show you how to write a letter with Easy Script, in the 80s!

Subscribe my YouTube channel ValorosoIT. Retro technology, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

https://youtu.be/YNP6uANh2UI

In our day, we are used to the simplicity of Microsoft Word, but, 40 years ago, things weren't that intuitive!

Easy Script, l'alternativa all'attuale Microsoft Word, disponibile per il Commodore 64, was a video writing software produced in 1982 by Precision Software Ltd and was distributed directly by Commodore itself.

Hardware degli anni '80 per video scrittura

Per digitare, modificare, salvare e stampare un documento, come si faceva negli anni '80 con il Commodore, ho utilizzato:

  • the computer Commodore 64;
  • il floppy disk drive Commodore 1541, which is used to load the Easy Script software, as well as to archive documents;
  • the dot matrix printer Commodore MPS 803;
  • and the video writing program Easy Script, of Simon Tranmer's Precision Software Ltd.

Insomma, ho utilizzato tutti componenti dell'epoca, che erano già disponibili negli anni ‘80.

Easy Script Commodore 64, video writing, Commodore MPS 803, Commodore 1541, printer needles, document

Load and set up Easy Script

Easy Script software, for Commodore 64, is available at the bottom of this page. Per caricarlo (dopo aver estratto il file PRG dall'archivio compresso ZIP, ed averlo trasferito al Commodore), digitare:

LOAD "EASYSCRIPT",8
RUN

Ovviamente, bisogna sostituire ad "8" l'indirizzo corretto del lettore di floppy disk drive Commodore 1541 oppure l'indirizzo del dispositivo SD2IEC che si utilizza per caricare il file.

At startup, EasyScript shows a completely gray screen. From the next screen, you will be able to change the colors of the screen.

Easy Script Commodore 64, video writing program, writing a letter from the 80s, EasyScript, 1982, Precision Software Ltd UK, Simon Tranmer

The initial screen asks for some information about the system, which must be confirmed as is, at least if you are using the Commodore MPS 803 printer and want to save the document to disk.

Follow me on Instagram channel. Retro technology, Commodore, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

When the settings are confirmed, the software enters the typing mode. From this screen, you can also change the colors of the screen by pressing CTRL con 1, 2 O 3, depending on which color you want to change:

  • CTRL + 1: change the color of the text;
  • Press CTRL + 2 to change the background color;
  • CTRL + 3: change the color of the frame.
Easy Script Commodore 64, video writing program to customize monitor colors, EasyScript, 1982, Precision Software Ltd UK, Simon Tranmer

EasyScript is limited to 768 lines of text of 40 characters each. In case we want to transcribe the Divine Comedy, it will be necessary to create more text files!

How to type and format a letter with Easy Script

In addition to typing the text we want to print, commands are also available to change the formatting. We can align the text center and right. It is also possible to justify the text. To enter formatting, you must press F3: An asterisk with inverted colors is displayed "*".

Easy Script Commodore 64, word processing software, writing an 80's document, printing, word processor, EasyScript, Precision Software, Simon Tranmer

To format the text, after pressing F3, you have to type the command, as per the following list, followed by the semicolon ";".

  • Justify the text: ju1 (or JE0 to end justified lines);
  • Center the text: CN1 (CN0 to end the centered lines);
  • Right align text: ra1 (ra0 per terminare l'allineamento a destra);
  • Set the left margin of xx characters: lmxx (default 1);
  • Set the right margin of xx characters: RMXX (default 80);
  • Extends the margin to the left, for a single line of text, by xx characters: maxx;
  • Set the spacing of lines of text (leave x white lines each line of text): spx (SP0; SP1; SP2);
  • Number of lines to leave blank, at the top of the page, when printing: vpxx (VP0 = none);
  • Set the number of lines per page (including header and footer): lpxx;
  • Indicates the length of the page body text (lines of page text): tlxx;
  • Header (header, same for all pages), write the text in ssss to align it to the left, cccc for the center and in dddd per allinearlo a destra, dopo l'intestazione, lascia xx blank lines: hdxx:ssss,cccc,dddd
  • Footer (piè di pagina, uguale per tutte le pagine), con le stesse regole dell'header: ftxx:ssss,cccc,dddd
    Set the page number (each subsequent page is incremented): pxx;

Example, to center align:

*cn1;
FRASE ALLINEATA AL CENTRO
*cn0;

I comandi di formattazione possono trovarsi anche all'interno della stessa linea del testo.

*lm10;rm76;cn1;FRASE ALLINEATA AL CENTRO CON MARGINI*cn0;

Other commands are indicated in the manual, in English, attached at the end of this article.

The return on a new line, the sending, is shown with a symbol: the minor with inverted colors.

L'asterisco della formattazione, così come i comandi che digitiamo dopo, ed il simbolo dell'invio non vengono stampati e nemmeno visualizzati nell’anteprima di stampa.

As you type, you can correct any errors and even insert text between the various phrases you have already typed. To activate the ability to enter text, type F1, followed by I.

Save and load a document with Easy Script, on the Commodore 64

There are functions of saving and loading from floppy disk, so that we can keep the documents we create.

Easy Script Commodore 64, Word Writing Video, Save Load Insert Document, EasyScript, 1982, Precision Software Ltd UK, Simon Tranmer

To save a file, press F1, followed by F. Then type in the file name and press RETURN. If necessary, confirm that you want to replace the file, if it already exists on the disk.

Follow me on Instagram channel. Retro technology, Commodore, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

It is also possible to include, in the text we are currently writing, parts of text already present in the file, for example the signature. It is sufficient to upload a file, without having deleted the text already present. to press F1, followed by L and the file name.

In case we wanted to delete all text, to then load a new one, we must press F1, then E, In the end A.

At this point, we can upload a new file again, pressing F1, L and the file name.

Visualizzare l'anteprima di stampa

We must consider that what we see on the monitor is not exactly what we will print, because the printer has 80 characters per line, while the monitor has only 40.

To preview the file on the screen, type F1, THE, e V.

You can scroll left and right of the preview with the cursor arrows.

To move further down, you must press the key SPACE.

EasyScript Commodore 64, word processor, print preview, dot matrix printer, EasyScript, 1982, Precision Software Ltd UK, Simon Tranmer

Print a document with the Commodore 64

After turning on the printer and loading a sheet, you can start printing the document you have just created. To print, you have to type F1, THE, P.

Follow me on Instagram channel. Retro technology, Commodore, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

EasyScript Commodore 64, Commodore MPS803, dot matrix printer, ink, print, print

Download Easy Script e Manuale

Infine, ecco gli allegati all'articolo:

  • the word processor for Commodore 64: Easy Script from Precision Software Ltd (in ZIP format, to be unpacked before uploading from the Commodore);
  • il manual of the Easy Script program (in English).
Easy Script Commodore 64, Commodore MPS 803, dot matrix printer, load paper

If you like experiments and reviews of vintage hardware and software, I invite you to subscribe to my YouTube channel.

Subscribe my YouTube channel ValorosoIT. Retro technology, vintage audio, retro computers, experiments and tests. Retroprogramming, Basic. Commodore, IBM, Atari, Apple, Texas Instruments, Amstrad, MSX.

Posted in Retro Computer, Retro Technology and Vintage Electronics, All articles.

Leave a Reply

Your email address will not be published. Required fields are marked *