home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 355.lha / echo_v1.07 / echo.credit < prev    next >
Text File  |  1990-03-12  |  2KB  |  47 lines

  1.  
  2. ECHO  Credits               George Kerber                         08/28/89
  3.  
  4.  
  5.  
  6. I am just learning to program in "C" and I've found that there is very much
  7. to learn from looking at other people's code.  When learning, standard "C"
  8. is hard enough, try learning to use AmigaDOS functions.  I always try to
  9. include my source code and appreciate when others do the same.
  10.  
  11. Recently I obtained Fred Fish #217.  On this disk was an echo replacement by
  12. Garry Glendown.  It worked well and was small, but it wasn't downward 
  13. compatible with the AmigaDOS echo.
  14.  
  15. Garry's echo did many things, but it didn't support escape characters or the
  16. AmigaDOS NOLINE option.  His echo was not compatible and I would of had to
  17. rewrite all of my batch/script files to accommodate it.  I also thought he
  18. went overboard on the options, to the point where no one would use them.
  19.  
  20. Well, I started to make minor changes in his code and by the time I was done
  21. I had almost re-written the whole thing!  And I've got more options than
  22. Garry's version, so much for my original thoughts.  My version of echo
  23. is almost totally compatible with the AmigaDOS and ARP echo command and
  24. if used properly will give the user total capability to put any color text
  25. anywhere on the screen with any attribute and background color.  So does
  26. Garry's version, I think mine is easier and more versatile.  On the other
  27. hand my version is 12k where his is 8k.  Oh well.....  Lattice 5.02 seems
  28. to make slightly larger code than other compilers.  (???)
  29.  
  30. But I do want to give Garry Glendown very much credit, in fact I am using
  31. one of his functions with only minor modifications.  I learned much from
  32. Garry's program, and to tell the truth, I don't really understand all of it.
  33. Once I figured out what values his function needed, I only had to pass them
  34. correctly.  It wasn't necessary to fully understand the function.
  35. "C" is neat...
  36.  
  37. Execute the echo.examples script for some examples of what can be done
  38. with this command.
  39.  
  40.  
  41.                               George Kerber
  42.                               19756 E. Linvale Drive
  43.                               Aurora, Colorado  80013
  44.                               (303) 693-2890
  45.  
  46.                               Compuserve 74010.2132
  47.