home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / pcmail2 / part01 / main / Beware < prev    next >
Text File  |  1990-01-24  |  827b  |  21 lines

  1. @(#) Beware 2.1 90/01/22 13:01:03
  2.  
  3. MicroSoft decided to change the order of function arguments of the C
  4. rename() function.  Check the source against the documentation of your
  5. compiler.
  6.  
  7. In order to handle messages larger than about 10 kbyte, the mail program
  8. will have to be compiled with the large memory model.
  9.  
  10. Since the assembly-language serial port driver assumes a small memory
  11. model, the cico program will have to be compiled with the small memory
  12. model as well.
  13.  
  14. The MAILDIR, EDITOR environment variables should hold absolute path
  15. names.  On MS-DOS systems (floppies!) it is a good idea to include the
  16. drive name as well.
  17.  
  18. On some MS-DOS systems the root directory has no "." and ".." entries,
  19. and subdirectories directly below the root directory have no ".."
  20. entry.  This only has consequences for the "File" command.
  21.