![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/03/2006, 09:20
|
![Avatar de FiNo](http://static.forosdelweb.com/customavatars/avatar76040_1.gif) | | | Fecha de Ingreso: octubre-2004 Ubicación: Costa Rica
Mensajes: 265
Antigüedad: 20 años, 4 meses Puntos: 1 | |
Buenas, este es con ASP
<%
Set fso = CreateObject("Scripting.FileSystemObject")
Set driveObject = fso.GetDrive("C")
Response.Write (driveObject.SerialNumber)
Set driveObject = Nothing
Set fso = Nothing
%>
__________________ 3S-CRM |