home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 May / PC_ONLINE_5_99.ISO / filesbbs / dos / mmdos024.exe / README.dos < prev    next >
Encoding:
Text File  |  1999-02-12  |  2.1 KB  |  45 lines

  1. This is the MSDOS executable of MultiMail v0.24. It requires at least a
  2. 386 to run. It also runs under Windows and OS/2; under Windows 95, it
  3. supports long filenames.
  4.  
  5. I've copied the basic Unix documentation to MSDOS-format text files here,
  6. but the full source code is available in a separate archive.
  7.  
  8. The first thing MultiMail will do when run is to look for its config file,
  9. MMAIL.RC. It will look for an environment variable, MMAIL, to specify a
  10. directory. If that's not defined, it will look for HOME; and finally, if
  11. neither is defined, it will use the current directory.
  12.  
  13. By default, MultiMail will then generate a directory "mmail" under the
  14. same directory, and place its files and directories there -- a holdover
  15. from the Unix version. For DOS, you might instead want to say "no" when
  16. prompted to continue, after the default MMAIL.RC is created; then, edit
  17. the "mmHomeDir" line and set it to the same location as MMAIL or HOME.
  18. (If you don't do this, it won't matter; it's just that there will be that
  19. extra directory level.) As of version 0.19, the autogenerated MMAIL.RC
  20. includes full (uncommented) definitions for all paths, which you'll also
  21. have to override; but commenting out or removing those lines is
  22. sufficient.
  23.  
  24. In addition to the MultiMail package itself, you'll also need InfoZip or
  25. PKZIP (and/or LHA, ARJ, etc.) to uncompress the packets and compress the
  26. replies. InfoZip is available from:
  27.  
  28.     ftp://ftp.cdrom.com/pub/infozip/
  29.  
  30. PKZIP is at:
  31.  
  32.     ftp://ftp.pkware.com/
  33.  
  34. PKZIP is the default for DOS; InfoZip is the default for other platforms.
  35. The programs should be installed somewhere in the PATH; otherwise, the
  36. full path must be specified in MMAIL.RC.
  37.  
  38. This package includes some example color schemes, with ".col" extensions.
  39. How or whether you install these is up to you. (If you want to use them, I
  40. suggest putting them in your "mmail" directory. To select one, alter the
  41. "ColorFile" keyword in MMAIL.RC to point to it.)
  42.  
  43. This was compiled with DJGPP 2.01, and linked with the PMODSTUB.EXE DPMI
  44. server. See http://www.delorie.com/djgpp/ for more information.
  45.