Hello all,

Has anyone used Kixtart to check the version of a file? Here's what I want to do in laymen's terms.

::::::::

if ingroup ("finance")
check if file "c:\folder\file.exe" exists
if exists, check file version
if file version =1.1
do nothing
else copy file "u:\networkfolder\file.exe" "c:\folder\"
if file doesn't exist copy "u:\networkfolder\file.exe" "c:\folder"

:::::::::

Thanks for any help/direction you can provide.

Matthew