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.
No Answer is Posted For this Question
Be the First to Post Answer
i want to when we will write the scripts either after getting the build or after getting the SRS?
How to write VB script for login module?
Explain some uses of vb script?
When does ‘on click of button’ event gets triggered in the vbscript language?
Explain about the functionality of vb script?
Difference between Do while loop and while wend loop
Write a VB Script to count blank Lines in a notepad
How to Import data from a file (file is on the desktop) to the data table
how to set one column as primary key in QTP and fetch values accordingly
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
write a vb script to generate fibonnaci numbers
What is the use of option explicit statement?