Dec 082017
 
Signals Users if they have new mail at login (Novell).
File ISFILE.ZIP from The Programmer’s Corner in
Category Network Files
Signals Users if they have new mail at login (Novell).
File Name File Size Zip Size Zip Type
ISFILE.C 690 410 deflated
ISFILE.COM 6076 4285 deflated
ISFILE.DOC 564 383 deflated

Download File ISFILE.ZIP Here

Contents of the ISFILE.DOC file


I have written ISFILE in order to signal my users if they have new mail at
login time without loading any resident program. Here is how I have modified
the system login script:

#ISFILE F:\MHS\MAIL\USERS\%LOGIN_NAME\DVSEMAIL
IF ERROR_LEVEL > "0" THEN BEGIN
FIRE PHASERS 3 TIMES
WRITE "\n%FULL_NAME, you have %ERROR_LEVEL new message(s)..."
WRITE "Start the mail program by typing \"EMAIL\"!\n"
END

These commands assume that you use the DaVinci eMail program, and that the
MHS root directory is F:\MHS.

Francois Bergeon
CIS: 73377,3170


 December 8, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)