MAIN.SRC ·
SRC ·
2.4 KB ·
1989-09-01 ·
from PersonalComputer_Sep-1989
C
M 3
. start
D \pc.scn
B 3
L 4 11
P 1 - ODYSSEY Time-limited version of a powerful comms package
L 4 13
P 2 - HGCIBM The latest and best CGA simulator we've seen
L 4 15
P 3 - SHOWME Easy-to-use disc utility
L 4 17
P 4 - VIEW Memory resident file viewer
L 4 19
P 5 - NEXT MENU Select the next menu
L 4 21
P 6 - QUIT Return to Dos
;
. loop
L 0 25
S 6
I 1 odyssey
I 2 hgcibm
I 3 showme
I 4 view
I 5 next
I 6 end
;
. odyssey
C
T \odyssey\odyssey.txt
C
P ODYSSEY is stored in a compact form. To decompact it you will need a hard disc
P or a blank, formmatted floppy disc.
P
P Select one of the following:
P
P 1) Decompact to drive A
P 2) Decompact to drive B
P 3) Decompact to drive C
P 4) Return to the main menu
P
;
S 4
I 1 ody1
I 2 ody2
I 3 ody3
I 4 start
;
. ody1
C
P At the prompt Disc for A insert the supplied cover disc in drive A
P At the prompt Disc for B insert your formatted floppy disc in drive A
P
W
Y b:
R a:\odyssey\odyssey.exe
R b:\ody.exe
Y a:
G start
;
. ody2
P Insert the disc you are copying to in drive B
P
W
Y b:
R a:\odyssey\odyssey.exe
R b:\ody.exe
Y a:
G start
;
. ody3
Y c:
Y md\odyssey
N \odyssey
R a:\odyssey\odyssey.exe
R ody.exe
Y a:
G start
;
. hgcibm
C
T \hgcibm\hgcibm.doc
G start
;
. showme
C
N \showme
R showme.com
N \
G start
;
. view
C
N \view
r view.com
N \
W
G start
;
. next
D \pc.scn
B 3
L 4 10
P 1 - OTHELLO Extremely fast and very hard to beat version
L 4 12
P 2 - PANGO Superb version of the arcade smash (CGA only)
L 4 14
P 3 - LARGEPRINT Print out large text on an IBM compatible printer
L 4 16
P 4 - CURSOR Change the cursor to a more visible block
L 4 18
P 5 - NOPRTSC Disable the action of the PrtSC key
L 4 20
P 6 - PC.C The complete C source code for this menu system
L 4 22
P 7 - RETURN Return to the main menu
;
. loop1
L 0 25
S 7
I 1 othello
I 2 pango
I 3 largeprint
I 4 cursor
I 5 noprtsc
I 6 pcc
I 7 start
;
. othello
C
T \othello\othello.doc
R \othello\othello.exe
G next
;
. pango
C
R \pango\pango.exe
G next
;
. largeprint
C
t \toolkit\lrgprn.doc
G next
;
. cursor
C
t \toolkit\cursor.doc
G next
;
. noprtsc
C
t \toolkit\noprtsc.doc
G next
;
. pcc
C
t \source\pc.c
G next
;
. end
C
X