; This script builds a CD1200 distribution disk

Echo "This script prepares a CD1200 distribution disk, taking all its"
Echo "files from the appropriate locations on the server*n"

Ask "Insert the CD1200 Install disk in DF0:, press RETURN to continue"
Echo "Preparing CD1200 Install disk..."
Format <NIL: >NIL: device df0: name "CD1200" NOICONS FFS INTL
V40:src/workbench/build/bin/makewb buildlists/cd1200.bl to RAM: logfile logfiles/DiskBuild_1 quiet
Copy RAM:CD1200 df0: all quiet clone
Install DF0:
Delete RAM:CD1200 all quiet force
Echo "*nAll Done!*n"
