The %[Free()] cookie takes real paths and gives the free space on that particular drive. The "site freespace" command is similar but reports the space based on a VFS path rather than a real one.
There are scripts out there that report drive letter and free space, or you could just build a file with things like Drive c = %[Free(c:\)] and create that as a new site command...
|