Logon script stalls

  • Thread starter Thread starter Blaze
  • Start date Start date
B

Blaze

I run a logon script logon-st.bat that runs the shares and con2print.

On all my windows 2000 clients this script runs smoothly, yet on the newer
XP clients that are being rolled out this script is stalling and a dos
window is left hanging and has to be manually exited and a end program box
comes up.

Any Ideas how to fix this

thanks
 
Modify your logon batch file like so:
@echo off
ver | find /i "XP" && echo on

Now log on at some WinXP machine and find out
which command stalls the process, then report
back here.
 
Back
Top