write a vb script to find the size of d drive?

Answer Posted / suman

dim x
set x= createobject("Scripting.FileSystemObject")
x.totalsize("c:/)
msgbox x

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you get the natural logarithm of the given number in vbscript?

607


How to create a function in vbscript?

590


Mention what is vbscript procedures?

543


Explain the constants in vbscript?

568


How to pass argument by reference to a function in vbscript?

540






What is the technology used by vb script?

544


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

629


1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.

1523


How will you get a subset of a array in vbscript?

591


How can constants be declared in the vbscript language?

553


Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1417


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1667


why do u choose to go for testing why cant for devoloping

1596


What is vbscript language used for and which earlier language is it modeled upon?

539


Is vbscript language a case-sensitive language and what does it mean?

550