thanks

so far i've only come up with this, but i'll spend a bit more time this afternoon i think.

$Result = GetDiskSpace( "U:\" )
$Rd = RedirectOutput('@USERID'+'.log')
$Result("kb")
$Rd = RedirectOutput('')
EXIT

not quite what i'm aiming for but getting close!
need to write this to a messagebox instead of redirecting to a log file.

cheers the noo!
------
update!
$Result = GetDiskSpace("U:\")
MessageBox (@USERID+" you have "+ $Result + "KB space left", "Your Storage Space",64)


Edited by otf (2004-04-21 03:48 PM)