Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/03/2006, 09:20
Avatar de FiNo
FiNo
 
Fecha de Ingreso: octubre-2004
Ubicación: Costa Rica
Mensajes: 265
Antigüedad: 19 años, 6 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