write a vb script create 5 folders test1 test2 test3 test4
test5
Answer Posted / simha
It is correct. automatically created 5 folders using this
VB script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
Explain the arrays in vb script?
Mention the environments where vbscript could be run?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Explain about arrays in vb script?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Mention how to access array data?
how to set one column as primary key in QTP and fetch values accordingly
Which operator can be used to change the value of the operand or change the state of the condition?
Mention what is vbscript procedures?
What is sql loader? Explain the files used by sql loader to load file?
How will you check that a variable is an array in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..