home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d702 / a-gene.lha / A-Gene / Install2 < prev    next >
Text File  |  1992-08-03  |  396b  |  20 lines

  1. echo "Copying fonts and Show to workbench disk"
  2. if not exists s:mycols2
  3. copy mycols2 to s:
  4. endif
  5. if not exists fonts:agene
  6. copy fonts to fonts: all
  7. endif
  8. if not exists c:show
  9. copy c/show to c:
  10. endif
  11. if not exists c:muchmore
  12. copy :c/muchmore to c:
  13. endif
  14. if not exists c:format
  15. copy c/format to c:
  16. endif
  17. copy a-geneparam.pal a-geneparam
  18. echo
  19. echo "Now you may click on A-Gene.Boot to start A-Gene"
  20.