home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 49 / af049sub.adf / DisplayText / DisplayText.demo < prev    next >
Text File  |  1993-05-24  |  613b  |  15 lines

  1. ; DisplayText demo script 1.0 by DMH 1993
  2.  
  3. :c/Echo ""
  4. :c/Echo "   -- DisplayText is designed for use from the CLI / Shell. --"
  5. :c/Echo "   --      To use it, copy it into your C: directory.       --"
  6. :c/Echo ""
  7.  
  8. :c/Echo " Meanwhile, here's a quick demonstration of it."
  9.  
  10. DisplayText "About DisplayText" "DisplayText" "Version 1.0" "" "by David Hollway" "" "This program is" "FREEWARE"
  11. DisplayText "More info" "" "DisplayText" "was written using" "" "DICE C" "by Matthew Dillon"
  12. DisplayText "Yet more info" "Coming Soon from" "David Hollway..." "" "AMTOOL" "" "The AMOS Interface" "Designer"
  13.  
  14. :c/Echo " Finished!"
  15.