Answer Posted / prathyusha
set ofso=createobject("scripting.filesystemobject")
set ofold=ofso.createfolder(strpath)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you create an object in vbscript?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
please can you help me to get a code of flames using a visual basic 6
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What are the valid scopes of a variable in vbscript?
How will you check that a variable is an array in vbscript?
If else for do while select in vb script?
what is the standards used for writing the script in QTP
How to write VB script for login module?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
Mention what is the main difference between function and sub-procedure?
What is Procedure or Subroutine in VB Script?
give me any information abou vb script books learn quckly
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.