Hi all, I am intersested in learning the following programming language as i have seen it in action and read briefly about it, although i have hit a wall as i do not know what the language is called. My best guess is VBScript as it is saved as .vbs. When i search it all i find is VBS in HTML format which is not what i am looking for, I am looking for a language that does what the following script does and that is wook with functions with in windows regardless of the HTML.
Thanks in advance.
------------------------
Set objWMIService = GetObject"winmgmts:"
Set objLogicalDisk = objWMIService.Get"Win32_LogicalDisk.DeviceID=c:"
Wscript.Echo objLogicalDisk.FreeSpace
------------------------
if you save his as something.vbs and run it it gives you the about of free space you have left on c: in bytes.






I do find it odd that someone with the email address therealmdev is asking about dev. stuff of his game 