moin, moin...
I've downloaded the SDK, installed the documentation and yes, quite interesting stuff
Well, I don't understand a lot of the code, but I found the DATA-lines to test with Win32_CDROMDrive and Win32_PhysicalMedia.
Unfortunately, only
Win32_CDROMDrive gives some results:
Code: Select all
Data.s "SELECT * FROM Win32_CDROMDrive","Size","ID","Description","Manufacturer","VolumeName","MediaType","Size"
while
Win32_PhysicalMedia, which could give me more interesting data, returns only empty values:(:
Code: Select all
Data.s "Select * FROM Win32_PhysicalMedia", "Name", "Caption", "Description","MediaType","Model"
I also did some tests with
Droopy's Lib 29/05/2006 Version 1.31.2 (PB4) BETA installed, which gave the same results:(:
Code: Select all
MessageRequester("WMI",WMI("SELECT * FROM Win32_PhysicalMedia,Caption ,Name,Description"))
MessageRequester("WMI",WMI("SELECT * FROM Win32_CDROMDrive,ID,Description,Manufacturer,VolumeName,MediaType,Size"))
While I undwerstand, that some parts might not work on the W98-box, I have no idea, why
Win32_PhysicalMedia refuses to work here on XP-SP2.
Any help on the horizon ?
TIA....
scholly
Sorry 4 my poor English, it's the only one I learned 40 years ago...
since 17.12.08: XPHome(SP3) + PB 4.30