MAIN.SRC  ·  SRC  ·  3.4 KB  ·  1989-09-12  ·  from PersonalComputer_Nov-1989
C
M 3
. start
D \pc.scn
B 3
L 4 10
P 1    -    FRAMEWORK III Demonstration of Ashton Tate's famous program
L 4 13
P 2    -    GRIME         Topical arcade game. Can you destroy the slime?
L 4 16
P 3    -    MOONBUGS      Incredibly fast-action shoot 'em up
L 4 19
P 4    -    DESKTOP       Powerful Sidekick-type pop-up utility
L 4 22
P 5    -    QUIT          Return to Dos
; 
. loop
L 0 25
S 5
I 1 fw3
I 2 grime
I 3 moonbugs
I 4 desktop
I 5 end
;
. fw3
C
P                         FRAMEWORK III DEMONSTRATION
P  
P This program has been archived to save space on the disc. To unarchive it
P you will need either a blank formatted floppy disc, or a hard disc.
P  
P Please select one of the following:
P  
P 1) Unarchive to drive A:
P 2) Unarchive to drive B:
P 3) Unarchive to drive C: (Hard Disc)
P 4) Unarchive to drive D: (Hard Disc)
P 5) Return to the main menu
P  
S 5
I 1 toa
I 2 tob
I 3 toc
I 4 tod
I 5 start
;
. toa
C
P At the prompt "Disc for A:" insert this cover disc.
P At the prompt "Disc for B:" insert your formatted floppy disc.
P  
P Press any key when you are ready
W
R \fw3\arce \fw3\fw3 b:
P  
P Finished. Now running the demo...
Y b:
R frame.com
Y a:
G start
;
. tob
C
P Make sure this cover disc is in drive A, then insert your formatted
P floppy disc in drive B.
P  
P Press any key when you are ready
W
R \fw3\arce \fw3\fw3 b:
P  
P Finished. Now running the demo...
Y b:
R frame.com
Y a:
G start
;
. toc
P Creating directory C:\FW3...
P  
Y md c:\fw3
R \fw3\arce.com \fw3\fw3 c:\fw3
P  
P Finished. Now running the demo...
Y c:
N \fw3
R frame.com
Y a:
G start
;
. tod
P Creating directory D:\FW3...
P  
Y md d:\fw3
R \fw3\arce.com \fw3\fw3 d:\fw3
P  
P Finished. Now running the demo...
Y d:
N \fw3
R frame.com
Y a:
G start
;
. grime
C
P                                    GRIME
P  
P This program writes the high score table on the last track of the disc in
P Drive A. If you copy this program onto a hard disc, ensure you have a
P non-important floppy in drive A: Although it is unlikely that there will be
P any data stored at the end of your disc, PC will accept no liability for
P any loss of data caused by this program. So be careful!
P  
P Please also note that due to this being an old program, you will need to
P switch your PC off and on again to quit from Grime.
P  
P Press any key when you are ready
W
T \games\grime.doc
R \games\grime.com
;
. moonbugs
C
P                                  MOONBUGS
P  
P Please note that you will need to reset your PC using Alt-Ctrl-Del to quit
P from this game. It will only work properly with genuine CGA adaptors.
P  
P Control keys:
P  
P Left    Cursor left
P Right   Cursor right
P Fire    F1
P  
P Press any key to continue
W
R \games\moonbugs.exe
;
. desktop
C
P                                   DESKTOP
P  
P The help files are not supplied with this version of Desktop. If you wish to
P receive them you should register the program at the address on the following
P screen. However, even without the help files, with a little exploring you
P should quickly discover how to use most (if not all) of its features. But
P remember, if you do find Desktop useful, please register it.
P  
P Press any key to continue
W
R \desktop\freeware.com
W
C
R \desktop\dt.com
P  
P  
P Press LeftShift-Ctrl to activate the desktop
P  
P Press any key to continue
W
G Start
;
. end
C
X