Hi!
I run script localy,v3.63 on win9x station.Everything was fine.
This is update of antivirus and some script for invenory.

If @WDAYNO="0" Or @WDAYNO="3"
Shell "%comspec% /e:2048 /c \\server_BDC\cheyupd$\avupdate.exe"
Else Goto "inv"
EndIf

If @WDAYNO="1"
shell "%comspec% /e:2048 /c \\server_PDC\networkfolder\programm\file.exe"
Else Goto "ie"
EndIf

It's stop to read.I have one station Winxp it's steel ok there.When I change to run script from netlogon folder it's start to read.