home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff321.lzh / IconJ / IconJ_Install < prev    next >
Text File  |  1990-02-27  |  666b  |  27 lines

  1. ; Installation script for IconJ.
  2. ; Assumes IconJ archive has just been unpacked.
  3.  
  4. ask "Do you want to place `IconJ' in your C: drawer (recommended)"
  5. if warn
  6.     copy IconJ C:
  7.   endif
  8.  
  9. echo ""
  10. ask "Do you want to place `AtatJ' in your C: drawer (if you have room)"
  11. if warn
  12.     copy AtatJ C:
  13.   endif
  14.  
  15. echo ""
  16. ask "Do you want to print the IconJ/AtatJ Manual now (up to you)"
  17. if warn
  18.     ask "Press [RETURN] when printer at top of page and ready"
  19.     copy IconJ.doc prt:
  20.   endif
  21.  
  22. echo ""
  23. echo "   Remember that the source code is in `source' directory"
  24. echo "and that `ReadIt' and `IconJ-Startup' scripts exist also."
  25. echo ""
  26. echo "IconJ installation script complete."
  27.