home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM Konfiguratonsfil för MAILRD.
- REM ============================
- REM
- REM Set M: to the mailbox directory
- REM
- rem subst m: c:\term\uupc\mail
- REM
- REM Set username and address.
- REM
- rem set USERID=myname
- rem set DOMAIN=mydomain.uucp
- REM
- REM Set your own editor here.
- REM EDITOR is the command line name of the editor, and EDITPAR is
- REM the parameter that sets a useful editing line in the file
- REM as the startup line in the editor.
- REM Observe the doubled "%"-sign! It is a special character in BAT-files.
- REM
- REM For MikroEmacs 3.10
- set EDITOR=em
- set EDITPAR=-g%%d
- REM
- REM För Nortons Editor 1.30
- rem set EDITOR=ne
- rem set EDITPAR=+%%d
- REM
- REM QuickEdit 1.20
- rem set EDITOR=qed
- rem set EDITPAR=
- REM
- REM Start the mail program with optional option.
- REM This BAT file can be started with or without the option "NEW"
- REM
- mailrd %1
- REM
- REM Start the mail program with the option "NEW", and terminate if no new mail
- REM was present.
- REM
- rem mailrd new