home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / TOUCH_U.ZIP / TOU_ORIG.DOC < prev    next >
Text File  |  1989-02-24  |  1KB  |  31 lines

  1. TOUCH.C
  2. =======
  3.  
  4. This program was created by me as a demonstration (albeit useful) for my C
  5. students at Elon College.  The course is sponsered by the Burlington User's
  6. Group, not by the college itself.
  7.  
  8. Anyway, I trust that the code presented would be of some help and should
  9. demonstrate how simple it is to design useful utilities in C!  This project
  10. probably took 45 minutes to write and debug.
  11.  
  12. I added a few features that are not found in most implementations of TOUCH.
  13. The first of these is a verbose flag and the second of these is a confirmation
  14. flag.  I believe that these should come in useful to many users at one time or
  15. another.
  16.  
  17. You are free to modify this code at will, but I ask that if you add yours to
  18. this for re-distribution that you would include the original with it.
  19.  
  20. Last, but not least, a disclaimer.  I am not responsible for the conduct of
  21. this program.  In other words, use at your own risk, especially if you change
  22. the source in some way!
  23.  
  24. In version 1.xx, I prepared the code for Turbo C 2.0.  This version has been
  25. created under MSC 5.1 and is a bound application to work both under OS/2 and
  26. DOS.
  27.  
  28. Under version 2.00, I added the feature of creating a file if one was specified
  29. that did not exist.  This brings touch more into line with the UNIX utility of
  30. the same name.
  31.