write a vb script create 5 folders test1 test2 test3 test4
test5
Answer Posted / manjunathareddy
Dim Fso
Dim oFolder
Set Fso=CreateObject("Scripting.FileSystemObject")
For i=1 to 5
Set oFolder=Fso.CreateFolder("C:\Test"&i)
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which function is used to perform string comparison?
What if you do not specify anything when you call a procedure?
Anyone have qtp11.0 crack?
about vb scripting programs this type of all question& answers
Description.Create
wht must be the interview question on corinthian information technology solutions incorporated.
Mention what are the rules to name variable in vbscript?
give me any information abou vb script books learn quckly
can anyone tell me the procedure of interview held in applabs
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
what is the difference between modular and data and keyword driven framework
Which event is triggered when mouse focus comes out of an element in the vbscript language?
What is the difference between vb debugger and the script debugger?
Mention how you can call vbscript functions?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.