write a vb script create 5 folders test1 test2 test3 test4
test5
Answer Posted / mudaseer
set fso=createobject("scripting.filesystemobject")
for i=1 to 5
fso.createfolder "C:\test" &i
next
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
filter the array values without using filter function?
How should i Create Email invite with server-side Coding?
what is the use of QCUtil? explain with one example?
What are class properties?
What is the difference between VBScript and JavaScript?
What are string functions in vbscript?
what is diff between static and dynaic arrys?
What is the extension of the vbscript file?
How will you get the octal value of the given number in vbscript?
Explain the operator precedence in vb script?
Explain about scrrun.dll in vbscript?
Write a Script for ATM in QTP
How to assign a date value to a variable?
Mention what is vbscript procedures?
What is the purpose of the err object in the vbscript language?