Login Script Error

  • Thread starter Thread starter Joe Naclerio
  • Start date Start date
J

Joe Naclerio

I have a Windows 2000 SBS with a Windows 2000 client that
is trying to execute a login script. For every drive
mapping the script does, i get the following error:
'net' is not recognized as an internal or external
command, operable program or batch file.

I have checked the environment variables and they seem
fine. This script has been working flawlessly for until
just recently.
 
In said:
I have a Windows 2000 SBS with a Windows 2000 client that
is trying to execute a login script. For every drive
mapping the script does, i get the following error:
'net' is not recognized as an internal or external
command, operable program or batch file.

I have checked the environment variables and they seem
fine. This script has been working flawlessly for until
just recently.

I can only think to suggest that you check the environment from within
the logon script itself for possible bad PATH info.
...
SET P
PAUSE
...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top