Gera,

You need to be cautious about using Admin Shares (i.e. cheyupd$). If you or another Domain Admin are running these scripts, fine. But the general users would not have Domain Administration rights to your servers.

Instead of using SHELL, can't you use RUN? Whose AV Product you using?

If you are replicating your script and files, can't you also use @LDRIVE or @LSERVER ?

code:
If @WDAYNO="0" Or @WDAYNO="3"
RUN "\\server_BDC\cheyupd\avupdate.exe"
Else Goto "inv"
EndIf

If @WDAYNO="1"
RUN "\\server_PDC\networkfolder\programm\file.exe - silent"
Else Goto "ie"
EndIf

HTH,

- Kent

[ 21 May 2002, 14:08: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's