home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 75
/
af075a.adf
/
s
/
StartUp-Sequence
Wrap
Text File
|
2020-07-23
|
1KB
|
25 lines
echo "*EcWelcome to *E[3mAmiga Format*E[0m Disk 75a!"
echo "This disk will de-archive to 2 disks."
echo "The first disk will contain *E[3mMaxon Magic Lite*E[0m and AF75 Utilities."
echo "The second disk will contain the *E[3mFormula One Grand Prix Editor*E[0m."
echo "In a few moments, you will be asked to insert a spare disk."
copy maxon.dms RAM:
echo "*EcWhen the disk activity in df0: (internal drive) finishes and the drive"
echo "light goes out, remove the disk AF75a and insert a spare disk into df0:."
echo "DO NOT press return until you have done this."
DMS Write RAM:maxon.DMS To DF0:
delete RAM:maxon.DMS quiet
echo "*EcThat is *E[3mMaxon Magic Lite*E[0m installed."
echo "Now we can install the *E[3mFormula One Grand Prix Editor*E[0m disk."
echo "You will need a second spare disk in a few moments."
copy F1GP_Ed.dms RAM:
echo "*EcWhen the disk activity in df0: (internal drive) finishes and the drive"
echo "light goes out, remove the disk AF75a and insert a spare disk into df0:."
echo "DO NOT press return until you have done this."
DMS Write RAM:F1GP_Ed.DMS To DF0:
delete RAM:F1GP_Ed.DMS quiet
echo "*EcThat's the *E[3mFormula One Grand Prix Editor*E[0m disk installed."
echo "You can boot that disk directly to use it."
echo "Re-boot your Amiga now, either with Workbench for *E[3mMaxon Magic Lite*E[0m,"
ask "or with the *E[3mFormula One Grand Prix Editor*E[0m disk."