Answer Posted / mudaseer
dim vfso,vdr
vdr="d:\"
set vfso=createobject("scripting.filesystemobject")
set vdr=vfso.getdrive(vdr)
msgbox vdr.totalsize/(1024*1024*1024)
msgbox vdr.freespace/(1024*1024*1024)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
There are 5 web pages.write a script to click the button on 4th web page.
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What are class properties?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
How to Import data from a file (file is on the desktop) to the data table
What are the valid scopes of a variable in vbscript?
Mention how to create a cookie using vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
How can you destroy an object in vbscript?
how to set one column as primary key in QTP and fetch values accordingly
How will you get the largest subscript of an array in vbscript?
How to throw an error in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..