; This script builds a 4091 distribution disk

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

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