Echo "Make CDDAinfoBoot creates a disk suitable for the InterPlay"
Echo "CDDAInfo program to boot on a CD32 or CDTV and requires"
Echo "a floppy disk that can be formatted to be inserted in DF0:*n"
Ask "Do You Wish To Continue ? (Y/N)"
IF NOT WARN
	Echo "Aborting"
	Wait 1 SEC
	skip Abort
Endif

Ask "Insert a BLANK disk in DF0: (ready to be formatted) and press return"

Echo "Please wait while formatting disk..."

Format <NIL: drive df0: Name CDDAInfoBoot NOICONS


; make bootable
Install df0:

Echo "*nPlease wait while copying files..." NOLINE

; create required directories
failat 30
MakeDir df0:S
MakeDir df0:Libs
failat 20

; copy required files
Copy CDDAInfo df0:
Copy LIBS:toolkit.library df0:Libs CLONE
echo >df0:S/Startup-Sequence "CDDAInfo*n"

Echo "*nDisk ready to insert in drive df0: of CDTV/CD32"
Ask "Press return to continue"

LAB Abort
