I am trying to copy a file from our file server to my users c:\. Most users have WinNT, however we also have Win2K, Win95, and WinME. Most of the problems I am having are with WinNT users.
This is the script I am using

IF INGROUP ("Address") > 0
Color y+/b
at (6,1) "ADDRESS BOOK UPDATE."
go f:
at (6,1) "ADDRESS BOOK UPDATE.."
SHELL "xcopy \\servername\shared$\address\pogo.pab"
"c:\address\"
at (6,1) "ADDRESS BOOK UPDATE..."
at (6,1) "ADDRESS BOOK UPDATE....."
ENDIF

This darn thing runs for some users and not for others.
Please help!!!