Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Does a drive existContent of Does a drive exist.vbsMD5 Hash: 37586B04FB437BE6AAE49CD571681D29 |
||
Dim ofso : Set ofso = CreateObject("Scripting.FileSystemObject")
sDrive = "C:" If ofso.driveexists(sDrive) then msgbox("Drive " & sDrive & " exist!") Else msgbox("Drive " & sDrive & " not exist!") End if | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |