home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / directry / filecopy / read.me < prev   
Encoding:
Text File  |  1992-03-20  |  823 b   |  20 lines

  1.  
  2. -------------------------------------------------------------------------------
  3.  READ.ME for FILECOPY.C Demonstration Program
  4.  
  5.  Written by:    Joe Souza
  6.         261 Boston Post Road, #4
  7.         Marlboro, MA  01752
  8.         BBS: (508) 875-8009 (MSI)
  9. -------------------------------------------------------------------------------
  10.  
  11. In this archive, you will find source code in 'C' and executable
  12. demonstrating how to copy files in 'C'.  It was compiled with Zortech C++
  13. Compiler 3.0; it should be fairly simple to convert to other MS-DOS based
  14. 'C' compilers.  For example, to compile with Microsoft C, just add
  15. underscores before the dos_getftime() and dos_setftime() functions.  To
  16. compile with Borland C or Turbo C, change the dos_getftime() and
  17. dos_setftime() functions to getftime() and setftime() functions.  Have fun!
  18.  
  19.  
  20.