write a vb script to find the size of d drive?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mudaseer
the above question is total size of d drive and freespace in d drive
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suman
dim x
set x= createobject("Scripting.FileSystemObject")
x.totalsize("c:/)
msgbox x
| Is This Answer Correct ? | 0 Yes | 1 No |
How to search word in a string without using instring function?
write a vbscript for traffic signal
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
How you can call vbscript functions?
Explain sga memory structures?
Write a code to print numbers from 5 to 0?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
Join the multiple array with out using JOIN function
how to add action through AOM in QTP
How will you get the octal value of the given number in vbscript?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting