MAIN.SRC  ·  SRC  ·  2.3 KB  ·  1990-01-17  ·  from PersonalComputing_Mar-1990
C
M 3
. disp
D \pc.scn 0
. start
B 1
L 4 11
P 1    -    DOSHELP      All the info you need to make the most of Dos
L 4 13
P 2    -    HOPALONG     Create fascinating geometric patterns
L 4 15
P 3    -    EDITOR       Powerful disc sector editor - and much more
L 4 17
P 4    -    FACTORS      Educational game involving understanding of factors
L 4 19
P 5    -    MENU 2       Select Menu 2
L 4 21
P 6    -    QUIT         Return to Dos
L 0 25
S 6
I 1 doshelp
I 2 hopalong
I 3 editor
I 4 factors
I 5 menu2
I 6 end
;
. doshelp
C
T \doshelp\doshelp.doc
L 0 23
P Press a key to continue...
W
R \doshelp\doshelp.com
G disp
;
. hopalong
C
T \hopalong\hopalong.doc
L 0 23
P Press a key to continue...
W
R \hopalong\hopalong.exe
G disp
;
. editor
C
T \editor\editor.doc
L 0 23
P Press a key to continue...
W
R \editor\editor.com
G disp
;
. factors
C
T \factors\factors.doc
L 0 23
P Press a key to continue...
W
R \factors\factors.exe
G disp
;
. menu2
D \pc.scn 0
. m2start
B 1
L 4 10
P 1    -    CAT          Useful program for cataloguing files by extensions
L 4 12
P 2    -    CED          Comprehensive and powerful Command line editor
L 4 14
P 3    -    DDIR         Utility for listing files created on certain dates
L 4 16
P 4    -    SINCE        Lists all files since a specified date
L 4 18
P 5    -    TOOLBOX      A handy collection of utilities rolled into one
L 4 20
P 6    -    WHEREIS      Find out where you saved that elusive file
L 4 22
P 7    -    MENU 1       Return to Menu 1
L 0 25
S 7
I 1 cat
I 2 ced
I 3 ddir
I 4 since
I 5 toolbox
I 6 whereis
I 7 disp
;
. cat
N \toolkit
T cat.doc
L 0 10
R cat.com
L 0 23
P Press a key to continue...
W
N \
G menu2
;
. ced
C
T \toolkit\ced.txt
L 0 23
P Press any key to continue...
W
G menu2
;
. ddir
N \toolkit
T ddir.doc
L 0 6
R ddir.com
L 55 23
P Press a key to continue
W
N \
G menu2
;
. since
N \toolkit
T since.doc
L 0 10
R since.exe
L 55 23
P Press a key to continue
W
N \
G menu2
;
. toolbox
N \toolkit
T toolbox.doc
L 0 23
P Press a key to continue
W
R toolbox.exe
N \
G menu2
;
. whereis
N \toolkit
T whereis.doc
L 0 12
R whereis.com *.doc
L 0 23
P Press a key to continue
W
N \
G menu2
;
. end
C
X