When I perform this script the Target DIR gets filled with the contents from the users Windows DIR???

If InGroup("SYSTEMS")
$Target='C:\Target Folder\'
$Source='\\file\data\SAPB\SAPB.MDB'
Copy 'Source' 'Target'

However when I hard code the Target and Source DIRs it works fine:

If InGroup("SYSTEMS")
$Target='C:\Target Folder\'
$Source='\\file\data\SAPB\SAPB.MDB'
Copy '\\file\data\SAPB\SAPB.MDB' 'C:\Target Folder\'

Am I using the copy function incorrectly? I'm using it just as the examples state.

Thanks

(MCA: extend subject)

[ 07. December 2002, 12:09: Message edited by: MCA ]