Hi all,
I have tried this in the past unsuccesfully. I try to run the acu.exe or any .exe file from a login script and I always get the same obscure error:
Script error:
LOGIN-LGNWNT32.DLL-600: This utility could not interpret the line.
The original line was:
\\May-nw\sys\PUBLIC\CLIENT\acu.exe
That is the correct location of the file and I can run it if I browse to it, but I can never get it to run automatically.
I am including the login script entry I use:
REM ***** Windows NT/2000/XP *****
IF OS = "WINNT"
WRITE "Updating Novell Client for Windows NT/2000/XP."
\\May-nw\sys\PUBLIC\CLIENT\acu.exe
IF "%ERROR_LEVEL" = "1" THEN
EXIT
END
I hope someone can help me out!!
Thanks, sruiz
I have tried this in the past unsuccesfully. I try to run the acu.exe or any .exe file from a login script and I always get the same obscure error:
Script error:
LOGIN-LGNWNT32.DLL-600: This utility could not interpret the line.
The original line was:
\\May-nw\sys\PUBLIC\CLIENT\acu.exe
That is the correct location of the file and I can run it if I browse to it, but I can never get it to run automatically.
I am including the login script entry I use:
REM ***** Windows NT/2000/XP *****
IF OS = "WINNT"
WRITE "Updating Novell Client for Windows NT/2000/XP."
\\May-nw\sys\PUBLIC\CLIENT\acu.exe
IF "%ERROR_LEVEL" = "1" THEN
EXIT
END
I hope someone can help me out!!
Thanks, sruiz