**Sorry, the only way I knew to provide more information to you was to repost.**
I am running a .bat file on a pdc. (I have debugged the batch file in DOS and it runs beautifully from begining to end.) When it is run as a script through NT, it processes the batch and then the pcs sit with the “Please wait while script executes” dialog box in the left top corner. Until you click on the cancel button, it will sit forever. The batch file is in the default directory \\server\winnt\system32\repl\import\scripts. Do I need to do something, or is this what it’s supposed to do? Below is the login script:
@echo off
echo Please wait while Netcensus analyzes your machine!
net use n: \\server\serverc\net294 /y
n:
start /wait win32col display:hidden -info
net use n: /delete /y
exit