Please try
code:
Use F: /delete /persistent
Use F: '\\file\data'
$Source='F:\SAPB\SAPB.MDB'
$Target='C:\MAISTO\'
If Exist($Source) AND Exist($Target)
? 'source = '+$Source
? 'target = '+$Target
Copy $Source $Target
? 'Error '+@ERROR+' - '+@SERROR
endif

and report back.

[ 17. October 2002, 21:34: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.