USB en W2000 SP2

USB en W2000 SP2

Postby FiveWiDi » Wed Apr 09, 2008 7:06 am

Hola a todos,

Alguien prodría probar está función? El parámetro que recibe es la letra de una unidad USB.

En W2000 a mi no me funciona, no entra en el 'For each oJob in oJobs'.

Utilizo Harbour y FWH 8.03.

Saludos y gracias
Carlos G.

Este es el código:
/* ********************************** */
STATIC FUNCTION GetUSBSerial( cDrive )
Local oLoc := CreateObject( "wbemScripting.SwbemLocator" )
Local oSrv := oLoc:ConnectServer()
Local oJobs := oSrv:ExecQuery( "SELECT * FROM Win32_LogicalDiskToPartition" )
Local oJob
Local cDriveNumber

cDrive = Upper( cDrive )
If Len( cDrive ) == 1
cDrive += ":"
Endif
If Len( cDrive ) > 2
cDrive = SubStr( cDrive, 1, 2 )
Endif

For each oJob in oJobs

If cDrive == StrToken( oJob:Dependent, 2, '"' )
cDriveNumber = SubStr( StrToken( StrToken( oJob:Antecedent, 2, '"' ), 1, "," ), 7 )

return GetSerial( oSrv, cDriveNumber )
Endif
Next

Return ""
/* ********************************** */
FiveWiDi
 
Posts: 1200
Joined: Mon Oct 10, 2005 2:38 pm

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 44 guests

cron