Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123