'Create an instance of the file system onbect
<%
set Objdrive = server.createobject("scripting.filesystemobject")
%>
set Objdrive = server.createobject("scripting.filesystemobject")
%>
' now we will display the list of drives in a dropdown list
<% for each drive in Objdrive.drives %>
<%= drive %>
<%next%>
< select >
How to get properties of system drives.like Free space ,total size and file system etc
ReplyDeletemast hi Sir
ReplyDeleteAbhishek S