Below is a copy of a Kix logon script from NT Server to W9x clients. It is to map a drive, install a copy of Norton's Anti-Virus Agent, and delete the drive mapping. The problem is that we never complete the agent installation and the drive mapping never gets disconnected.

;Distribute Norton Anti-Virus Agent
IF INGROUP("Domain Users")
USE V: "\\ALC02\Norton"
RUN "V:\AGNTINST.EXE /r"
USE V: /X
ENDIF
EXIT

How can I have a "timeout" or "wait" setting or command that would work? Please help. TIA.