MAIN.SRC  ·  SRC  ·  1.8 KB  ·  1989-07-01  ·  from PersonalComputer_Aug-1989
C
M 3
. start
D \pc.scn
B 1
L 4 11
P 1    -    EDITOR        Superb editor workbench. Far superior to EDLIN
L 4 13
P 2    -    MEMSCREEN     Hide confidential information - instantly!
L 4 15
P 3    -    LIFE          Create lifeforms and watch them develop
L 4 17
P 4    -    BRIDGE        Try your hand at the king of card games
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 editor
I 2 memscreen
I 3 life
I 4 bridge
I 5 next
I 6 end
; 
. bridge
C
N \bridge
T bridge.doc
R bridge.exe
N \
G start
; 
. editor
C
N \ew
R ew.exe ew.doc
N \
G start
; 
. life
C
N \life
T life.doc
R life.exe
N \
G start
; 
. memscreen
N \memscr
T memscr.doc
R memscr.exe
N \
G start
; 
. next
D \pc.scn
B 1
L 4 11
P 1    -    KEYWORD       Thesaurus containing over 1,200 words
L 4 13
P 2    -    EASYTIME      Pop up clock which tells the time in english
L 4 15
P 3    -    SCRNCONF      Cursor key operated screen configurer
L 4 17
P 4    -    EASYBUZZ      Pop up Buzzword generator
L 4 19
P 5    -    WIPEDISC      Remove confidential information from old floppies
L 4 21
P 6    -    RETURN        Return to the main menu
; 
. loop1
L 0 25
S 6
I 1 keyword
I 2 easytime
I 3 scrnconf
I 4 easybuzz
I 5 wipedisc
I 6 start
; 
. wipedisc
C
N \wipedisc
T wd.doc
C  
P This menu system does not run WIPEDISC for obvious reasons!!
P  
W
G next
; 
. easybuzz
C
T \popups\easybuzz.doc
C
R \popups\easybuzz.exe
W
G next
; 
. easytime
C
T \popups\easytime.doc
C
R \popups\easytime.exe
W
G next
; 
. scrnconf
C
T \popups\scrnconf.doc
C
R \popups\scrnconf.exe
W
G next
; 
. keyword
N \kwdemo
T kwdemo.doc
R kwdemo.exe
N \
G next
; 
. end
C
X