write a Vb script to find a whther a selected drive exits.

Answer Posted / cnu_thatavarthi

Option Explicit
Dim objFso, objFile,iCount,strDrivers

Set objFso = CreateObject("Scripting.FilesystemObject")
MsgBox objFso.Drives.Count

For iCount = 1 To objFso.Drives.Count

strDrivers = strDrivers & vbNewLine &objFso.Drives.Item(iCount).DriveType

Next
MsgBox strDrivers

If objFso.DriveExists("iTunes") Then
MsgBox "Driver is Exists"
Else
MsgBox "Drive is not exists"

End if

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between do until loop and do while loop?

539


Which keyword is used to declare a variable in the vbscript language?

529


when we use filter funtiom invb script(QTP)

2301


Mention what are the rules to name variable in vbscript?

538


Explain sga memory structures?

579






Explain about scrrun.dll in vbscript?

646


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

12883


i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me

1797


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

1045


how to set one column as primary key in QTP and fetch values accordingly

1820


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

522


How will you format a number in percetage format in vbscript?

589


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

607


Which loop is used in case of arrays in the vbscript language?

520


wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......

1491