![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Does a drive exist
|
||
|
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 :: | ||