Hi,

Not meaning to be stupid.

Can I assume that using somthing like this would work then?

;Specify two varables

$GlobalSource = "j:\desktop"
$GlobalDestination =ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop")
IF (Substr($dir1,Len($dir1),1) <> '\')
$GlobalDestination=GlobalDestination+"\" ; - destination directory -
ENDIF
;Call Script

Call "dircompare.kix"

{repeat for other directories}

etc, etc...

With the called script using $GlobalSource and destination as the directories..

Darren

_________________________
I want to share something with you - the three sentences that will get you through life.
Number 1, 'cover for me.'
Number 2, 'oh, good idea, boss.'
Number 3, 'it was like that when I got here'.