Maybe you want to loop for all the hits starting with "verson"
 Code:
Break On
$LocationFile = Dir("u:\prod\verson.*")
Do
	$LocationFile ?
	$LocationFile = Dir()
Until @ERROR

Get $SO