write a vb script to display the size of the folder,date
created and name of the folder
Answer / mudaseer
dim vfso
vfolder="C:\apple1"
set vfso=createobject("scripting.filesystemobject")
set vf=vfso.getfolder(vfolder)
msgbox vf.datecreated
msgbox vf.size
msgbox vf.name
Is This Answer Correct ? | 1 Yes | 0 No |
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
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?
What is purpose of scripting.filesystemobject class in vbscript?
What is the difference between VBScript and JavaScript?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
how to set one column as primary key in QTP and fetch values accordingly
Out of the different type of operators, which are evaluated first and last in the vbscript language?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
Write a code to print numbers from 5 to 0?
write a program to display configuration of a local system with the help of vb script.