FAQ for Message Manager Deluxe v3.03   

How can I launch Message Manager Deluxe using a Novell NetWare login script?

Using the # (pound sign) within the login script will tell Novell to launch an external file. For example:

#\\app_server\message\loadmsg.exe \\app_server\message\message.dat

This would execute our loadmsg.exe application (included in Message Manager Deluxe) then loading up the message.dat that was configured.

There is so much power when using the Novell login script because of the way groups are setup. You could send a specific message to all of the users in the Accounting group, only, by using this line in the login script:

IF MEMBER OF Accounting THEN BEGIN
       #\\app_server\message\loadmsg.exe \\app_server\message\accounting.dat
END

We recommend using UNC (universal naming convention) when pathing out to the location on the network where our application is stored.