Is there any way to add a field? I really need the free space on the drive. I have found the WSH object to get (d.FreeSpace), have added a 'free' to the column to the drives table, added writehidden("hd_free["+i+"]",Math.round(d.FreeSpace/1073741824)); to take data, but I still get an error. I'm not much of a WSH programmer, and just didn't know if I missed something obvious.
Thanks for the great program!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to add a field? I really need the free space on the drive. I have found the WSH object to get (d.FreeSpace), have added a 'free' to the column to the drives table, added writehidden("hd_free["+i+"]",Math.round(d.FreeSpace/1073741824)); to take data, but I still get an error. I'm not much of a WSH programmer, and just didn't know if I missed something obvious.
Thanks for the great program!
Never mind - I was able to add partition information...