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 |
best training centre in bangalore
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
find the length of the string without using length function?
Give examples where vb script can directly run on users system with windows as os?
How will you get the natural logarithm of the given number in vbscript?
how to write basic programs in VB Script like addition, multiplication?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Mention what is vbscript procedures?
what is the difference between modular and data and keyword driven framework
Explain some uses of vb script?