home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 684.dms / 684.adf / s / startup-sequence next >
Text File  |  1989-12-19  |  601b  |  27 lines

  1. echo "Fractal Flight © copyright by HyperCube Engineering 1989"
  2. echo "Fractal Flight © Demo version 2.1 "
  3. if not exists ram:t
  4. makedir ram:t
  5. assign t: ram:t
  6. endif
  7. ask "View the Demo from ram ?( requires 1 meg of ram ) [y/n]" 
  8. if not warn
  9. addbuffers df0: 50
  10. viewer pic
  11. execute df0:s/viewdisk
  12. else
  13. Echo "Copying picture file to RAM:"
  14. echo "Fractal Flight© copyright by HyperCube Engineering 1989"
  15. Echo "Please wait...."
  16. AddBuffers df0: 50
  17. Copy Pic RAM:
  18. Viewer RAM:Pic
  19. endif
  20. ask "View the Demo Again ?"
  21. if not warn
  22. echo "Please remove disk and reset machine"
  23. else
  24. execute df0:s/viewram
  25. endif
  26. endcli >nil:
  27.