Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Login script error
Name: john Date: October 15, 2002 at 22:20:38 Pacific OS: windowsNT 4 Workstation CPU/Ram: P111, Ram 256
Comment:
we are running Novell4.1 server and windows NT Workstation.All the NT workstation run Login script to Map the Network drive. i'm trying to automatically update the Virus DAT file from the public folder of the server to all the workstation but failed.can any one help me how to add this command in the Login Script to run the virus update. Also when the login script is running i'm always getting the below error, but windows98 is ok.
LOGIN-4.21.15-740: This utility could not execute external program C:\COMMAND.
Name: The Prima Donna Date: October 16, 2002 at 07:33:51 Pacific
Reply:
Well your Virus Scanner has got that option:
You can choose to run updates everytime the computer (read Virusscanner program) starts Instead of choosing to go to the FTP site of the manufacturer you can choose to pick up the DAT files at an other location e.g. a share on a server.
Summary: Hi everyone I have a question concerning a login script being used on a NT 4 server, and users logging onto the domain using XP professional. Whenever the users log on, none of thier drives are mappi...
Summary: In our login script we have the following statement: "NET USE H: \\SERVER\USERFILES\%USERNAME%" After execution in the login process, the following message appears: "Error 50: You attempted an ope...
Summary: Hi All I use fallowing command for my login script @echo off ECHO Removing existing mappings,expect errors NET USE /PERSISTENT:YES NET USE I: /DELETE /yes NET USE * /DELETE /yes NET USE * /DELETE /yes...