Haven't tried this, hope it works.

code:
$OrgDir = @curdir
cd "C:\"
copy "testfile.txt" "chkfile.txt"
$fs = getfilesize("chkfile.txt")
del "chkfile.txt"
cd "$orgdir"
messagebox("testfile.txt file size is: $fs","",64)

exit

Luck

_________________________
Box
FACTA NON VERBA