Dear all,
I have find the following post from Flavien

posted 25 October 1999 02:11
--------------------------------------------------------------------------------
Simply use
xxxxi32.exe /q
for silent install (works on both OS).
To check which version is installed, insert
a script like this:
[CODE]
If Open(3,"c:\Program Files\Common Files\Symantec Shared\VirusDefs\Definfo.dat")=0
$x=ReadLine(3)
$x=ReadLine(3)
$NAVDefinition=SubStr($x,9,8)
Close(3)
EndIf
[\CODE]
$NAVDefinition returns the date of your current definitions...
------------------------------------------

I am now using NAV 5.01 and NT4.0 SP5, as mentioned above, I can find the Last update info but I can't find the execute file
"xxxxi32.exe", I have try LUall.exe /q & Navlu.exe /q which it does not perform the "slient" installation. Instead it do the same way that ask you to input the device for update, then next>>....
Do anyone know how to auto-update on NAV?

Another question:
How can I map the user with the Home dir? I mean the drive that will appear at @HOMEDIR
as I only got null at this entry.
I just want to map the drive that when I open the windows explorer or CMD, it will direct to that drive.

Thanks you for the attention.

Gilbert Ng