.key trgt
.def trgt MSDOS_FileSystem:
.bra {
.ket }

failat 100   ; return FAIL

echo "Install a copy of the [33mCrossDOS[m installation disk in one of the drives."
echo "All changes are to be made to this disk."
assign M: "{trgt}"
if ERROR
    echo "[33mCrossDOS[m installation disk not found."
    skip EXIT
endif

copy c:copy to ram:

;   rename "Utilities" directory on CrossDOS disk to "System"
rename M:Utilities M:System
rename M:Utilities.info M:System.info

;   Copy new files
ram:copy Attach#? to M:
ram:copy Install_msdosFS#? to M:
ram:copy Tech_Ref#? to M:
ram:copy MountMF#? to M:
ram:copy "In Case of Difficulty#?" to M:
ram:copy DiskChk#? to M:System
ram:copy IntlTrans? to M:System

lab EXIT
delete ram:copy
assign M:
