
In this file volume sys is given only as an example, use the appropriate
volume name when editing the files.

NOTE:  This file contains changes that should be made to 
your various system files in order for all LANDesk Virus 
Protect features to be available.  It is good practice to
make a backup copy of any file before it is modified.

IMPORTANT:  If there are changes that were made to your 
AUTOEXEC.NCF or MSAUTO.NCF, you need to either down your 
file server to load the NLMs or manually load those NLMs 
from the file server console by typing:

          load SYS:VPROTECT\LPROTECT.NLM
               

*****************************************************************
* The following lines should be added to the NetWare 
* AUTOEXEC.NCF file.  Use SYSCON's Edit System AUTOEXEC 
* feature from the Supervisor Options menu.
*****************************************************************
REM The following line starts the LANDesk Virus Protect NLM.
load SYS:VPROTECT\LPROTECT.NLM


*****************************************************************
* The following lines should be added to the NetWare 
* NET$LOG.DAT file.  Use SYSCON's System Login Script 
* feature from the Supervisor Options menu. 
*****************************************************************
REM The following line will install workstation scans on
REM users' machines at login time.
#SYS:VPROTECT\DOCKINST.EXE
REM The following line will update local copies of the
REM virus pattern on users' drives.
#SYS:VPROTECT\VPDOCK.EXE
REM The following line will run a virus scan on users'
REM machines at login time.
#SYS:VPROTECT\VSCAND /V
REM The following line displays any queued messages from
REM the LANDesk Virus Protect NLM at login time.
#SYS:VPROTECT\MSGDIS.EXE
REM The following lines check to see if there is memory
REM to load TSRs if LOGIN.COM was run.
#SYS:VPROTECT\OK4TSRS > NUL
IF "%ERROR_LEVEL"="0" THEN
    REM The following line loads PCSCAN.COM, a virus
    REM protection TSR, on users' local machines.
    #SYS:VPROTECT\PCSCAN.COM
ELSE
    WRITE " "
    WRITE "OK4TSRS.EXE did not find space to load TSRs."
    WRITE "Make sure LOGIN.COM is in the same directory as LOGIN.EXE."
    WRITE "TSRs not loaded!"
    PAUSE
END


