home *** CD-ROM | disk | FTP | other *** search
-
- -------------------------------------------------------------------------------
- READ.ME for FILECOPY.C Demonstration Program
-
- Written by: Joe Souza
- 261 Boston Post Road, #4
- Marlboro, MA 01752
- BBS: (508) 875-8009 (MSI)
- -------------------------------------------------------------------------------
-
- In this archive, you will find source code in 'C' and executable
- demonstrating how to copy files in 'C'. It was compiled with Zortech C++
- Compiler 3.0; it should be fairly simple to convert to other MS-DOS based
- 'C' compilers. For example, to compile with Microsoft C, just add
- underscores before the dos_getftime() and dos_setftime() functions. To
- compile with Borland C or Turbo C, change the dos_getftime() and
- dos_setftime() functions to getftime() and setftime() functions. Have fun!
-
-
-