home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 351-375 / apd364 / powerbase.lzh / s / Startup-sequence
Text File  |  1991-10-01  |  498b  |  22 lines

  1. cls
  2. wait 1
  3. winsize 0 0 640 256
  4. echo ""
  5. echo "  *e[4mPowerBase V3.20*e[0m"
  6. echo ""
  7. echo "  by Steven Rennocks of"
  8. echo ""
  9. echo "  Amivision Software 1990-92"
  10. echo ""
  11. echo ""
  12. echo "  PLEASE NOTE : The Hard disk installation utility does not work on"
  13. echo "                this demo of PowerBase."
  14. wait 3
  15. echo ""
  16. echo "  The complete version includes instructions of the disk, printed"
  17. echo "  instruction manual and it saves. (Please see complete versions file)."
  18. wait 3
  19. assign t: ram:
  20. loadwb
  21. endcli
  22.