Logon script stalls

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
 
P

Pegasus \(MVP\)

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.
 

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

Top