MAIN.SRC  ·  SRC  ·  5.5 KB  ·  1990-03-15  ·  from PersonalComputing_May-1990
C
M 3
. start
D \pc.scn 0
B 1
L 4 10
P 1    -    TYPOGRAFICA    Two complete fonts from the Palermo type face,
L 4 11
P                          designed to work with most major DTP packages.
L 4 14
P 2    -    CONNECT FOUR   The old favourite. Can you beat the computer by
L 4 15
P                          getting a line of four counters in any direction?
L 4 18
P 3    -    LINE UP        A novel patience game where you must order
L 4 19
P                          all 52 cards in a pack in the correct sequence.
L 4 22
P 4    -    QUIT           Return to MSDOS
L 0 25
S 4
I 1 typografica
I 2 connect4
I 3 lineup
I 4 end
;
. end
X
. typografica
C
P                                   TYPOGRAFICA
P  
P This program can only be used on a PC compatible with a hard disc. It is
P stored on this disc in a compressed form so that we could fit it all on.
P  
P You may decompress it to any of the following drives, or return to the
P front menu:
P                    ┌───────────────────────────────────────┐
P                    │ Press [1] to Decompress to Drive C    │
P                    │ Press [2] to Decompress to Drive D    │
P                    │ Press [3] to Decompress to Drive E    │
P                    │ Press [4] to return to the front menu │
P                    └───────────────────────────────────────┘
P Please note:
P  
P If you have already installed TYPOGRAFICA using this disc, quit from this
P menu by pressing 4, return to Dos, select the hard disc you installed
P the program on and type:
P  
P CD \TYPOGRAF
P  
P followed by either TC, TD or TE depending whether you are on drive C, D or E.
P  
P Please make your selection...

S 4
I 1 toc
I 2 tod
I 3 toe
I 4 start
;
. toc
C
P creating C:\TYPOGRAF...
Y md c:\typograf
P creating C:\TYPOGRAF\CONFIG...
Y md c:\typograf\config
P creating C:\TYPOGRAF\MANUAL...
Y md c:\typograf\manual
P creating C:\TYPOGRAF\MASTERS...
Y md c:\typograf\masters
N \typograf
r pkunzip.exe typograf c:\typograf
r pkunzip.exe typopal c:\typograf
r pkunzip.exe typoconf c:\typograf\config
r pkunzip.exe typoman c:\typograf\manual
r pkunzip.exe typomast c:\typograf\masters
P  
P Finished.
P  
P Now running the program...
Y c:
N \typograf
T typopg1.dat
L 0 23
P Press any key to continue...
W
C
T typopg2.dat
L 0 23
P Press any key to continue...
W
C
T typopg3.dat
L 0 23
P Press any key to continue...
W
C
P Remember, as TYPOGRAFICA has now been installed on your hard disc, you will
P Not need to select option 2 on the following main menu (Install Typografica).
P  
Y copy typograf.c typograf.def >nul
R typograf.exe
Y a:
N \
G start
;
. tod
C
P creating D:\TYPOGRAF...
Y md d:\typograf
P creating D:\TYPOGRAF\CONFIG...
Y md d:\typograf\config
P creating D:\TYPOGRAF\MANUAL...
Y md d:\typograf\manual
P creating D:\TYPOGRAF\MASTERS...
Y md d:\typograf\masters
N \typograf
r pkunzip.exe typograf d:\typograf
r pkunzip.exe typopal d:\typograf
r pkunzip.exe typoconf d:\typograf\config
r pkunzip.exe typoman d:\typograf\manual
r pkunzip.exe typomast d:\typograf\masters
P  
P Finished.
P  
P Now running the program...
Y d:
N \typograf
T typopg1.dat
L 0 23
P Press any key to continue...
W
C
T typopg2.dat
L 0 23
P Press any key to continue...
W
C
T typopg3.dat
L 0 23
P Press any key to continue...
W
C
P Remember, as TYPOGRAFICA has now been installed on your hard disc, you will
P Not need to select option 2 on the following main menu (Install Typografica).
P  
Y copy typograf.d typograf.def >nul
R typograf.exe
Y a:
N \
G start
;
. toe
C
P creating E:\TYPOGRAF...
Y md e:\typograf
P creating E:\TYPOGRAF\CONFIG...
Y md e:\typograf\config
P creating E:\TYPOGRAF\MANUAL...
Y md e:\typograf\manual
P creating E:\TYPOGRAF\MASTERS...
Y md e:\typograf\masters
N \typograf
r pkunzip.exe typograf e:\typograf
r pkunzip.exe typopal e:\typograf
r pkunzip.exe typoconf e:\typograf\config
r pkunzip.exe typoman e:\typograf\manual
r pkunzip.exe typomast e:\typograf\masters
P  
P Finished.
P  
P Now running the program...
Y e:
N \typograf
T typopg1.dat
L 0 23
P Press any key to continue...
W
C
T typopg2.dat
L 0 23
P Press any key to continue...
W
C
T typopg3.dat
L 0 23
P Press any key to continue...
W
C
P Remember, as TYPOGRAFICA has now been installed on your hard disc, you will
P Not need to select option 2 on the following main menu (Install Typografica).
P  
Y copy typograf.e typograf.def >nul
R typograf.exe
Y a:
N \
G start
;
. connect4
C
P                                    CONNECT FOUR
P  
P  
P To place a counter simply type the letter corresponding to the column
P in which you wish your counter to drop.
P  
P To quit from the game press Esc or Ctrl-C.
P  
P Press any key to continue...
W
R \connect4\connect4.exe mono
G start
;
. lineup
C
P                                     LINE UP
P  
P  
P The rules of this game may seem a little confusing at first, but once you get
P the hang of them you'll find LINE UP is an excellent patience game.
P  
P To play, find a card with a gap to the right of it (say you choose the 5 of
P Spades). You may now pick up the 6 of Spades and place it next to the five.
P  
P In doing so you will have released another space where a card may be placed.
P  
P But watch out, you cannot place a card on the right of a king. If you do
P get stuck you are allowed two re-shuffles.
P  
P Have fun and good luck!
P  
P Press any key to continue...
W
R \lineup\lineup.exe
G start