home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / nfsml202.zip / MAIL.BAT < prev    next >
DOS Batch File  |  1991-12-07  |  1KB  |  41 lines

  1. @ECHO OFF
  2. REM                   Konfiguratonsfil för MAILRD.
  3. REM                   ============================
  4. REM
  5. REM Set M: to the mailbox directory
  6. REM
  7. rem subst m: c:\term\uupc\mail
  8. REM
  9. REM Set username and address.
  10. REM
  11. rem set USERID=myname
  12. rem set DOMAIN=mydomain.uucp
  13. REM
  14. REM Set your own editor here.
  15. REM EDITOR is the command line name of the editor, and EDITPAR is
  16. REM the parameter that sets a useful editing line in the file
  17. REM as the startup line in the editor.
  18. REM Observe the doubled "%"-sign! It is a special character in BAT-files.
  19. REM
  20. REM For MikroEmacs 3.10
  21. set EDITOR=em
  22. set EDITPAR=-g%%d
  23. REM
  24. REM För Nortons Editor 1.30
  25. rem set EDITOR=ne
  26. rem set EDITPAR=+%%d
  27. REM
  28. REM QuickEdit 1.20
  29. rem set EDITOR=qed
  30. rem set EDITPAR=
  31. REM
  32. REM Start the mail program with optional option.
  33. REM This BAT file can be started with or without the option "NEW"
  34. REM
  35. mailrd %1
  36. REM
  37. REM Start the mail program with the option "NEW", and terminate if no new mail
  38. REM was present.
  39. REM
  40. rem mailrd new
  41.