Try this:
code:
$Source='\\file\data\SAPB\SAPB.MDB'
$Target='C:\MAISTO\'
If Exist($Source) AND Exist($Target)
? 'source = '+$Source
? 'target = '+$Target
Copy $Source $Target
endif



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