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
about vb scripting programs this type of all question& answers
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
How to Import data from a file (file is on the desktop) to the data table
What are class variables?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
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
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Explain vbscript in detail?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Both Static and dynamic arrays are handled by VB script. Is it true?
what is the standards used for writing the script in QTP
What is the difference between vbscript and vba?
How will you reverse a string in vbscript?