write a vb script to create a folder?
Answers were Sorted based on User's Feedback
Answer / mudaseer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.createfolder "c:\apple"
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suman
dim x
set x= createObject("Scripting.FileSystemObject")
x.CreateFolder()
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prathyusha
set ofso=createobject("scripting.filesystemobject")
set ofold=ofso.createfolder(strpath)
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the function to get the ascii value of the character?
In html file what is an ideal position to include vbscript?
pls tell me which is good book or site for vbscript?
what is the features of visual basic?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
Which operator can be used to check if two numbers are equal or not in vbscript?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
what is used of Property........End Property loop ? how to write the script for it?
Which is the default Data types in VBScript?
How regexp.execute method works?
what is the standards used for writing the script in QTP
write a vb script create 5 folders test1 test2 test3 test4 test5