echo "Copying fonts and Show to workbench disk"
if not exists s:mycols2
copy mycols2 to s:
endif
if not exists fonts:agene
copy fonts to fonts: all
endif
if not exists c:show
copy c/show to c:
endif
if not exists c:muchmore
copy :c/muchmore to c:
endif
if not exists c:format
copy c/format to c:
endif
copy a-geneparam.ntsc a-geneparam
echo
echo "Now you may click on A-Gene.Boot to start A-Gene"

