I'm using FSUTIL.EXE to modify disk quotas from a command line and this EXE will not work with VARTYPE = 5 numbers, where as it will w\ VARTYPE = 3 numbers that are within the integer limits.
I don't suppose there's a function out there that I am missing to convert the DOUBLE back to an integer. INT & ABS work for the smaller numbers within integer limits but not those above the integer limit.