home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume17 / remind / part01 / README.DOS < prev    next >
Encoding:
Text File  |  1991-02-19  |  1.2 KB  |  34 lines

  1. REMIND 2.3 for MS-DOS
  2.  
  3. First, read the files COPYRIGHT and WHATSNEW.23.
  4.  
  5. REMIND was originally written for MS-DOS.  To compile it, you need the
  6. Microsoft C compiler (at least version 5.1) and the Microsoft MAKE
  7. utility.
  8.  
  9. Before compiling the software, check if it includes patches.  These are
  10. files called patch.xx.  If there are patches, apply them all by typing
  11.  
  12. cat patch.* | patch
  13.  
  14. on a Unix machine.  Then copy the software to your MS-DOS machine.
  15.  
  16. To compile the software, simply go to the source directory and type:
  17.  
  18. MAKE REMIND.MAK
  19.  
  20. The file test.rem contains test reminders for verifying that REMIND's
  21. date calculation routines are working correctly.  The file test.out
  22. contains the result of running:  remind -dv test.rem 16 feb 1991
  23.  
  24. Note that the MS-DOS version of REMIND operates slightly differently from
  25. the UNIX version:  MS-DOS has no concept of file access date.  Thus, to
  26. implement the "ONCE" keyword, REMIND will change the modification date
  27. of the top-level reminder file after it has run.  This is equivalent to
  28. performing a "touch" of the file after running REMIND.
  29.  
  30. Also, the MS-DOS version does not queue AT reminders for timed activation.
  31. --
  32. David F. Skoll <dfs@doe.carleton.ca>
  33.  
  34.