; This script builds a 1942 distribution disk

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

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