ciao a tutti,
ho provato questo codice trovato su html.it al link
http://www.html.it/vbscript/vbscript_24.htm


non capisco perchè non funzia.
codice:
<SCRIPT LANGUAGE=vbscript>
<!--
Dim drive
drive="C:"
Set fso = CreateObject("Scripting.FileSystemObject")
document.write "Il tuo disco C ha" 
& FormatNumber (fso.GetDrive(drive).TotalSize,0) 
& " bytes"
//-->
</SCRIPT>