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
Which operator can be used to do an xor operation in vbscript?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
What is the purpose of regexp object in vbscript?
What are string functions in vbscript?
what is diff between static and dynaic arrys?
Explain sga memory structures?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Why is the use of exit do or exit for statements within loops discouraged?
What is the extension of the vbscript file?
What are subprocedures in vbscript?
Explain the functionality of vbscript?
please can you help me to get a code of flames using a visual basic 6
Explain about arrays in vb script?
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.
How can you fetch the value of a cookie?